Joseph Abbey
47a8a6e4e6
New poll delay property id
2024-08-28 08:52:41 +01:00
Philip Abbey
c38f91f456
Fixed merge conflict
...
Fixed a merge conflict made by more recent changes to fix a bug (https://github.com/house-of-abbey/GarminHomeAssistant/pull/164 )
2024-08-19 12:33:23 +01:00
Klaas Winter
700e7ca822
Send heartrate, floor, and respiration rate values to Home Assistant
2024-08-05 18:02:37 +02:00
Philip Abbey
a213c6851e
Largely cosmetic
...
Removed debug that escaped.
Belt & braces field to prevent the update chain being started twice.
2024-07-26 18:23:22 +01:00
Philip Abbey
98af5578f0
Added update to telemetry on completion of an activity
2024-07-20 17:28:57 +01:00
Philip Abbey
dfa4cdd9b8
Moved template status updates to webhooks
...
This seems to work for non-privileged users.
2024-07-19 15:15:32 +01:00
Philip Abbey
2a99069f48
Review comments
2024-03-21 19:29:52 +00:00
Philip Abbey
a0fe746c1d
Amended update method to entire rounds
...
A single larger delay is now inserted once between entire rounds of status updates,
2024-03-21 09:15:47 +00:00
Philip Abbey
cacd9f856f
Initial solution
2024-03-20 23:33:13 +00:00
Philip Abbey
4dc31e3c65
Removed a widget only property
...
That should have been removed previously.
2024-03-07 22:14:25 +00:00
Philip Abbey
92d3fbee57
Initial fixes
2024-03-07 21:59:33 +00:00
Philip Abbey
0dfcc65469
3 bug fixes as per the issue description
2024-02-05 19:09:26 +00:00
Philip Abbey
b80227e484
Update Settings.mc
...
Cosmetic
2024-01-21 20:11:47 +00:00
Philip Abbey
d9b345e5b8
Update Settings.mc
...
Cosmetic
2024-01-21 20:04:12 +00:00
Philip Abbey
d9ecaf34ee
Removed Debug
...
On some devices it looks like removing the System.println() statements from inside an 'if' clause whose condition is a constant (static constant Globals.scDebug) makes a memory saving. This would suggest the compiler does not propagate constants and prune unreachable code. However in the device of greatest interest debug removal has made no difference to the memory usage. Here the conditional clauses have been turned into comments that can be removed on a case-by-case basis otherwise the debug printing is too voluminous anyway.
2024-01-21 17:53:37 +00:00
Philip Abbey
81762fbf7d
Cached 'has' result in initialize()
...
Also amended a bit of README that was missed and added a memory usage in the RootView for widgets here memory is limited, to serve as a warning to users who are likely to complain.
2024-01-14 19:59:18 +00:00
Joseph Abbey
1f075a8c0f
Remove text versions of menu items
2024-01-14 13:29:33 +00:00
Joseph Abbey
32ce1d2a74
Fix naming
2024-01-12 18:01:00 +00:00
Joseph Abbey
7f8814d587
Automatically remove webhook id
2024-01-12 17:53:42 +00:00
Joseph Abbey
22bb84e13b
Handle errors for the second step
2024-01-11 20:48:46 +00:00
Joseph Abbey
5f794388e6
Resolve review comments
2024-01-11 07:16:38 +00:00
Restyled.io
4190ce2362
Restyled by whitespace
2024-01-10 23:10:15 +00:00
Joseph Abbey
42e0a1b543
Use webhooks for battery
2024-01-10 23:08:08 +00:00
Philip Abbey
9724430168
Merge branch 'main' into 31-reduce-startup-delay
2024-01-08 00:14:05 +00:00
Philip Abbey
0a2d257421
Initial solution
2024-01-08 00:08:12 +00:00
Restyled.io
bbaee49825
Restyled by whitespace
2024-01-07 19:12:40 +00:00
Philip Abbey
874ced99c2
Update Settings.mc
...
Do not cancel the background service just because we show the app's glance.
2024-01-07 19:12:03 +00:00
Philip Abbey
ae72313f5e
Settings reverted to a static class
2023-12-31 15:55:59 +00:00
Philip Abbey
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