mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update hyperion.markdown (#9659)
sorry, removed my plex media_player entity id to plex to not getting involved by questions xD
This commit is contained in:
parent
945d488299
commit
2155b23fb8
@ -90,13 +90,13 @@ To have the lights playing a effect when pausing, idle or turn off a media playe
|
||||
- alias: Set hyperion effect after playback
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: media_player.plex_iiidefcontoweriii
|
||||
entity_id: media_player.plex
|
||||
to: 'off'
|
||||
- platform: state
|
||||
entity_id: media_player.plex_iiidefcontoweriii
|
||||
entity_id: media_player.plex.plex
|
||||
to: 'paused'
|
||||
- platform: state
|
||||
entity_id: media_player.plex_iiidefcontoweriii
|
||||
entity_id: media_player.plex.plex
|
||||
to: 'idle'
|
||||
action:
|
||||
- service: light.turn_on
|
||||
@ -111,7 +111,7 @@ To capture the screen when playing something of a media_player you can use this
|
||||
- alias: Set hyperion when playback starts
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: media_player.plex_iiidefcontoweriii
|
||||
entity_id: media_player.plex
|
||||
to: 'playing'
|
||||
action:
|
||||
- service: light.turn_on
|
||||
|
Loading…
x
Reference in New Issue
Block a user