mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-07-21 11:35:30 +00:00
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:
|
||||
- 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
|
||||
alias: Enable Vacation Mode
|
||||
initial_state: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user