diff --git a/custom_components/yeelight_bt/manifest.json b/custom_components/yeelight_bt/manifest.json index 7c7c3e4..0e7fd09 100644 --- a/custom_components/yeelight_bt/manifest.json +++ b/custom_components/yeelight_bt/manifest.json @@ -3,6 +3,7 @@ "name": "Yeelight bluetooth", "config_flow": true, "documentation": "https://github.com/hcoohb/hass-yeelightbt", + "issue_tracker": "https://github.com/hcoohb/hass-yeelightbt/issues", "dependencies": [], "codeowners": ["@hcoohb"], "requirements": ["voluptuous", "bluepy", "click"] diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..4b3d9bf --- /dev/null +++ b/hacs.json @@ -0,0 +1,7 @@ +{ + "name": "Yeelight bluetooth", + "render_readme": true, + "domains": ["yeelight_bt", "light"], + "homeassistant": "0.109.0", + "iot_class": "Local Polling" +} \ No newline at end of file