File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10256,8 +10256,8 @@ const definitions: DefinitionWithExtend[] = [
10256
10256
e.presence().withDescription('Occupancy'),
10257
10257
e.numeric('distance', ea.STATE).withUnit('m').withDescription('Target distance'),
10258
10258
e.illuminance_lux().withDescription('Illuminance sensor'),
10259
- e.numeric('move_sensitivity', ea.STATE_SET).withValueMin(1 ).withValueMax(10).withValueStep(1).withDescription('Motion Sensitivity'),
10260
- e.numeric('presence_sensitivity', ea.STATE_SET).withValueMin(1 ).withValueMax(10).withValueStep(1).withDescription('Presence Sensitivity'),
10259
+ e.numeric('move_sensitivity', ea.STATE_SET).withValueMin(0 ).withValueMax(10).withValueStep(1).withDescription('Motion Sensitivity'),
10260
+ e.numeric('presence_sensitivity', ea.STATE_SET).withValueMin(0 ).withValueMax(10).withValueStep(1).withDescription('Presence Sensitivity'),
10261
10261
e
10262
10262
.numeric('detection_distance_min', ea.STATE_SET)
10263
10263
.withValueMin(0)
You can’t perform that action at this time.
0 commit comments