ha-samsungtv-tizen icon indicating copy to clipboard operation
ha-samsungtv-tizen copied to clipboard

Controls disappear a few seconds after reboot

Open IrealiTY opened this issue 4 years ago • 1 comments

The lovelace card loses all Samsung related controls on it after a few seconds on Hass.io restart and becomes a plain card: image

Basically I can change volume, input etc for a very brief time and then it comes a plain card with no options but the on-off button.

I use the config as follows: (note it was the case with and without app/source lists)

  - platform: samsungtv_tizen
    host: 192.168.1.3
    mac: xxxx
    api_key: "xxxx"
    device_id: "xxx"
    source_list: '{"TV":"KEY_SOURCE+KEY_DOWN+KEY_UP+KEY_LEFT+KEY_LEFT+KEY_ENTER","Manual":"KEY_SOURCE+KEY_DOWN+KEY_UP+KEY_LEFT+KEY_LEFT+KEY_RIGHT+KEY_ENTER","Chromecast":"KEY_SOURCE+KEY_DOWN+KEY_UP+KEY_LEFT+KEY_LEFT+KEY_RIGHT+KEY_RIGHT+KEY_ENTER"}'
    app_list: '{"Netflix": "11101200001", "YouTube": "111299001912", "Spotify": "3201606009684"}'

IrealiTY avatar Apr 27 '20 09:04 IrealiTY