From 9a9d057049af460479667de5b22b3272e412512a Mon Sep 17 00:00:00 2001 From: uvjim Date: Fri, 4 Mar 2022 18:50:32 +0000 Subject: [PATCH] Add HACS support --- 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..70e9a8a --- /dev/null +++ b/hacs.json @@ -0,0 +1,6 @@ +{ + "domains": "hdhomerun", + "homeassistant": "2022.2.0", + "name": "HDHomeRun", + "render_readme": true +}