From fffd07b5e67d28b0edbbfa89b9c4e2f8e48ab074 Mon Sep 17 00:00:00 2001 From: rospogrigio Date: Mon, 19 Oct 2020 22:40:15 +0200 Subject: [PATCH] Further corrections for integration in HACS --- README.md | 3 ++- hacs.json | 13 ++++++------- info.md | 3 ++- 3 files changed, 10 insertions(+), 9 deletions(-) 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