mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 19:06:53 +00:00
Making IFTTT recipes
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
- alias: 'GoodNight - Away Mode'
|
||||
# There is also an IFTTT recipe that shuts down all lights when Nest goes into Away mode. - event_type= Good_Night
|
||||
|
||||
- alias: 'GoodNight - Away Mode'
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: group.family
|
||||
|
12
automation/rachio.yaml
Executable file
12
automation/rachio.yaml
Executable file
@@ -0,0 +1,12 @@
|
||||
# Here is a collection of automations for logging IFTTT supported devices in LogBook.
|
||||
|
||||
- alias: 'Log Sprinkler Activity'
|
||||
trigger:
|
||||
- platform: event
|
||||
event_type: rachio_water_stops
|
||||
|
||||
action:
|
||||
service: logbook.log
|
||||
data:
|
||||
name: "Rachio Sprinkler:"
|
||||
message: "The Lawn was watered just now."
|
23
automation/skybell.yaml
Executable file
23
automation/skybell.yaml
Executable file
@@ -0,0 +1,23 @@
|
||||
# Here is a collection of automations for logging IFTTT supported devices in LogBook.
|
||||
|
||||
- alias: 'Log SkyBell Pressed Activity'
|
||||
trigger:
|
||||
- platform: event
|
||||
event_type: skybell_pressed
|
||||
|
||||
action:
|
||||
service: logbook.log
|
||||
data:
|
||||
name: "SkyBell HD Doorbell:"
|
||||
message: "Someone Pressed the Doorbell."
|
||||
|
||||
- alias: 'Log SkyBell Motion detection'
|
||||
trigger:
|
||||
- platform: event
|
||||
event_type: skybell_motion
|
||||
|
||||
action:
|
||||
service: logbook.log
|
||||
data:
|
||||
name: "SkyBell HD Doorbell:"
|
||||
message: "Someone is by the door."
|
Reference in New Issue
Block a user