From 593616e7ce5a3d254c9e81db5697565a02c9b575 Mon Sep 17 00:00:00 2001 From: Gugulator <93097630+Gugulator@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:52:35 +0300 Subject: [PATCH] Create manifest.json --- custom_components/boi_exchange_rates/manifest.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 custom_components/boi_exchange_rates/manifest.json diff --git a/custom_components/boi_exchange_rates/manifest.json b/custom_components/boi_exchange_rates/manifest.json new file mode 100644 index 0000000..ddb6453 --- /dev/null +++ b/custom_components/boi_exchange_rates/manifest.json @@ -0,0 +1,10 @@ +{ + "domain": "boi_exchange_rates", + "name": "Bank of Israel Exchange Rates", + "logo": "logo.png", + "config_flow": true, + "documentation": "https://github.com/gugulator/boi_exchange_rates", + "requirements": ["requests"], + "codeowners": ["@gugulator"], + "version": "7.0.0" +}