From d8602e4fe35f55d465724dd5f6aaa3ac26042344 Mon Sep 17 00:00:00 2001 From: rospogrigio Date: Mon, 19 Oct 2020 13:04:30 +0200 Subject: [PATCH] Introduced hacs.json and updated manifest.json --- custom_components/localtuya/manifest.json | 5 +++-- hacs.json | 7 +++++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 hacs.json 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"] +}