Skip to content

Releases: Sian-Lee-SA/honeycomb-menu

0.14.7

04 Jan 19:00
Compare
Choose a tag to compare

Fix changes to the UI structure in HA 2025.1+

Full Changelog: 0.14.6...0.14.7

0.14.6

28 Dec 09:32
Compare
Choose a tag to compare

Fix Prevent nested menu's from being processed.

Full Changelog: 0.14.5...0.14.6

0.14.5

23 Dec 00:40
Compare
Choose a tag to compare

Fix error relating to no audio being used

Full Changelog: 0.14.4...0.14.5

0.14.4

23 Dec 00:25
Compare
Choose a tag to compare

Fix for companion app and honeycomb_menu function

Full Changelog: 0.14.3...0.14.4

0.14.3

22 Dec 10:06
Compare
Choose a tag to compare

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

17 Dec 13:10
Compare
Choose a tag to compare

Fix template literal boolean values

Full Changelog: 0.14.1...0.14.2

0.14.1

17 Dec 11:35
Compare
Choose a tag to compare

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

17 Dec 02:00
Compare
Choose a tag to compare

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

02 Nov 14:07
Compare
Choose a tag to compare
  • [Added] Passing variables to the XYPad

Full Changelog: 0.13.2...0.13.3

0.13.2

30 Oct 18:47
Compare
Choose a tag to compare

Fix nested menu's being hooked by Custom Button Card

Full Changelog: 0.13.1...0.13.2