mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-13 19:54:42 +00:00
63 lines
1.9 KiB
YAML
63 lines
1.9 KiB
YAML
# Depends on Plex integration (config flow): https://www.home-assistant.io/integrations/plex
|
|
|
|
automation:
|
|
- alias: TV · Plex · Setup house for Plex
|
|
trigger:
|
|
- platform: state
|
|
entity_id:
|
|
- media_player.plex_shield_chromecast
|
|
- media_player.plex_shield_player
|
|
- media_player.plex_lg
|
|
to: "playing"
|
|
action:
|
|
- service: sonos.unjoin
|
|
entity_id: media_player.living_room
|
|
- service: media_player.select_source
|
|
entity_id: media_player.living_room
|
|
data:
|
|
source: TV
|
|
- service: media_player.media_pause
|
|
entity_id: media_player.master_bedroom
|
|
- service: scene.create
|
|
data:
|
|
scene_id: plex_before_start
|
|
snapshot_entities:
|
|
- light.living_room_main
|
|
- light.pc
|
|
- light.living_room_ambient_main
|
|
- light.light_lohas_2
|
|
- light.hallway_entrance
|
|
- light.hallway_main
|
|
- light.master_bedroom_main
|
|
- light.bed_led
|
|
- light.kitchen_main
|
|
- light.kitchen_secondary
|
|
- service: light.turn_off
|
|
entity_id:
|
|
- light.hallway_entrance
|
|
- light.living_room_main
|
|
- service: light.turn_off
|
|
entity_id:
|
|
- light.pc
|
|
- light.living_room_ambient_main
|
|
- light.light_lohas_2
|
|
- light.hallway_main
|
|
- service: light.turn_off
|
|
entity_id:
|
|
- light.master_bedroom_main
|
|
- light.bed_led
|
|
- light.kitchen_main
|
|
- light.kitchen_secondary
|
|
|
|
- alias: TV · Plex · Restore house after Plex
|
|
trigger:
|
|
- platform: state
|
|
entity_id:
|
|
- media_player.plex_shield_chromecast
|
|
- media_player.plex_shield_player
|
|
- media_player.plex_lg
|
|
from: "playing"
|
|
action:
|
|
- service: scene.turn_on
|
|
entity_id: scene.plex_before_start
|