diff --git a/custom_components/localtuya/manifest.json b/custom_components/localtuya/manifest.json index 5710587..15d0e28 100644 --- a/custom_components/localtuya/manifest.json +++ b/custom_components/localtuya/manifest.json @@ -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 -} \ No newline at end of file +} diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..878ae94 --- /dev/null +++ b/hacs.json @@ -0,0 +1,7 @@ +{ + "name": "LocalTuya", + "domains": ["media_player", "sensor"], + "content_in_root": "false" + "homeassistant": "0.116.0", + "iot_class": ["Local Push"] +}