Further corrections for integration in HACS

This commit is contained in:
rospogrigio
2020-10-19 22:40:15 +02:00
parent c8e358e6f2
commit fffd07b5e6
3 changed files with 10 additions and 9 deletions

View File

@@ -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

View File

@@ -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"]
}

View File

@@ -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