To style, I added a custom.css file to /config/www and added it as a Stylesheet Resource.
I had to set both :host and body to get it to work on mobile and web.
Hi,
just a heads up. With the latest IOS version, honeycomb menu is working on iPhones
Great extension and now also an excellent addition to ios phone GUIs!!
I have the honeycomb menu working in general, but I’m looking to setup templating. I have followed the example shown here. It appears, however, that the template isn’t getting propogated through to the specific call. See below.
#### HONEYCOMB TEMPLATES
#honeycomb_menu_template: <<<- is this needed as a header???
timeout: # <<<- can this be any label, or are there pre-defined template names?
animation_speed: 10
variables:
timer: null
setpoint: null
buttons:
- entity: '[[[ return variables.timer ]]]'
show: '[[[ return variables.timer ]]]'
icon: mdi:auto-mode
tap_action:
action: toggle
- entity: '[[[ return variables.setpoint ]]]'
show: '[[[ return variables.setpoint ]]]'
icon: mdi:timer-edit-outline
tap_action:
action: more-info
Following on from that in the same yaml file is my actual call attempting to use the template defined above (I’m using ha-floorplan) - I’ve shortened the precursor config, but have left the main headings to show the indentation.
it doesn’t work properly for me if I use template, I have it similar to you. floorplan in dashboard with button cards. I’m not developer, but I think in my case I have conflict with button cards template I use. On the other hand, since the last update it works fine everywhere including ios devices.