Weird right?
Double checked it wasn’t a pop-up blocker or security feature (I think). They work as they always have on Safari, but on Chrome/Firefox my double-clicks just yield… nothing.
Will post some sample YAML for reference:
Lovelace yaml:
- type: custom:button-card
template: newlightbtn
entity: light.hue_color
double_tap_action: !include ../popup/table_lamp_popup.yaml
name: Table lamp
icon: mdi:lamp
view_layout:
grid-area: bt1
Popup:
action: fire-dom-event
browser_mod:
command: popup
title: []
style:
light-entity-card$: |
ha-card {
background: none;
box-shadow: none;}
card:
effects_list: false
type: custom:light-entity-card
hide_header: false
header: Table lamp
entity: light.hue_color
color_picker: true
brightness: true
smooth_color_wheel: true
full_width_sliders: true
child_card: false
This all worked until upgrading to the newest version of HA. I did also reinstall browser_mod, so I don’t believe there is a version issue there.
Anyone experiencing this?