From 2155b23fb8c66162405fb354fab2344a6a1eb050 Mon Sep 17 00:00:00 2001 From: IIIdefconIII Date: Wed, 19 Jun 2019 18:34:55 +0200 Subject: [PATCH] Update hyperion.markdown (#9659) sorry, removed my plex media_player entity id to plex to not getting involved by questions xD --- source/_components/hyperion.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_components/hyperion.markdown b/source/_components/hyperion.markdown index d8c76da7526..a5142049d84 100644 --- a/source/_components/hyperion.markdown +++ b/source/_components/hyperion.markdown @@ -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