From ced06d53158cd410d5799af346b300c457f73528 Mon Sep 17 00:00:00 2001 From: hcoohb Date: Wed, 2 Sep 2020 17:54:25 +1000 Subject: [PATCH] enable hacs --- custom_components/yeelight_bt/manifest.json | 1 + hacs.json | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 hacs.json 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