-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
close popup after time x #279
Comments
That would be very cool indeed |
Outline for how this could work (from someone who doesn't know how browser-mod works at all): |
Since the auto close feature was added way back when... I have been using the browser_popup_2:
sequence:
- condition: state
entity_id: input_boolean.disable_inside_popups
state: "off"
- service: browser_mod.close_popup
- service: browser_mod.more_info
data:
entity_id: camera.entry_hall
large: true
- service: tts.google_say
data:
entity_id:
- media_player.pixel_fully
data_template:
message: "Entry hall motion detected!"
- service: input_select.select_option
data:
entity_id: input_select.alert_type
option: alert
- delay: "00:00:20"
- service: input_select.select_option
data:
entity_id: input_select.alert_type
option: stop
- delay: "00:02:00"
- service: browser_mod.close_popup |
thanks for your replies - is there a way to call a script here?
or do i have to put the whole code in a script? i am a little bit lost here... |
I have always used |
Thanks @Dino-Tech I will give it a try... |
update, for me this additional code does the trick:
|
Closed because of Browser Mod 2.0 release. |
hello, is it possible to call the browser_mod.close_popup service with a delay when opening a popup to auto close it when its not closed by the user?
thanks
simon
The text was updated successfully, but these errors were encountered: