From 853a04497567146149fae66aa1ac1052e531003b Mon Sep 17 00:00:00 2001 From: Gugulator <93097630+Gugulator@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:50:06 +0300 Subject: [PATCH] Create readme.md --- .../boi_exchange_rates/readme.md | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 custom_components/boi_exchange_rates/readme.md diff --git a/custom_components/boi_exchange_rates/readme.md b/custom_components/boi_exchange_rates/readme.md new file mode 100644 index 0000000..c241d00 --- /dev/null +++ b/custom_components/boi_exchange_rates/readme.md @@ -0,0 +1,34 @@ +# Bank of Israel Exchange Rates for Home Assistant + +## Description + +This integration for Home Assistant allows to get exchange rates from Bank of Israel and creates entities for chosen currency. + +## Manual Installation + +1. Create a directory named 'boi_exchange_rates' in your /homeassistant/custom_components/ folder. +2. Copy files from this repository to created directory. +3. Restart your Home Asssistant. +4. Go to Configuration -> Integrations. +5. Press "Add Integration" and search for "boi", you will get "Bank of Israel Exchange Rates" integration. +6. Press install. You're done. + +## Configuration + +1. Go to Configuration -> Integrations. +2. Choose this integration. +3. Choose currencies from dropdown menu. +4. Upon pressing "save" button integration will create entities for chosen currencies. +5. To delete entities, go to integration setting and uncheck unwanted currencies. + +## Usage + +Entities with chosen currencies will update values from Bank of Israel website every 3 hours. + +## Contributors + +- @Gugulator + +## License + +This project licensed by MIT License.