Files
sarah/packages/modules/media/plex.yaml
T
2022-12-01 16:02:00 +02:00

57 lines
1.7 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: media_player.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.hue_ambiance_7
- light.living_room_ambient_main
- light.light_lohas_2
- light.hallway
- light.master_bedroom_main
- light.kitchen
- service: light.turn_off
entity_id:
- light.hallway
- light.living_room_main
- service: light.turn_off
entity_id:
- light.hue_ambiance_7
- light.living_room_ambient_main
- light.light_lohas_2
- service: light.turn_off
entity_id:
- light.master_bedroom_main
- light.kitchen
- 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