honeycomb-menu icon indicating copy to clipboard operation
honeycomb-menu copied to clipboard

Menu does not popup

Open Maxcodesthings opened this issue 2 years ago • 1 comments

Following the Readme I cannot seem to get the menu to popup

- type: button
  entity: fan.fabian
  hold_action:
    action: call-service
    service: honeycomb
    service_data:
      template: light
      autoclose: false
      active: true
      buttons:
        - icon: mdi:fan-auto
          tap_action:
            action: call-service
            service: fan.set_preset_mode
            service_data:
              preset_mode: auto
              entity_id: fan.fabian

I have checked the sources in chrome developer tools and honeycomb-menu.js is listed so I believe its loaded properly. Nothing happens when holding over the button, nor if I change to tap_action

Maxcodesthings avatar Sep 15 '22 16:09 Maxcodesthings

Have you tried to clear your browser cache/temp files?

Here is an example of my config which might help

pqpxo avatar Sep 17 '22 16:09 pqpxo

@pqpxo thanks for the help. Unfortunately it doesnt seem to be cache related. I have tried icognito browser as well with same issue. JS is definitely loaded I see it in my resources tab on the dashboard.

Maxcodesthings avatar Sep 26 '22 20:09 Maxcodesthings

Please check https://www.youtube.com/watch?v=xF4f2JJO9AI and select the Honeycomb Menu chapter

Sian-Lee-SA avatar Oct 14 '22 12:10 Sian-Lee-SA