Commit Graph
799 Commits
Author SHA1 Message Date
Philip Abbey fb799ebdac Update documentation for clarity and accuracy
Corrected typos in README.md and clarified troubleshooting steps in TroubleShooting.md. Added browser compatibility note for the web-based editor, improved error message explanations, and provided more detailed guidance for resolving 'No JSON returned from HTTP request' issues.
2025-12-23 11:41:23 +00:00
Philip Abbey 1e79be594e Update README with Firefox compatibility note
Added compatibility note for the Web-based Editor in Firefox.

Signed-off-by: Philip Abbey <philipabbey@users.noreply.github.com>
2025-12-22 17:38:06 +00:00
Philip Abbey 0584fa4bce Update HISTORY.md
Added version 3.9 text.
v3.9
2025-12-14 17:00:02 +00:00
Philip Abbey bb05b8f2e0 329 error on empty json menu file (#330)
Prompt users who use `{}` as a menu definition to read the instructions.
2025-12-14 11:24:32 +00:00
philipabbey c1f6ecbd2c Apply automatic changes 2025-12-13 16:33:49 +00:00
Philip Abbey 66bae3ac57 Add error handling for empty menu data
New string resource for menu definition errors and updates HomeAssistantApp to show an error message when the menu data is empty.
2025-12-13 16:29:18 +00:00
Philip Abbey fd373e9dbb Enhance REQBIN API testing section with notes
Added important notes about using REQBIN for API testing, including URL formatting and request limits.

Signed-off-by: Philip Abbey <philipabbey@users.noreply.github.com>
2025-12-03 18:59:47 +00:00
Philip Abbey b86f54496f Add credits for additional activity reporting features
Added credits section acknowledging contributions.

Signed-off-by: Philip Abbey <philipabbey@users.noreply.github.com>
2025-11-16 17:52:46 +00:00
Philip Abbey fffe0fc1e9 Update contributor mentions to use '@' syntax
Signed-off-by: Philip Abbey <philipabbey@users.noreply.github.com>
2025-11-16 17:49:55 +00:00
Philip Abbey a3de208073 Add credits section for PIN feature contributor
Added credits section acknowledging Matthias Oesterheld for the PIN feature contribution.

Signed-off-by: Philip Abbey <philipabbey@users.noreply.github.com>
2025-11-16 17:45:53 +00:00
Philip Abbey fe9b7c9780 Add credits for Tom Michel's contribution
Added credits section acknowledging Tom Michel's contribution.

Signed-off-by: Philip Abbey <philipabbey@users.noreply.github.com>
2025-11-16 17:43:26 +00:00
Philip Abbey 2df83f86f1 Change cover image in README.md
Updated the cover image in the README file.

Signed-off-by: Philip Abbey <philipabbey@users.noreply.github.com>
2025-11-16 17:36:37 +00:00
Philip Abbey 20d41dbb2e New images (#325)
Merging without review, its just documentation.
2025-11-16 17:34:27 +00:00
Philip Abbey c5eb15112b New images 2025-11-16 17:32:06 +00:00
Philip Abbey ce7ea4d519 Update config.schema.json (#324)
Removed the need to specify any menu titles. The code works with a
`Null` as-is. I'm not convinced the lack of a title saves screen space
as desired, but the code works without a title, there's no real reason
to specify one as its not essential, so perhaps we just relax the
schema?

There is one user requesting this. They can work with a schema warning
for now and this can be rolled into the next release, when there's more
changes.
2025-11-15 11:34:26 +00:00
Philip Abbey 0ce95fa58a Update config.schema.json
Removed the need to specify any menu titles. The code works with a `Null` as-is.
2025-11-14 17:05:30 +00:00
Philip Abbey 065a0e47cf Update manifest.xml
Indentation confusion resolved. Whitespace changes only.
v3.8
2025-11-12 11:22:53 +00:00
Philip Abbey f24d95d739 320 add icon for numeric menu item type (#321)
All icons are now automatically scales by Pythono scripts.
2025-11-12 11:17:35 +00:00
Philip AbbeyandJoseph Abbey 0d6c3a10c6 Changed icons SVG
Changed the way colours were managed in the SVG files to make them more amenable to scripting. Changed the scripts to automate icon resizing.

Co-Authored-By: Joseph Abbey <me@josephabbey.dev>
2025-11-11 19:57:51 +00:00
Philip Abbey 38d9c2c06d Icons with lighter blue 2025-11-10 20:41:48 +00:00
Philip Abbey 1bdc117c13 Amended all icons 2025-11-09 23:03:29 +00:00
Philip Abbey 87499dba50 Amended error icon size 48 2025-11-09 22:57:46 +00:00
Philip Abbey 193f53bbf0 Update manifest.xml
Reverted this file, which should not have been committed.
2025-11-09 19:13:05 +00:00
Philip Abbey 024b2c727f Changed icons
New dual colour icons and a numeric menu item icon.
2025-11-09 19:10:31 +00:00
Joseph Abbey 75045b19d9 Fix for numeric menu items over Wi-Fi/LTE (#318)
Turns out the sync service will not run unless the picker has not only
been popped but the display also updated.

v3.7 needs a swift turnaround as its a bug reported by a user.
v3.7
2025-11-07 23:23:42 +00:00
Philip Abbey d6e32b777f Update HISTORY.md
Added v3.7 text.
2025-11-07 09:10:47 +00:00
Philip Abbey 1e17d93310 Fix for numeric menu items over Wi-Fi/LTE
Turns out the sync service will not run unless the picker has not only been popped but the display also updated.
2025-11-07 09:05:22 +00:00
Philip Abbey cc53b25508 Update HomeAssistantTapMenuItem.mc
Code tidy only.
2025-11-07 09:03:05 +00:00
Philip Abbey 098dc81236 Space alignment in code (tidy) and v3.6 history amendment 2025-11-06 20:40:43 +00:00
Philip Abbey 5ab8229602 Update Numeric.md
Changed 'service' to 'action'. Careless omission for new documentation.

Signed-off-by: Philip Abbey <philipabbey@users.noreply.github.com>
v3.6
2025-11-06 18:15:09 +00:00
Philip Abbey 8acc450c2c Update HISTORY.md
Amended v3.6 description.
2025-11-04 21:22:48 +00:00
Philip Abbey 1a52a942fd Added two screenshots for the Number Picker to Numeric.md (#316)
Amendment to documentation. Overlaps with changes a couple of changes on
#308 due to order.
2025-11-04 20:50:51 +00:00
Philip Abbey d8b82f23e4 Merge branch 'main' into 315-add-screenshots-to-numericmd
Signed-off-by: Philip Abbey <philipabbey@users.noreply.github.com>
2025-11-04 20:50:24 +00:00
Philip Abbey 4943c87edb Icon script changes (#314)
A partial update that does not include managing the white variants of
the icons.
2025-11-04 20:49:22 +00:00
Philip Abbey 179c4d1bc5 Rename service to action (#308) 2025-11-04 20:48:58 +00:00
Joseph Abbey 6822cbe434 Allow floats for media_player picker limits 2025-11-04 19:09:45 +00:00
Joseph Abbey fbeadf7ba9 Merge branch 'main' into rename-service-to-action 2025-11-04 19:02:19 +00:00
Joseph Abbey b688cec8f6 Use minimum and maximum instead of const 2025-11-04 19:00:22 +00:00
Philip Abbey 4119665817 Added two screenshots for the Number Picker to Numeric.md 2025-11-02 23:15:59 +00:00
Philip Abbey f0e263ae54 Update config.schema.json
Amended "Home Assistant Template" description.
2025-11-02 22:38:19 +00:00
Philip Abbey abd6552916 Documentation changes
"Home Assistant" => "HomeAssistant" search & replace
Added schema change for "exit" feature.
Added initial Devices.md
2025-11-02 19:36:33 +00:00
Philip Abbey 60f754f3e3 Update HomeAssistantMenuItemFactory.mc
Reverting picker => data change, as I think the original was correct, compiled and functionally worked.
2025-11-02 17:41:21 +00:00
Joseph Abbey bc5a7d04e4 Schema fixes and move "exit" into "tap_action" 2025-11-02 13:14:48 +00:00
Philip Abbey 643c4aa2e5 Icon script changes
A partial update that does not include managing the white variants of the icons,
2025-11-02 13:14:31 +00:00
Philip Abbey 8360a3e4a2 Documentation update
Mainly for the HTTP 410 error case.
2025-11-02 12:20:46 +00:00
Joseph Abbey ad83988ade Merge branch 'main' into rename-service-to-action
Signed-off-by: Joseph Abbey <me@josephabbey.dev>
2025-11-01 21:23:08 +00:00
Joseph Abbey cac94fecd4 rename service to action 2025-11-01 21:19:10 +00:00
Philip Abbey f9253e8cf0 Json schema update (#310) 2025-11-01 19:05:11 +00:00
Philip Abbey 3528080ec3 Merge branch 'main' into json-schema-update 2025-11-01 19:03:34 +00:00
Philip Abbey cc321899f4 Initial code for user supplied confirmation messages (#307)
Hopefully a simple change to the code. This is on top of #306.
2025-11-01 19:02:56 +00:00