From 08d98e440bfb7341094a66a9403ab1dea78c1082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Stormwall?= Date: Mon, 27 Jul 2026 19:27:34 +0200 Subject: [PATCH] fix: add 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..80a92ef --- /dev/null +++ b/hacs.json @@ -0,0 +1,6 @@ +{ + "name": "Easee Solar Charging", + "content_in_root": false, + "render_readme": true, + "homeassistant": "2024.1.0" +}