I can only see one LG WebOS TV

Greetings all.
Noob user here!

Does anyone have any ideas why I can only see one of my three LG WebOS tvs at a time!

I first tried adding all three tvs to my configuration.yaml file. But only tv no. 3 showed up and could be configured!
In order to pair them all I had to first comment out (#) tv 1 and 3. thentv 2 worked. then i commented tv 2 and uncommented tv 1 which i could then configure! All 3 TVs are now paired, but when uncommenting all three TVs only tv 3 shows up in the states window.
The History window however shows all three TV though!

This is what I added to my config:
media_player:

  • platform: webostv
    host: 192.168.0.41
    name: TV Sove
    filename: webostv1.conf

media_player:

  • platform: webostv
    host: 192.168.0.42
    name: TV Emma
    filename: webostv2.conf

media_player:

  • platform: webostv
    host: 192.168.0.43
    name: TV Anton
    filename: webostv3.conf

Hope its just a stupid rookie mistake!

You only need to call the media_player: once like this:

media_player:

    platform: webostv
    host: 192.168.0.41
    name: TV Sove
    filename: webostv1.conf

    platform: webostv
    host: 192.168.0.42
    name: TV Emma
    filename: webostv2.conf

    platform: webostv
    host: 192.168.0.43
    name: TV Anton
    filename: webostv3.conf
1 Like

Thank you so much. That worked perfectly!

I had a feeling I had done something wrong!

1 Like