From 6f463c3b79cb8ab1ac276b2de21bea058bf13304 Mon Sep 17 00:00:00 2001 From: sen Date: Thu, 16 May 2024 20:47:35 +0800 Subject: [PATCH] Increase the maximum timeout interval to 1800 seconds. --- 2a/yaml/beta/human-sensor-2a-beta-github.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/2a/yaml/beta/human-sensor-2a-beta-github.yaml b/2a/yaml/beta/human-sensor-2a-beta-github.yaml index fb5ce94..de212f2 100644 --- a/2a/yaml/beta/human-sensor-2a-beta-github.yaml +++ b/2a/yaml/beta/human-sensor-2a-beta-github.yaml @@ -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