Hello,
I have 2 problems with the integration of browser_mod…
First of al the browser-player card : I put it on an existant dashboard and works fine (I can see the entity-id)…on my tablet and laptop, but not on my smart-phone ? On my smart-phone I get the error “Custom element doesn’t exist: browser-player”.
Second problem : I put this in my configuration.yaml file
browser_mod:
prefix: "browser_mod_"
devices:
b4ea8a92-443fa8e5:
name: laptop_christian
a5de7b8c_eb62e08d:
name: tablet_christian
53fa2164-21f071cf:
name: laptop_alex
In my automatisation I put this :
- service: browser_mod.navigate
data:
navigation_path: /lovelace-mushroom/0
deviceid:
- tablet_christian
This works fine, except that the navigation is done on my tablet but also on my laptop ?
What am I doing wrong ?