Skip to content

Releases: hcpy2-0/hcpy

v0.2.2

03 Feb 17:55
da2383c
Compare
Choose a tag to compare

What's Changed

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

31 Jan 15:28
89a893d
Compare
Choose a tag to compare

Please check breaking changes from v0.2.0!

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

31 Jan 13:44
a57d94c
Compare
Choose a tag to compare

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

30 Jan 16:00
7412fd8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.7...v0.1.8

v0.1.7

30 Jan 12:45
7ccc321
Compare
Choose a tag to compare

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

16 Dec 08:45
88fddff
Compare
Choose a tag to compare

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

07 Oct 15:50
922d8e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

Note

If you use the Homeassistant Addon you have to fill out the HCPY_HOMECONNECT_EMAIL and HCPY_HOMECONNECT_PASSWORD configuration settings.

v0.1.4

25 Sep 07:15
24d4ec1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4

v0.1.3

19 Aug 15:57
3f20363
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

21 Jul 08:47
Compare
Choose a tag to compare

What's Changed

  • New feature: selecting program by @Dis90 in #83

New Contributors

  • @Dis90 made their first contribution in #83

Full Changelog: v0.1.1...v0.1.2