mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +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
|
- alias: Set hyperion effect after playback
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: media_player.plex_iiidefcontoweriii
|
entity_id: media_player.plex
|
||||||
to: 'off'
|
to: 'off'
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: media_player.plex_iiidefcontoweriii
|
entity_id: media_player.plex.plex
|
||||||
to: 'paused'
|
to: 'paused'
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: media_player.plex_iiidefcontoweriii
|
entity_id: media_player.plex.plex
|
||||||
to: 'idle'
|
to: 'idle'
|
||||||
action:
|
action:
|
||||||
- service: light.turn_on
|
- 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
|
- alias: Set hyperion when playback starts
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: media_player.plex_iiidefcontoweriii
|
entity_id: media_player.plex
|
||||||
to: 'playing'
|
to: 'playing'
|
||||||
action:
|
action:
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user