mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-16 18:44:58 +00:00
Need a second set of eyes.
This commit is contained in:
@@ -1,23 +1,14 @@
|
|||||||
###################################
|
###################################
|
||||||
## LOG IFTTT Stuff - SkyBell
|
## LOG IFTTT Stuff - SkyBell
|
||||||
###################################
|
###################################
|
||||||
|
|
||||||
- alias: 'Log SkyBell Pressed Activity'
|
- alias: 'Log SkyBell Pressed Activity'
|
||||||
hide_entity: True
|
hide_entity: True
|
||||||
trigger:
|
trigger:
|
||||||
- platform: event
|
- platform: event
|
||||||
event_type: skybell_pressed
|
event_type: skybell_pressed
|
||||||
|
|
||||||
action:
|
action:
|
||||||
- service: script.skybell_pressed
|
- 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
|
|
||||||
|
23
automation/motion_sensing.yaml
Executable file
23
automation/motion_sensing.yaml
Executable file
@@ -0,0 +1,23 @@
|
|||||||
|
###################################
|
||||||
|
## 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
|
1
shell_scripts/emulated_hue_output.txt
Executable file
1
shell_scripts/emulated_hue_output.txt
Executable file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user