Releases: Sian-Lee-SA/honeycomb-menu
0.14.7
Fix changes to the UI structure in HA 2025.1+
Full Changelog: 0.14.6...0.14.7
0.14.6
Fix Prevent nested menu's from being processed.
Full Changelog: 0.14.5...0.14.6
0.14.5
Fix error relating to no audio being used
Full Changelog: 0.14.4...0.14.5
0.14.4
Fix for companion app and honeycomb_menu
function
Full Changelog: 0.14.3...0.14.4
0.14.3
Create menus with JS via honeycomb_menu()
or window.honeycomb_menu()
with the config passed in, just pass the arugment as "json" or more so a javascript object structured like the yaml config.
Full Changelog: 0.14.2...0.14.3
0.14.2
Fix template literal boolean values
Full Changelog: 0.14.1...0.14.2
0.14.1
Parse templatable properties as JS Template Literals https://github.com/Sian-Lee-SA/honeycomb-menu?tab=readme-ov-file#templating
Full Changelog: 0.14.0...0.14.1
0.14.0
Important Changes
Please read the updated doc for the new way to use Honeycomb Menu. While the old syntax and formats will still work, it is advised to update to the new syntax and changes as the old way is now deprecated and could be removed in the near future.
Instead of
action: service-call
service: honeycomb
service_data:
...
we do
action: fire-dom-event
honeycomb_menu:
...
The xy_pad no longer uses the {{ y_percentage }} syntax instead you get the data from the variables object in the JS. https://github.com/Sian-Lee-SA/honeycomb-menu?tab=readme-ov-file#templating
Full Changelog: 0.13.3...0.14.0
0.13.3
- [Added] Passing variables to the XYPad
Full Changelog: 0.13.2...0.13.3
0.13.2
Fix nested menu's being hooked by Custom Button Card
Full Changelog: 0.13.1...0.13.2