Adding number and select types to hacs definition.

This commit is contained in:
sibowler
2021-12-14 19:51:39 +11:00
committed by rospogrigio
parent a673869120
commit 76b86eb6e1

View File

@@ -1,6 +1,6 @@
{ {
"name": "Local Tuya", "name": "Local Tuya",
"domains": ["climate", "cover", "fan", "light", "sensor", "switch"], "domains": ["climate", "cover", "fan", "light", "number", "select", "sensor", "switch"],
"homeassistant": "0.116.0", "homeassistant": "0.116.0",
"iot_class": ["Local Push"] "iot_class": ["Local Push"]
} }