Commit Graph

26 Commits

Author SHA1 Message Date
f2d65aa6e3 Added correctly formatted code comments
The newer SDK support tooltips to show the function prototype and help text, so best to make good use of it.
2025-07-04 16:57:25 +01:00
97b5371a0e add "pin": true JSON config property, add default pin, add pin confirmation to toggle, adjust JSON schema 2024-11-13 21:30:36 +01:00
fb2bb7f566 remove transcoding, move pin to settings, remove pin from schema 2024-11-11 20:06:35 +01:00
b48102f9a6 add pin confirmation 2024-10-15 19:59:04 +02:00
1b40231360 Fix errors 2024-08-30 13:49:09 +01:00
1c182dd615 Deprecate template type 2024-08-30 13:25:16 +01:00
685cda7924 Added template option to toggle menu items 2024-08-25 19:34:29 +01:00
ea32d71a2b Added templates to group items 2024-08-24 18:31:47 +01:00
44ec2e2eb1 Initial Solution 2024-01-19 19:26:02 +00:00
2be255bb71 Removal of menu identifiers as not actually required
Toggle menu is now consistent with the use of data objects in tap and template. HA 'notify' actions now work.

Co-Authored-By: Joseph Abbey <me@josephabbey.dev>
2024-01-19 18:04:55 +00:00
67a5f0a14e Amending naming convention
Removing some inconsistencies
2024-01-19 16:11:30 +00:00
7ffbd84785 Initial working version 2024-01-17 23:31:27 +00:00
1f075a8c0f Remove text versions of menu items 2024-01-14 13:29:33 +00:00
31b30788b1 add TemplateMenuItem 2024-01-14 08:00:49 +00:00
9a268eaf02 Updated RezStrings.mc
Variables are now read only via getters.
2024-01-01 14:17:04 +00:00
b039dfbc3b Added RezStrings.mc
The intention is to factorise out many copies of the same string to a central location. Now need to deal with making the variables read-only.
2024-01-01 12:57:50 +00:00
ae72313f5e Settings reverted to a static class 2023-12-31 15:55:59 +00:00
56155f5f5c Added Watch Battery transmission
Added a background service to send the watch battery level to Home Assistant.
Changed the Glance View as requested by a user.
Updated to new HA icon using SVG in stead of PNG.
2023-12-31 15:22:21 +00:00
4ab25ef860 Comment header update
Corrected spelling of username of contributor.
2023-12-17 12:46:20 +00:00
0ab9cb800a Initial solution
For optional confirmation dialogue box.
2023-12-01 09:15:59 +00:00
ce90d9d47f Single HomeAssistantService for all Taps
1. Amended code for a single HomeAssistantService for all 'tap's
2. Removed now redundant GET request for taps without a service now that having a service is enforced.
3. Determined that migrating API code from 'toggle's to the HomeAssistantService is awkward due to the close coupling with other methods in the class.
2023-11-20 21:32:35 +00:00
bcdcfdc66c Set showing icons for types as default 2023-11-19 17:04:22 +01:00
440980a96f Aligned naming of menu item types 2023-11-19 13:24:42 +01:00
eab2af72f8 Added app setting for left - right menu alignment 2023-11-19 13:11:51 +01:00
7bd3486724 Refactored icon submenu creation 2023-11-19 13:11:51 +01:00
d93aa78686 Refactored MenuItems creation 2023-11-19 13:11:48 +01:00