@@ -114,7 +114,7 @@ class AttributeDefs(UserInterface.AttributeDefs):
114
114
translation_key = "temperature_offset" ,
115
115
fallback_name = "Temperature offset" ,
116
116
multiplier = 0.01 ,
117
- mode = "box"
117
+ mode = "box" ,
118
118
)
119
119
.number (
120
120
CustomUserInterfaceCluster .AttributeDefs .humidity_offset .name ,
@@ -174,7 +174,7 @@ class AttributeDefs(UserInterface.AttributeDefs):
174
174
translation_key = "comfort_humidity_max" ,
175
175
fallback_name = "Comfort humidity max" ,
176
176
multiplier = 0.01 ,
177
- mode = "box"
177
+ mode = "box" ,
178
178
)
179
179
.number (
180
180
CustomUserInterfaceCluster .AttributeDefs .measurement_interval .name ,
@@ -184,21 +184,21 @@ class AttributeDefs(UserInterface.AttributeDefs):
184
184
unit = UnitOfTime .SECONDS ,
185
185
translation_key = "measurement_interval" ,
186
186
fallback_name = "Measurement interval" ,
187
- mode = "box"
187
+ mode = "box" ,
188
188
)
189
189
.switch (
190
190
CustomUserInterfaceCluster .AttributeDefs .display .name ,
191
191
CustomUserInterfaceCluster .cluster_id ,
192
192
off_value = 1 ,
193
193
on_value = 0 ,
194
194
translation_key = "display_enabled" ,
195
- fallback_name = "Display enabled"
195
+ fallback_name = "Display enabled" ,
196
196
)
197
197
.switch (
198
198
CustomUserInterfaceCluster .AttributeDefs .schedule_programming_visibility .name ,
199
199
CustomUserInterfaceCluster .cluster_id ,
200
200
translation_key = "show_smiley" ,
201
- fallback_name = "Show smiley"
201
+ fallback_name = "Show smiley" ,
202
202
)
203
203
.add_to_registry ()
204
204
)
0 commit comments