Skip to content

Commit bf92c0c

Browse files
committed
Add cooling_state and heating_state as binary_sensors
1 parent ee22d23 commit bf92c0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugwise/constants.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,14 +546,18 @@
546546
SWITCH_ICON = "mdi:electric-switch"
547547

548548
# Binary Sensors
549+
COOLING_STATE = {"cooling_state": False}
549550
DHW_STATE = {"dhw_state": False}
550551
FLAME_STATE = {"flame_state": False}
552+
HEATING_STATE = {"heating_state": False}
551553
PW_NOTIFICATION = {"plugwise_notification": False}
552554
SLAVE_BOILER_STATE = {"slave_boiler_state": False}
553555

554556
BINARY_SENSORS = [
557+
COOLING_STATE,
555558
DHW_STATE,
556559
FLAME_STATE,
560+
HEATING_STATE,
557561
SLAVE_BOILER_STATE,
558562
]
559563

0 commit comments

Comments
 (0)