This is a pity this is really not reliable … I use the browser_mod with the code below to display who is at my door ringing the bell, the the popup doesn’t shop up (again) anymore on my Lenovo wall tablet.
Issue is I have not seen any recent update / upgrade mentioning this is breaking something … are you aware about something ?
P.S. the complete automation works (tablet screen goes ON, music is played, etc etc …) but just the picture of the camera is not piping up the Lenovo tablet anymore (it worked for months).
Here is my code :
- data:
title: Caméra Extérieure
dismissable: false
content:
camera_view: live
type: picture-glance
entities: []
camera_image: camera.192_168_1_110
timeout: 120000
size: fullscreen
browser_id:
- Lenovo-tablette
right_button: Raccrocher
right_button_action:
service: media_player.media_stop
data:
entity_id: media_player.lenovo_tab_m10_plus_3rd_gen
left_button: Laisser vidéo 5m
left_button_action:
service: browser_mod.sequence
data:
sequence:
- service: browser_mod.popup
data:
title: Caméra Extérieure
dismissable: true
content:
camera_view: live
type: picture-glance
entities: []
camera_image: camera.192_168_1_110
timeout: 300000
size: fullscreen
browser_id:
- Lenovo-tablette
- service: media_player.media_stop
data:
entity_id: media_player.lenovo_tab_m10_plus_3rd_gen
action: browser_mod.popup
… and here is my browser_mod setup :
Lenovo-tablette is well still present :
So I really do not understand what causes the issue now since a few days … probably a recent update, but which one
;-(
P.S. I am with this current version :
Version installée : 2.3.0
and I see there is an update which is 2.3.1 (not installed yet)
Many Thank !