diff --git a/README.md b/README.md index eff8794..f8f268c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ # localtuya-homeassistant -A Home Assistant / Hass.io add-on for local handling of Tuya-based devices. +A Home Assistant custom Integration for local handling of Tuya-based devices. +Device status is updated receiving push updates from the device instead of polling, so status updates are extremely fast (even if manually operated). The following Tuya device types are currently supported: * 1 and multiple gang switches diff --git a/hacs.json b/hacs.json index fe25add..d1f299c 100644 --- a/hacs.json +++ b/hacs.json @@ -1,7 +1,6 @@ -{ - "name": "LocalTuya", - "domains": ["media_player", "sensor"], - "content_in_root": "false", - "homeassistant": "0.116.0", - "iot_class": ["Local Push"] -} +{ + "name": "localTuya", + "domains": ["climate","cover", "fan", "light", "sensor", "switch"], + "homeassistant": "0.116.0", + "iot_class": ["Local Push"] +} diff --git a/info.md b/info.md index f8f8957..3b3e7f6 100644 --- a/info.md +++ b/info.md @@ -6,7 +6,8 @@ # localtuya-homeassistant -A Home Assistant / Hass.io add-on for local handling of Tuya-based devices. +A Home Assistant custom Integration for local handling of Tuya-based devices. +Device status is updated receiving push updates from the device instead of polling, so status updates are extremely fast (even if manually operated). The following Tuya device types are currently supported: * 1 and multiple gang switches