From 7ac03968a3031fd20059621396283255e01e768b Mon Sep 17 00:00:00 2001 From: Arjan <44190435+vingerha@users.noreply.github.com> Date: Wed, 4 Sep 2024 13:52:08 +0200 Subject: [PATCH] Add hacs.json to allow download via HACS 2.0 (#142) * Create hacs.json * Update hacs.json * Update hacs.json --- hacs.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hacs.json diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..f500fa5 --- /dev/null +++ b/hacs.json @@ -0,0 +1,4 @@ +{ + "name": "MeteoFrance weather card", + "homeassistant": "2024.03.0b0" +}