@ramondunker wrote:
I’m trying to make a script that turns my tv on, and switches the input of the Fire TV to Netflix. Script:
start_netflix: sequence: - service: media_player.turn_on data: entity_id: media_player.panasonic_viera_tv - delay: seconds: 10 - service: media_player.select_source data: entity_id: media_player.fire_tv source: 'com.netflix.ninja'
The TV turns on, but it doesn’t switch to the netflix app. When I only run the select_source part of the script it does work. Anyone got any ideas?
Posts: 2
Participants: 2