From 423e11f2affed5077ac7fa29eb8364a081365746 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Wed, 9 Nov 2022 18:30:24 +0100 Subject: [PATCH] Update brightness threshold --- configuration/automations/brightness.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration/automations/brightness.yaml b/configuration/automations/brightness.yaml index 35fa5b5..6690f20 100644 --- a/configuration/automations/brightness.yaml +++ b/configuration/automations/brightness.yaml @@ -66,7 +66,7 @@ - platform: numeric_state entity_id: sensor.office_illuminance above: '30' - below: '150' + below: '120' for: hours: 0 minutes: 1 @@ -74,7 +74,7 @@ - platform: numeric_state entity_id: sensor.office_illuminance above: '30' - below: '150' + below: '120' for: hours: 0 minutes: 2 @@ -82,7 +82,7 @@ - platform: numeric_state entity_id: sensor.office_illuminance above: '30' - below: '150' + below: '120' for: hours: 0 minutes: 3