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

View File

@@ -4,8 +4,9 @@
"documentation": "https://github.com/rospogrigio/localtuya-homeassistant/",
"dependencies": [],
"codeowners": [
"@rospogrigio"
"@rospogrigio", "@postlund"
],
"issue_tracker": "https://github.com/rospogrigio/localtuya-homeassistant/issues",
"requirements": ["cryptography==2.9.2"],
"config_flow": true
}
}

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