BR
Size: a a a
BR
RP
BR
RP
G
at
RP
RP
V
V
ДЦ
V
V
V
A
G
A
G
- id: bathroom_motion_lamp
alias: Bathroom - Motion - Turn on lamp
initial_state: 'on'
trigger:
- platform: state
entity_id: binary_sensor.motion_sensor_bathroom
to: 'on'
condition:
- condition: state
entity_id: light.bathroom_lamp
state: 'off'
action:
- service: light.turn_on
data:
entity_id: light.bathroom_lamp
G