Hi…
I had been using this and it works fine even today in my HA version 103.0 but as I upgraded to the current version 2021.7.3 all my Scripts on Browser-mod does not work.
But the same commands work from Dev Tools in the frontend Lovelace.
Here are my scripts. Please point out if any mistakes are in this …
show_cam1_motion:
alias: Show Cam1 Motion
sequence:
- service: browser_mod.command
data:
command: more-info
entity_id: camera.lobby
deviceID:
- asus_laptop_lan
- dell_laptop_lan
- pixel_phone_wan
- samsung_tablet_lan
- tv
large: true
###------------------------------------------------------
show_cam2_motion:
alias: Show cam2_motion
sequence:
- service: browser_mod.more_info
data:
entity_id: camera.front_door
large: true
deviceID:
- dell_laptop_lan
- samsung_tablet_lan
- pixel_phone_wan
- tv
###------------------------------------------------------
For info. I’m running this on a DietPi on PI3. HA installation done thru DietPi-software.