From 21f06a509d0a33354f6e3161eabfaf9698eef6e7 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Fri, 3 Nov 2023 20:35:45 -0400 Subject: [PATCH] Fix downstairs bathroom motion sensor entity ID --- packages/presence.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/presence.yaml b/packages/presence.yaml index 548ae58..224ae8b 100644 --- a/packages/presence.yaml +++ b/packages/presence.yaml @@ -240,7 +240,7 @@ template: unique_id: fad33281-1c1a-4362-93e6-398334358027 device_class: occupancy state: > - {{ is_state('timer.downstairs_bathroom_lights_timer','active') or is_state('binary_sensor.downstairs_bathroom_sensor_motion','on') }} + {{ is_state('timer.downstairs_bathroom_lights_timer','active') or is_state('binary_sensor.downstairs_bathroom_motion','on') }} - sensor: - unique_id: people_at_home name: People at Home