I used to be able to turn on and off a Hyperion light, which would enable and disable the LED output of the light, which would be USB Capture by default.
Now when it turns on it sets as a solid colour, not the USB Capture. The USB Capture is not in the list of effects and the USB Capture entity is showing as disabled.
Thereâs a bug report raised for this, but apparently itâs a change in the way the integration works.
(Check the âknown issuesâ in the integration - https://github.com/home-assistant/core/issues/95994)
The way Iâve now got my automation to switch to the USB capture input is to call 2 services, one to turn off the light, then one to switch on the USB switch:
Note that one is a âlightâ the other is a âswitchâ
I just had to set up a new instance of this and what you have said does not work.
The entity is disabled and if I do enable it, the integration just breaks and the whole thing becomes unavailable and of course the documentation is pretty bad lol
The âlight.hyperionâ component is now used to turn on / off Home Assistantâs ability to override the colour and set it to a colour or effect.
In my setup all I want is the Hyperion LEDs to turn on / off with the TV and capture the USB input, so the âlight.hyperionâ is always off and I just control the âswitch.hyperion_component_led_deviceâ in my automations