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

CHANGELOG #156

Merged
merged 1 commit into from
Aug 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# CHANGELOG

# 1.0.0-beta.1

- Support for Zigbee thermostats as climate entities
- Support for One-Time-Charge as switch entity
- Premium Subscription config option (for 2x amount of API calls)
- Better error handling of API errors during integration setup
- Fix exceeding of rate limits

# 1.0.0-alpha.1 - 1.0.0-alpha.6

- Support for multiple devices
- Before this release this custom integration was basically equivalent to the [official Home Assistant ViCare integration](https://www.home-assistant.io/integrations/vicare)
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Please check out the [Official Home Assistant ViCare integration](https://www.ho

Nevertheless I decided to still publish my work as a custom integration. Feel free to use it but please understand that I have very little time to work on it.

Please refer to the [Changelog](CHANGELOG.md) to see what changed compared to the [Official Home Assistant ViCare integration](https://www.home-assistant.io/integrations/vicare).

## Installation

### Install with HACS (recommended)
Expand Down
Loading