Skip to content

Commit 95264d6

Browse files
committed
Fix window_detection fallback_name to match other quirks
1 parent d996019 commit 95264d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zhaquirks/xiaomi/aqara/thermostat_agl001.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ async def write_attributes(
693693
AqaraThermostatSpecificCluster.AttributeDefs.window_detection.name,
694694
AqaraThermostatSpecificCluster.cluster_id,
695695
translation_key="window_detection",
696-
fallback_name="Window detection",
696+
fallback_name="Open window detection",
697697
)
698698
.switch(
699699
AqaraThermostatSpecificCluster.AttributeDefs.valve_detection.name,

0 commit comments

Comments
 (0)