nagyrobi/home-assistant-custom-components-linkplay

led_off doesn't work for Arylics anymore

jclsn opened this issue · 2 comments

jclsn commented

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',
        }

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.