mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-22 00:55:18 +00:00
25 lines
618 B
YAML
Executable File
25 lines
618 B
YAML
Executable File
# Here is a collection of automations for logging IFTTT supported devices in LogBook.
|
|
|
|
- alias: 'Log SkyBell Pressed Activity'
|
|
hide_entity: True
|
|
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'
|
|
hide_entity: True
|
|
trigger:
|
|
- platform: event
|
|
event_type: skybell_motion
|
|
|
|
action:
|
|
service: logbook.log
|
|
data:
|
|
name: "SkyBell HD Doorbell:"
|
|
message: "Someone is by the door." |