Skip to content

Commit

Permalink
Fixes #157. Show battery value for room thermostat.
Browse files Browse the repository at this point in the history
  • Loading branch information
tschamm committed Feb 1, 2024
1 parent dcbc1b4 commit 0cf18be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions custom_components/bosch_shc/binary_sensor.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Platform for binarysensor integration."""

import asyncio
from datetime import datetime, timedelta

Expand Down Expand Up @@ -151,6 +152,7 @@ def async_add_shuttercontact(
+ session.device_helper.twinguards
+ session.device_helper.universal_switches
+ session.device_helper.wallthermostats
+ session.device_helper.roomthermostats
+ session.device_helper.water_leakage_detectors
):
await async_migrate_to_new_unique_id(
Expand Down
2 changes: 1 addition & 1 deletion custom_components/bosch_shc/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"iot_class": "local_push",
"issue_tracker": "https://github.com/tschamm/boschshc-hass/issues",
"requirements": ["boschshcpy==0.2.88"],
"version": "0.4.84",
"version": "0.4.85",
"zeroconf": [{ "type": "_http._tcp.local.", "name": "bosch shc*" }]
}

0 comments on commit 0cf18be

Please sign in to comment.