Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
HA >= 2023.8.0 required
Browse files Browse the repository at this point in the history
Update docs and HACS json
  • Loading branch information
oischinger committed Aug 13, 2023
1 parent 2999e22 commit 78e19de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

1 comment on commit 78e19de

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.