From 7ff8e6dee297f401a5ba5a249b51abb23187c67c Mon Sep 17 00:00:00 2001 From: Gugulator <93097630+Gugulator@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:49:30 +0300 Subject: [PATCH] Create hacs.json --- custom_components/boi_exchange_rates/hacs.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 custom_components/boi_exchange_rates/hacs.json diff --git a/custom_components/boi_exchange_rates/hacs.json b/custom_components/boi_exchange_rates/hacs.json new file mode 100644 index 0000000..f99867b --- /dev/null +++ b/custom_components/boi_exchange_rates/hacs.json @@ -0,0 +1,8 @@ +{ + "name": "boi_exchange_rates", + "render_readme": true, + "domains": ["boi_exchange_rates"], + "iot_class": "cloud_poll" + "country": ["IL"] + "content_in_root": false +}