From 78e19def09023f74886a1b80fae2392bfcab7b55 Mon Sep 17 00:00:00 2001 From: Hans Oischinger Date: Sun, 13 Aug 2023 10:05:14 +0200 Subject: [PATCH] HA >= 2023.8.0 required Update docs and HACS json --- CHANGELOG.md | 1 + README.md | 4 +++- hacs.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b847c85..c73f641 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Premium Subscription config option (for 2x amount of API calls) - Better error handling of API errors during integration setup - Fix exceeding of rate limits +- Requires >= Home Assistant Core 2023.8.0 # 1.0.0-alpha.1 - 1.0.0-alpha.6 diff --git a/README.md b/README.md index 44a1b0c..4855644 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,10 @@ Please refer to the [Changelog](CHANGELOG.md) to see what changed compared to th ### Install with HACS (recommended) +[![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?repository=ha_vicare&category=Integration&owner=https%3A%2F%2Fgithub.com%2Foischinger) + 1. Ensure that [HACS](https://community.home-assistant.io/t/custom-component-hacs) is installed. -2. In HACS [add a custom repositories](https://hacs.xyz/docs/faq/custom_repositories/) and use this URL: `https://github.com/oischinger/ha_vicare` +2. [Add this repository to HACS](https://my.home-assistant.io/redirect/hacs_repository/?repository=ha_vicare&category=Integration&owner=https%3A%2F%2Fgithub.com%2Foischinger) 3. Search for and install the "ViCare" integration. 4. Configure the `vicare` integration. 5. Restart Home Assistant. diff --git a/hacs.json b/hacs.json index dfff1ef..4f9177e 100644 --- a/hacs.json +++ b/hacs.json @@ -2,7 +2,7 @@ "name": "ViCare", "zip_release": true, "filename": "vicare.zip", - "homeassistant": "2023.3.6", + "homeassistant": "2023.8.0", "iot_class": "Cloud Polling", "render_readme": true }