Skip to content

Commit 6e7dc25

Browse files
committed
publish NodeFeature.SENSE_HYSTERESIS on node awake
bump testpipi to 0.45.0a2
1 parent af6bde9 commit 6e7dc25

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

plugwise_usb/nodes/sense.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,10 @@ async def _run_awake_tasks(self) -> None:
652652
configure_result[0],
653653
configure_result[1],
654654
)
655+
await self.publish_feature_update_to_subscribers(
656+
NodeFeature.SENSE_HYSTERESIS,
657+
self.hysteresis_config,
658+
)
655659

656660
async def _configure_sense_humidity_task(self) -> bool:
657661
"""Configure Sense humidity hysteresis device settings. Returns True if successful."""

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "plugwise_usb"
7-
version = "0.45.0a1"
7+
version = "0.45.0a2"
88
license = "MIT"
99
keywords = ["home", "automation", "plugwise", "module", "usb"]
1010
classifiers = [

0 commit comments

Comments
 (0)