From a2798d10dc35bc79de47607390582183db82f7b4 Mon Sep 17 00:00:00 2001 From: Pierre Date: Wed, 6 May 2026 09:02:54 +0200 Subject: [PATCH] fixed a typo in yaml --- apps/rooms/garage.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/rooms/garage.yaml b/apps/rooms/garage.yaml index ff7e21e..1f7e5d5 100644 --- a/apps/rooms/garage.yaml +++ b/apps/rooms/garage.yaml @@ -3,5 +3,6 @@ light_garage: class: SmartLight entity: switch.garage_01 - smart_conditions: sensor.garage_last_motion < 3 - blocking_conditions: sensor.garage_motion_light_level > 10 + smart_conditions: + trigger_conditions: sensor.garage_last_motion < 3 + blocking_conditions: sensor.garage_motion_light_level > 10