Commit Graph
60 Commits
Author SHA1 Message Date
StumblingGamer 17690d4349 Proposing changes to documentation and JSON Schema
Added proposed documentation section explaining Numeric data object and also updated JSON schema to match changes.

I tested the numeric example with tap_action.data in the documented web editor. The current schema did not appear to reject the field,
likely because numeric tap_action does not currently forbid additional properties at that nested level. I still added data explicitly
to the numeric schema so it is documented, discoverable, and type-checked as an object.
2026-06-23 11:12:00 -04:00
Philip Abbey 2fb59d2a56 Update Actions.md
Main update is to point out the obvious that a PIN can only be used with touch screen enabled devices. Some additional tidying too.
2026-06-18 08:30:53 +01:00
Philip Abbey dbd2b4a568 Amended documentation about special characters in the glance view
And a couple of code tidy items too.
2026-05-15 09:41:44 +01:00
Philip Abbey b6cec5a6d4 Update Glance.md
Fixed typo.
2026-02-28 18:10:49 +00:00
Philip Abbey 75ccf7dc01 Merge branch 'main' into 343-glance-text-not-visible-on-venu-33s-works-on-one-out-8f-3-devices 2026-02-28 18:09:43 +00:00
Philip Abbey 6596b5fa5d Markdown documentation linting 2026-02-28 18:01:50 +00:00
Philip Abbey cc2fc27532 Changed the Glance behaviour and design to avoid out of memory errors
Store the smaller "glance" subsection of the JSON menu in Storage under a new key (scStorageKeyGlance) and read the glance template from that cache to prevent out-of-memory errors from large menus. Removed menu status field from the Glance UI and simplified the status view to a single API status line when no custom template is present. Documentation and images updated to reflect changes.
2026-02-27 18:44:54 +00:00
Philip Abbey 188fb8feff Update Actions.md
Additional example and amended example.
2026-02-06 10:15:39 +00:00
Philip Abbey 043292d753 Add EV charger mode select example to Actions docs
Expanded the Selects section with an example showing how to use a tap action to cycle through EV charger modes using the select service. Also credited the community member who contributed the example.
2025-12-23 12:29:41 +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 c5eb15112b New images 2025-11-16 17:32:06 +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>
2025-11-06 18:15:09 +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
Joseph Abbey fbeadf7ba9 Merge branch 'main' into rename-service-to-action 2025-11-04 19:02:19 +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 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 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 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
Philip Abbey 9eb791c68b Update Numeric.md
Review comments.
2025-11-01 18:57:13 +00:00
Philip Abbey fc0320aef6 Initial code for user supplied confirmation messages 2025-10-30 17:50:04 +00:00
Philip Abbey 14186b7992 Documentation & source tidy for Lang.Dictionary items. 2025-10-30 11:39:19 +00:00
Philip Abbey 619671de5d Moved the contents of Select.md to Actions.md
Feels like we already have a home for the example without creating a separate new file.
2025-10-30 09:02:40 +00:00
Joseph Abbey 81fa876449 Add light effect selector example to Select.md
Added an example of a light effect selector in JSON format.

Signed-off-by: Joseph Abbey <me@josephabbey.dev>
2025-10-22 14:37:41 +01:00
Philip Abbey 8db9820ffa Cosmetic change to docs
"Home Assistant" -> "HomeAssistant"
2025-09-13 20:06:10 +01:00
Philip Abbey f224268554 Documentation 2025-08-09 16:36:46 +01:00
Philip Abbey 6f5e591910 Initial Docs for review 2025-07-22 21:42:51 +01:00
Philip Abbey 5639ff5c42 Amended heading levels in docs 2025-07-09 21:51:18 +01:00
Philip Abbey 8b3e86a00f Amended documentation for two new menu item options
The options are 'enable' and 'exit'.
2025-07-09 21:48:58 +01:00
Philip Abbey 13f70af45a Update Glance.md
Explained to turn on menu caching.
2025-07-06 21:28:40 +01:00
Philip Abbey 47a930828a Revised glance view
Refreshed default view and new customisable view.
2025-07-06 14:44:53 +01:00
Philip Abbey b82e63d191 Documentation update 2025-01-19 19:47:42 +00:00
Philip Abbey 816f2e6399 Update Actions.md
Documentation for the `service` field after a recently uncovered issue with its value. See https://github.com/house-of-abbey/GarminHomeAssistant/issues/205.

Signed-off-by: Philip Abbey <philipabbey@users.noreply.github.com>
2024-12-31 18:02:03 +00:00
Matthias Oesterheld e0418a0ae6 improve docs 2024-11-17 10:49:58 +01:00
Matthias Oesterheld f51197ff75 adjust docs 2024-11-14 21:32:38 +01:00
Matthias Oesterheld 51d4f68688 preliminary doc changes 2024-11-12 19:35:15 +01:00
Matthias Oesterheld e21ab79d5d add PIN lock after exceeding failure count 2024-10-16 15:58:37 +02:00
Matthias Oesterheld b48102f9a6 add pin confirmation 2024-10-15 19:59:04 +02:00
Philip Abbey 04c61981ea Update Switches.md
Action from "Allow confirming switch toggle" https://github.com/house-of-abbey/GarminHomeAssistant/issues/190, make documentation clearer.

Signed-off-by: Philip Abbey <philipabbey@users.noreply.github.com>
2024-10-06 15:35:35 +01:00
Philip Abbey df3be94bf9 Documentation for v2.19 2024-08-29 23:12:13 +01:00
Philip Abbey ea32d71a2b Added templates to group items 2024-08-24 18:31:47 +01:00
Philip Abbey c18736e40d Update Templates.md
Examples now up to date with schema changes.
2024-07-20 17:23:00 +01:00
Philip Abbey d5c39fa7f0 Documentation: Screenshot for Unicode Characters 2024-03-31 16:45:31 +01:00
Philip Abbey 517e36cfb0 Update Templates.md
Amended wording.
2024-03-30 14:19:23 +00:00
Philip Abbey 7071362656 Update Templates.md
Examples with unicode characters.
2024-03-30 13:36:23 +00:00
Jose Riha 5b9dd6d2eb Fix typo 2024-03-21 23:02:38 +01:00
Philip Abbey eebf5c9dcd Update Templates.md
Removed a reference to a problem mostly associated with Widgets.
2024-03-18 21:20:56 +00:00
Joseph Abbey 457dcca002 Fix spacing inconsistencies 2024-02-06 21:47:33 +00:00