Extend the maximum timeout to 1800 seconds. (Thanks to Stefan Hampden for his feedback)
This commit is contained in:
parent
6c35ad0edc
commit
c8e6fd3884
|
|
@ -141,7 +141,7 @@ number:
|
||||||
name: "Any Presence Timeout"
|
name: "Any Presence Timeout"
|
||||||
id: any_presence_timeout
|
id: any_presence_timeout
|
||||||
min_value: 0
|
min_value: 0
|
||||||
max_value: 600
|
max_value: 1800
|
||||||
mode: box
|
mode: box
|
||||||
device_class: duration
|
device_class: duration
|
||||||
entity_category: config
|
entity_category: config
|
||||||
|
|
@ -155,7 +155,7 @@ number:
|
||||||
name: "Zone1 Timeout"
|
name: "Zone1 Timeout"
|
||||||
id: zone1_x_timeout
|
id: zone1_x_timeout
|
||||||
min_value: 0
|
min_value: 0
|
||||||
max_value: 600
|
max_value: 1800
|
||||||
mode: box
|
mode: box
|
||||||
device_class: duration
|
device_class: duration
|
||||||
entity_category: config
|
entity_category: config
|
||||||
|
|
@ -169,7 +169,7 @@ number:
|
||||||
name: "Zone2 Timeout"
|
name: "Zone2 Timeout"
|
||||||
id: zone2_x_timeout
|
id: zone2_x_timeout
|
||||||
min_value: 0
|
min_value: 0
|
||||||
max_value: 600
|
max_value: 1800
|
||||||
mode: box
|
mode: box
|
||||||
device_class: duration
|
device_class: duration
|
||||||
entity_category: config
|
entity_category: config
|
||||||
|
|
@ -183,7 +183,7 @@ number:
|
||||||
name: "Zone3 Timeout"
|
name: "Zone3 Timeout"
|
||||||
id: zone3_x_timeout
|
id: zone3_x_timeout
|
||||||
min_value: 0
|
min_value: 0
|
||||||
max_value: 600
|
max_value: 1800
|
||||||
mode: box
|
mode: box
|
||||||
device_class: duration
|
device_class: duration
|
||||||
entity_category: config
|
entity_category: config
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user