mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-22 00:55:18 +00:00
24 lines
536 B
YAML
24 lines
536 B
YAML
|
###################################
|
||
|
## LOG IFTTT Stuff - SkyBell
|
||
|
###################################
|
||
|
|
||
|
- alias: 'Log SkyBell Pressed Activity'
|
||
|
hide_entity: True
|
||
|
trigger:
|
||
|
- platform: event
|
||
|
event_type: skybell_pressed
|
||
|
|
||
|
action:
|
||
|
- service: script.skybell_pressed
|
||
|
|
||
|
######################################################################
|
||
|
|
||
|
- alias: 'Log SkyBell Motion detection'
|
||
|
hide_entity: True
|
||
|
trigger:
|
||
|
- platform: event
|
||
|
event_type: skybell_motion
|
||
|
|
||
|
action:
|
||
|
- service: script.front_house_motion
|