From ff3f37516b1d27f2002c515000d70ff59fdbac8c Mon Sep 17 00:00:00 2001 From: Daniel Claes Date: Mon, 23 Sep 2019 21:29:58 +0200 Subject: [PATCH] fix: added hacs.json --- hacs.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hacs.json diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..ab1cf60 --- /dev/null +++ b/hacs.json @@ -0,0 +1,6 @@ +{ + "domains": ["climate"], + "name": "Climate Group", + "render_readme": true, + "homeassistant": "0.96.0" +}