Skip to content

Releases: tschamm/boschshc-hass

Support new models and bugfixes.

17 Sep 14:51
Compare
Choose a tag to compare

This release brings in some support for new models and bugfixes:

Bumped to boschshcpy==0.2.34, which

  • Add support for new models of thermostat and smokedetector.
  • Close zeroconf ServiceBrowser.

Fix deprecation warnings when accessing the HA registry object.

Bugfix release

15 Apr 08:36
Compare
Choose a tag to compare

Bumped to boschshcpy==0.2.31:

  • Fix ValueError: 'NOT_AVAILABLE' is not a valid ValveTappetService.State

Add long-term statistics to sensors

11 Mar 11:49
Compare
Choose a tag to compare
Add long-term statistics to sensors.

Increased to version 0.4.27

Bumped to boschshcpy==0.2.30

10 Mar 17:39
Compare
Choose a tag to compare

Fixed an issue for users not owning smoke detectors or lights.

Bumped to boschshcpy==0.2.29 & code improvements

08 Mar 15:37
Compare
Choose a tag to compare
  • Bumped boschshcpy to 0.2.29
  • Updates for switch, sensor and cover platform from official integration

Device classes and entity categories updated

25 Dec 19:57
Compare
Choose a tag to compare

The switch, sensor, binary sensor platforms are using the newly introduced device classes and entity categories. Battery states as well as power and energy states are treated as diagnostics values.
Fixes an issue, where power and energy states were missing for light switches, which was introduced in boschshcpy==0.2.27.

Full Changelog: 0.4.22...0.4.23

Bumped to boschshcpy==0.2.28

20 Dec 20:33
Compare
Choose a tag to compare
Pre-release

This fix handles missing shc ip address in public info within the 3rd party library boschshcpy.

Differ between smart plug and light switch

19 Dec 17:28
Compare
Choose a tag to compare

Differ between smart plug and light switch.
Bumped to boschshcpy==0.2.27

Use dataclass properties in bosch_shc discovery

11 Dec 18:50
Compare
Choose a tag to compare

This release is compatible with HA version 2021.12.0 and above. If you are using an older version of HA, please use release<=0.4.18.

Use dataclass properties in bosch_shc discovery.
Bumped to boschshcpy==0.2.25

Use dataclass properties in bosch_shc discovery

10 Dec 08:14
Compare
Choose a tag to compare

With the upcoming release 2021.12.0, there will be changes in using the discovery config flow. This release will switch over to the new dataclass properties.