From ba26c11842db408147ce9555831951ae3a2f947c Mon Sep 17 00:00:00 2001 From: SebuZet <39659949+SebuZet@users.noreply.github.com> Date: Thu, 22 Aug 2019 16:55:34 +0200 Subject: [PATCH] Add hacs.json Support for HACS, #7 --- hacs.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hacs.json diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..c10cc34 --- /dev/null +++ b/hacs.json @@ -0,0 +1,7 @@ +{ + "name": "Climate IP", + "render_readme" : "True", + "country": "NO", + "domains": ["climate", "switch"], + "homeassistant": "0.96.0" +}