File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -245,8 +245,8 @@ class TuyaSensitivityMode(t.enum8):
245
245
min_value = 1 ,
246
246
max_value = 15000 ,
247
247
step = 1 ,
248
- translation_key = "presence_timeout " ,
249
- fallback_name = "Fade time" ,
248
+ translation_key = "fading_time " ,
249
+ fallback_name = "Fading time" ,
250
250
)
251
251
.add_to_registry ()
252
252
)
@@ -980,15 +980,15 @@ class TuyaSensitivityMode(t.enum8):
980
980
)
981
981
.tuya_number (
982
982
dp_id = 105 ,
983
- attribute_name = "presence_timeout " ,
983
+ attribute_name = "fading_time " ,
984
984
type = t .uint16_t ,
985
985
device_class = SensorDeviceClass .DURATION ,
986
986
unit = UnitOfTime .MINUTES ,
987
987
min_value = 1 ,
988
988
max_value = 30 ,
989
989
step = 1 ,
990
- translation_key = "presence_timeout " ,
991
- fallback_name = "Fade time" ,
990
+ translation_key = "fading_time " ,
991
+ fallback_name = "Fading time" ,
992
992
)
993
993
.skip_configuration ()
994
994
.add_to_registry ()
You can’t perform that action at this time.
0 commit comments