Add TRV (wkf
) support to Tuya (#65649)
This commit is contained in:
parent
320df10a26
commit
b7007b364a
5 changed files with 37 additions and 0 deletions
|
@ -447,6 +447,9 @@ SENSORS: dict[str, tuple[TuyaSensorEntityDescription, ...]] = {
|
|||
),
|
||||
*BATTERY_SENSORS,
|
||||
),
|
||||
# Thermostatic Radiator Valve
|
||||
# Not documented
|
||||
"wkf": BATTERY_SENSORS,
|
||||
# Temperature and Humidity Sensor
|
||||
# https://developer.tuya.com/en/docs/iot/categorywsdcg?id=Kaiuz3hinij34
|
||||
"wsdcg": (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue