From f410abf8d4a299af5bf1f8e8826ad85f15862316 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Thu, 16 Jul 2026 13:15:00 +0200 Subject: [PATCH] fixed luce trono automation --- automations/lights.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/automations/lights.yaml b/automations/lights.yaml index 81b9a575..550c5292 100644 --- a/automations/lights.yaml +++ b/automations/lights.yaml @@ -38,12 +38,12 @@ #- delay: "00:10:00" # Turn off only if there is no more presence in the bathroom - - condition: state - entity_id: binary_sensor.sensore_presenza_bagno_grande_occupancy - state: "off" + #- condition: state + # entity_id: binary_sensor.sensore_presenza_bagno_grande_occupancy + # state: "off" - - service: light.turn_off - target: - entity_id: light.luce_trono + #- service: light.turn_off + # target: + # entity_id: light.luce_trono mode: restart -- 2.47.3