mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
12 lines
295 B
YAML
12 lines
295 B
YAML
alias: Baby Monitor off Front Room display
|
|
id: automation_baby_monitor_off_front_room_hub
|
|
|
|
trigger:
|
|
platform: event
|
|
event_type: timer.finished
|
|
event_data:
|
|
entity_id: timer.nursery_camera_on_hub
|
|
action:
|
|
service: media_player.turn_off
|
|
data:
|
|
entity_id: media_player.front_room_hub |