nagyrobi / home-assistant-custom-components-linkplay

LinkPlay based media devices integration for Home Assistant. Supports multiroom, Media Browser, and snapshot and restore functionality for TTS. Compatible with Mini Media Player card.
164 stars 29 forks source link

led_off doesn't work for Arylics anymore #128

Open jclsn opened 7 months ago

jclsn commented 7 months ago

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',
        }
mitrokun commented 4 months ago

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.

jclsn commented 4 months ago

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.