Increase the maximum timeout interval to 1800 seconds.
This commit is contained in:
parent
baf247c932
commit
6f463c3b79
|
|
@ -178,7 +178,7 @@ number:
|
|||
name: "Any Presence Timeout"
|
||||
id: any_presence_timeout
|
||||
min_value: 0
|
||||
max_value: 600
|
||||
max_value: 1800
|
||||
mode: box
|
||||
device_class: duration
|
||||
entity_category: config
|
||||
|
|
@ -192,7 +192,7 @@ number:
|
|||
name: "Zone1 Timeout"
|
||||
id: zone1_x_timeout
|
||||
min_value: 0
|
||||
max_value: 600
|
||||
max_value: 1800
|
||||
mode: box
|
||||
device_class: duration
|
||||
entity_category: config
|
||||
|
|
@ -206,7 +206,7 @@ number:
|
|||
name: "Zone2 Timeout"
|
||||
id: zone2_x_timeout
|
||||
min_value: 0
|
||||
max_value: 600
|
||||
max_value: 1800
|
||||
mode: box
|
||||
device_class: duration
|
||||
entity_category: config
|
||||
|
|
@ -220,7 +220,7 @@ number:
|
|||
name: "Zone3 Timeout"
|
||||
id: zone3_x_timeout
|
||||
min_value: 0
|
||||
max_value: 600
|
||||
max_value: 1800
|
||||
mode: box
|
||||
device_class: duration
|
||||
entity_category: config
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user