From b6fbeb61a512138f4ecc2a574194900e173c0196 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Tue, 20 Apr 2021 10:57:40 -0700 Subject: [PATCH] Don't refer to deprecated Hyperion effect names (#16363) --- source/_integrations/hyperion.markdown | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/_integrations/hyperion.markdown b/source/_integrations/hyperion.markdown index f2e0b0ebbd7..459b81832bb 100644 --- a/source/_integrations/hyperion.markdown +++ b/source/_integrations/hyperion.markdown @@ -46,10 +46,10 @@ added/removed from Home Assistant. The effect list is dynamically pulled from the Hyperion server. The following extra effects will be available: -- BOBLIGHTSERVER: Use a Boblight-Server configured in Hyperion. -- GRABBER: Use a 'Platform Capture' grabber that is configured in Hyperion. -- V4L: Use a 'USB Capture' V4L device that is configured in Hyperion. -- Solid: Use a solid color only. +- 'Boblight Server': Use a 'Boblight Server' configured in Hyperion. +- 'Platform Capture': Use a 'Platform Capture' grabber that is configured in Hyperion. +- 'USB Capture': Use a 'USB Capture' device that is configured in Hyperion. +- 'Solid': Use a solid color only. ## Advanced Entities @@ -114,7 +114,7 @@ To have the lights playing an effect when pausing, idle or turn off a media play effect: "Full color mood blobs" ``` -To capture the screen when playing something on a media_player you can use this example: +To capture the screen on a USB capture device, when playing something on a media_player, you can use this example: ```yaml - alias: "Set hyperion when playback starts" @@ -127,5 +127,5 @@ To capture the screen when playing something on a media_player you can use this target: entity_id: light.hyperion data: - effect: V4L + effect: "USB Capture" ```