Skip to content

Commit 6be829a

Browse files
committed
Add cooling_enabled as binary_sensor
1 parent 70d3de0 commit 6be829a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugwise/constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,7 @@
534534
# All available Binary Sensor, Sensor, and Switch Types
535535

536536
BINARY_SENSORS: Final[tuple[str, ...]] = (
537+
"cooling_enabled",
537538
"compressor_state",
538539
"cooling_state",
539540
"dhw_state",
@@ -635,6 +636,7 @@ class ModelData(TypedDict):
635636
class SmileBinarySensors(TypedDict, total=False):
636637
"""Smile Binary Sensors class."""
637638

639+
cooling_enabled: bool
638640
compressor_state: bool
639641
cooling_state: bool
640642
dhw_state: bool

0 commit comments

Comments
 (0)