Replies: 1 comment
-
|
Greetings @serbs102! The method you are trying will likely not work the way you are hoping. I would suggest another approach. If you are against the idea of having 2 Firemotes on your dashboard at once, take a look at this idea in the Let's See Your Dashboards! discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi - I want to be able to control two ATVs that are controlling two TVs next to each other. I created two remotes with the anticipation that I will use the custom app launcher to change the view cards.
I'm trying to use a script to change the views, but am not having any luck getting the script to actually change the view/remote.
Below is the script for the custom launcher
`custom_launchers:
label: Living
color: black
background: white
label: Master
color: black
background: white
script: MATV
app_launch_5: customlauncher Living Room
app_launch_6: customlauncher
MasterHere's the script I wrote:
-navigate_to_view: alias: Navigate to MATV View sequence: - service: browser_mod.navigate data: navigation_path: /lovelace-MATVAny idea how to make this work? Or any different idea to control 2 ATVs from one card?
Beta Was this translation helpful? Give feedback.
All reactions