Skip to content

Commit 2592ec7

Browse files
authored
Update dehumidifier water tank to use light status
Use `airState.notificationExt` to get water tank status
1 parent abc27f2 commit 2592ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/smartthinq_sensors/wideq/devices/dehumidifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
STATE_PM1 = ["SensorPM1", "airState.quality.PM1"]
2828
STATE_PM10 = ["SensorPM10", "airState.quality.PM10"]
2929
STATE_PM25 = ["SensorPM2", "airState.quality.PM2"]
30-
STATE_TANK_LIGHT = ["WatertankLight", "airState.miscFuncState.watertankLight"]
30+
STATE_TANK_LIGHT = ["WatertankLight", "airState.notificationExt"]
3131

3232
STATE_POWER = [STATE_POWER_V1, "airState.energy.onCurrent"]
3333

0 commit comments

Comments
 (0)