Introduced hacs.json and updated manifest.json

This commit is contained in:
rospogrigio
2020-10-19 13:04:30 +02:00
parent 70fa5ca5eb
commit d8602e4fe3
2 changed files with 10 additions and 2 deletions

7
hacs.json Normal file
View File

@@ -0,0 +1,7 @@
{
"name": "LocalTuya",
"domains": ["media_player", "sensor"],
"content_in_root": "false"
"homeassistant": "0.116.0",
"iot_class": ["Local Push"]
}