home-assistant-custom-components-linkplay icon indicating copy to clipboard operation
home-assistant-custom-components-linkplay copied to clipboard

led_off doesn't work for Arylics anymore

Open jclsn opened this issue 8 months ago • 2 comments

The title says it all. This used to work. Shortly after turning on the device, the LED would turn off. Now nothing happens. Probably since the last update

My config

media_player:
    - platform: linkplay
      host: 192.168.184.107
      name: Arylic Wohnzimmer
      icecast_metadata: 'StationNameSongTitle'
      multiroom_wifidirect: True
      led_off: True
      sources: 
        {
          'optical': 'Optical', 
          'line-in': 'Line-In', 
          'bluetooth': 'Bluetooth',
          'udisk': 'USB stick',
        }

jclsn avatar Dec 01 '23 11:12 jclsn

The function still works (I deal with it all the time on the up2stream mini). But only if the device was working before the integration was launched. If the player is turned off and turned on with the HA already running, the diode will not be turned off.

mitrokun avatar Mar 25 '24 11:03 mitrokun

Yeah, but this is exactly what I need it for and it used to work before. I keep the device turned off most if the time to save energy.

jclsn avatar Mar 25 '24 19:03 jclsn