We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc27f2 commit 2592ec7Copy full SHA for 2592ec7
custom_components/smartthinq_sensors/wideq/devices/dehumidifier.py
@@ -27,7 +27,7 @@
27
STATE_PM1 = ["SensorPM1", "airState.quality.PM1"]
28
STATE_PM10 = ["SensorPM10", "airState.quality.PM10"]
29
STATE_PM25 = ["SensorPM2", "airState.quality.PM2"]
30
-STATE_TANK_LIGHT = ["WatertankLight", "airState.miscFuncState.watertankLight"]
+STATE_TANK_LIGHT = ["WatertankLight", "airState.notificationExt"]
31
32
STATE_POWER = [STATE_POWER_V1, "airState.energy.onCurrent"]
33
0 commit comments