Releases: hcpy2-0/hcpy
v0.2.2
What's Changed
- Update README.md by @lapodomo in #126
- Revert removal of features being stored in devices.json by @Meatballs1 in #132
New Contributors
Full Changelog: v0.2.1...v0.2.2
Many changes in v0.2.0 many of which will break existing sensors and automations so please check before/when upgrading.
v0.2.1
Please check breaking changes from v0.2.0!
What's Changed
- Add Add-on link to Readme by @Meatballs1 in #124
- Fix stderr print by @Meatballs1 in #125
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- BREAKING: Use fully qualified names for attributes by @Meatballs1 in #109
Full Changelog: v0.1.8...v0.2.0
Previously we relied on the final section of an entity (e.g. DoorState
within BSH.Common.Status.DoorState
) to be unique, but this is not the case across a number of devices, therefore we have changed the naming convention to use the fully qualified entity name. This will break existing MQTT configurations and change auto discovered instances, so please review all configurations.
The AutoDiscovery also made modifications to devices.json but this is no longer a very viable approach as the login process has become more complex after having CAPTCHAs introduced.
Autodiscovery also treated many entities as binary_sensors (e.g. a door), however HomeConnect may have several different states for a door such as Open, Closed, Ajar. We treat these entities as sensor with a device_class of enum now.
Events are no longer passed as sensors, but now will be registered as events by Autodiscovery.
v0.1.8
What's Changed
- Change hc-login due to hcaptcha by @Meatballs1 in #117
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- Fix MQTT reconnection exception - when dynamic features are added to a device name may not be set by @Meatballs1 in #121
- Flush print all log messages by @Meatballs1 in #122
Full Changelog: v0.1.6...v0.1.7
Resolves nested enums
What's Changed
- Small readme fixes for docker-compose commands by @Meatballs1 in #106
- fix: Resolve every enum there is in the xml blobs by @Hypfer in #105
New Contributors
Full Changelog: v0.1.5...v0.1.6
v0.1.5
v0.1.4
v0.1.3
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #85
- Add Home Assistant MQTT autodiscovery by @jamesremuscat in #86
- addon version v0.1.3 by @pmagyar in #87
New Contributors
- @jamesremuscat made their first contribution in #86
Full Changelog: v0.1.2...v0.1.3