Further corrections for integration in HACS
This commit is contained in:
@@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
# localtuya-homeassistant
|
# 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:
|
The following Tuya device types are currently supported:
|
||||||
* 1 and multiple gang switches
|
* 1 and multiple gang switches
|
||||||
|
13
hacs.json
13
hacs.json
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "LocalTuya",
|
"name": "localTuya",
|
||||||
"domains": ["media_player", "sensor"],
|
"domains": ["climate","cover", "fan", "light", "sensor", "switch"],
|
||||||
"content_in_root": "false",
|
"homeassistant": "0.116.0",
|
||||||
"homeassistant": "0.116.0",
|
"iot_class": ["Local Push"]
|
||||||
"iot_class": ["Local Push"]
|
}
|
||||||
}
|
|
||||||
|
3
info.md
3
info.md
@@ -6,7 +6,8 @@
|
|||||||
|
|
||||||
# localtuya-homeassistant
|
# 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:
|
The following Tuya device types are currently supported:
|
||||||
* 1 and multiple gang switches
|
* 1 and multiple gang switches
|
||||||
|
Reference in New Issue
Block a user