honeycomb-menu
honeycomb-menu copied to clipboard
Menu does not popup
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
Have you tried to clear your browser cache/temp files?
Here is an example of my config which might help
@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.
Please check https://www.youtube.com/watch?v=xF4f2JJO9AI and select the Honeycomb Menu chapter