Skip to content

Commit

Permalink
Merge pull request EverythingSmartHome#120 from EverythingSmartHome/o…
Browse files Browse the repository at this point in the history
…ccupancy-timeouts

Fix occupancy timeout periods
  • Loading branch information
EverythingSmartHome authored Nov 9, 2023
2 parents ce67485 + b33ee6b commit e0b0524
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions everything-presence-one-beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -503,10 +503,10 @@ number:
entity_category: config
id: mmwave_off_latency
min_value: 1
max_value: 60
max_value: 600
initial_value: 15
optimistic: true
step: 1
step: 5
restore_value: true
unit_of_measurement: seconds
mode: slider
Expand Down Expand Up @@ -573,10 +573,10 @@ number:
entity_category: config
id: occupancy_off_latency
min_value: 1
max_value: 60
max_value: 600
initial_value: 15
optimistic: true
step: 1
step: 5
restore_value: true
unit_of_measurement: seconds
mode: slider
Expand All @@ -587,7 +587,7 @@ number:
entity_category: config
id: pir_off_latency
min_value: 1
max_value: 60
max_value: 120
initial_value: 10
optimistic: true
step: 1
Expand Down
10 changes: 5 additions & 5 deletions everything-presence-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,10 @@ number:
entity_category: config
id: mmwave_off_latency
min_value: 1
max_value: 60
max_value: 600
initial_value: 15
optimistic: true
step: 1
step: 5
restore_value: true
unit_of_measurement: seconds
mode: slider
Expand Down Expand Up @@ -317,10 +317,10 @@ number:
entity_category: config
id: occupancy_off_latency
min_value: 1
max_value: 60
max_value: 600
initial_value: 15
optimistic: true
step: 1
step: 5
restore_value: true
unit_of_measurement: seconds
mode: slider
Expand All @@ -331,7 +331,7 @@ number:
entity_category: config
id: pir_off_latency
min_value: 1
max_value: 60
max_value: 120
initial_value: 10
optimistic: true
step: 1
Expand Down

0 comments on commit e0b0524

Please sign in to comment.