Moving dogmode activation to security package, since lighting is now lux controlled
This commit is contained in:
parent
058f49c32c
commit
c10b696657
|
@ -45,6 +45,16 @@ alarm_control_panel:
|
||||||
|
|
||||||
|
|
||||||
automation:
|
automation:
|
||||||
|
- id: dog_mode_activated
|
||||||
|
alias: Dog Mode Activated
|
||||||
|
trigger:
|
||||||
|
- platform: state
|
||||||
|
entity_id: binary_sensor.kitchen_motion
|
||||||
|
to: 'on'
|
||||||
|
action:
|
||||||
|
- service: script.dog_mode_on
|
||||||
|
|
||||||
|
|
||||||
- id: enable_vacation_mode
|
- id: enable_vacation_mode
|
||||||
alias: Enable Vacation Mode
|
alias: Enable Vacation Mode
|
||||||
initial_state: true
|
initial_state: true
|
||||||
|
|
Loading…
Reference in New Issue