Fix downstairs bathroom motion sensor entity ID
This commit is contained in:
@ -240,7 +240,7 @@ template:
|
|||||||
unique_id: fad33281-1c1a-4362-93e6-398334358027
|
unique_id: fad33281-1c1a-4362-93e6-398334358027
|
||||||
device_class: occupancy
|
device_class: occupancy
|
||||||
state: >
|
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:
|
- sensor:
|
||||||
- unique_id: people_at_home
|
- unique_id: people_at_home
|
||||||
name: People at Home
|
name: People at Home
|
||||||
|
Reference in New Issue
Block a user