diff --git a/hacs.json b/hacs.json index 970c1e5..f99867b 100644 --- a/hacs.json +++ b/hacs.json @@ -1,12 +1,8 @@ { - "domain": "boi_exchange_rates", - "name": "Bank of Israel Exchange Rates", - "logo": "logo.png", - "config_flow": true, - "documentation": "https://github.com/gugulator/boi_exchange_rates", - "issue_tracker": "https://github.com/gugulator/boi_exchange_rates/issues", - "requirements": ["requests"], - "codeowners": ["@gugulator"], - "version": "7.0.0" + "name": "boi_exchange_rates", + "render_readme": true, + "domains": ["boi_exchange_rates"], + "iot_class": "cloud_poll" + "country": ["IL"] + "content_in_root": false } -