I see in the 0.104 release notes that webostv has been moved from media player domain into it’s own. The filename option was removed which I used for each of my LG webOS tv’s. I can’t see mention of configuring multiple TV’s in the documentation. How do we add more than one TV now?
Figured it out. Easy fix. Just pass in multiple hosts—it now stores each TV’s connection info in an array in the webostv.conf file.
Example:
webostv:
- host: !secret living_room_tv_ip
name: Living Room TV
turn_on_action:
service: wake_on_lan.send_magic_packet
data:
mac: !secret living_room_tv_mac
- host: !secret bedroom_tv_ip
name: Bedroom TV
turn_on_action:
service: wake_on_lan.send_magic_packet
data:
mac: !secret bedroom_tv_mac
1 Like