File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ def last_action_user_converter(value: int) -> int:
131
131
cluster_id = NimlyDoorLock .cluster_id ,
132
132
attribute_name = NimlyDoorLock .AttributeDefs .auto_relock_time .name ,
133
133
translation_key = "auto_relock" ,
134
- fallback_name = "Auto relock " ,
134
+ fallback_name = "Autorelock " ,
135
135
)
136
136
.number (
137
137
endpoint_id = 11 ,
@@ -199,7 +199,7 @@ def last_action_user_converter(value: int) -> int:
199
199
cluster_id = NimlyDoorLock .cluster_id ,
200
200
attribute_name = NimlyDoorLock .AttributeDefs .auto_relock_time .name ,
201
201
translation_key = "auto_relock" ,
202
- fallback_name = "Auto relock " ,
202
+ fallback_name = "Autorelock " ,
203
203
)
204
204
.number (
205
205
endpoint_id = 11 ,
Original file line number Diff line number Diff line change @@ -686,7 +686,7 @@ class GiexIrrigationStatus(t.enum8):
686
686
attribute_name = "auto_clean" ,
687
687
entity_type = EntityType .CONFIG ,
688
688
translation_key = "auto_clean" ,
689
- fallback_name = "Auto clean " ,
689
+ fallback_name = "Autoclean " ,
690
690
)
691
691
.tuya_dp (
692
692
dp_id = 21 ,
@@ -723,7 +723,7 @@ class GiexIrrigationStatus(t.enum8):
723
723
step = 5 ,
724
724
unit = PERCENTAGE ,
725
725
translation_key = "valve_state_auto_shutdown" ,
726
- fallback_name = "Valve state auto shutdown" ,
726
+ fallback_name = "Valve state auto- shutdown" ,
727
727
)
728
728
.tuya_sensor (
729
729
dp_id = 3 ,
You can’t perform that action at this time.
0 commit comments