Adding number and select types to hacs definition.

This commit is contained in:
sibowler
2021-12-14 19:51:39 +11:00
parent e1e10d0823
commit a7c9dea979

View File

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