mirror of https://github.com/espruino/BangleApps
Integrate HomeAssistant into BW Clock
parent
69f4aa1395
commit
5c6952a260
|
@ -6,4 +6,5 @@
|
||||||
0.06: Design and usability improvements.
|
0.06: Design and usability improvements.
|
||||||
0.07: Improved positioning.
|
0.07: Improved positioning.
|
||||||
0.08: Select the color of widgets correctly. Additional settings to hide colon.
|
0.08: Select the color of widgets correctly. Additional settings to hide colon.
|
||||||
0.09: Larger font size if colon is hidden to improve readability further.
|
0.09: Larger font size if colon is hidden to improve readability further.
|
||||||
|
0.10: HomeAssistant integration if HomeAssistant is installed.
|
|
@ -7,6 +7,7 @@
|
||||||
- Tab left/right of screen to show steps, temperature etc.
|
- Tab left/right of screen to show steps, temperature etc.
|
||||||
- Enable / disable lock icon in the settings.
|
- Enable / disable lock icon in the settings.
|
||||||
- If the "sched" app is installed tab top / bottom of the screen to set the timer.
|
- If the "sched" app is installed tab top / bottom of the screen to set the timer.
|
||||||
|
- If HomeAssistant is installed, triggers are shown. Simple select the trigger and touch the middle of the screen to send the trigger to HomeAssistant.
|
||||||
- The design is adapted to the theme of your bangle.
|
- The design is adapted to the theme of your bangle.
|
||||||
- The colon (e.g. 7:35 = 735) can be hidden now in the settings.
|
- The colon (e.g. 7:35 = 735) can be hidden now in the settings.
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"id": "bwclk",
|
"id": "bwclk",
|
||||||
"name": "BW Clock",
|
"name": "BW Clock",
|
||||||
"version": "0.09",
|
"version": "0.10",
|
||||||
"description": "BW Clock.",
|
"description": "BW Clock.",
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"screenshots": [{"url":"screenshot.png"}, {"url":"screenshot_2.png"}, {"url":"screenshot_3.png"}],
|
"screenshots": [{"url":"screenshot.png"}, {"url":"screenshot_2.png"}, {"url":"screenshot_3.png"}, {"url":"screenshot_4.png"}],
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
"tags": "clock",
|
"tags": "clock",
|
||||||
"supports": ["BANGLEJS2"],
|
"supports": ["BANGLEJS2"],
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
Loading…
Reference in New Issue