From c8e6fd388425d56337f13ec65f1426f189213571 Mon Sep 17 00:00:00 2001 From: sen Date: Wed, 1 May 2024 20:04:31 +0800 Subject: [PATCH] Extend the maximum timeout to 1800 seconds. (Thanks to Stefan Hampden for his feedback) --- 2a/yaml/human-sensor-2a-stable-github.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/2a/yaml/human-sensor-2a-stable-github.yaml b/2a/yaml/human-sensor-2a-stable-github.yaml index 7086fdf..f36e469 100644 --- a/2a/yaml/human-sensor-2a-stable-github.yaml +++ b/2a/yaml/human-sensor-2a-stable-github.yaml @@ -141,7 +141,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 @@ -155,7 +155,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 @@ -169,7 +169,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 @@ -183,7 +183,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