Improve web: dim disabled, icons, pin

This commit is contained in:
Joseph Abbey
2025-07-18 22:18:26 +01:00
parent a6b4925ff7
commit 72059fbd8f
7 changed files with 106 additions and 34 deletions

View File

@@ -13,24 +13,24 @@
-->
<properties>
<property id="api_key" type="string"></property>
<property id="api_key" type="string">eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiIxYjM0NDA4OGM4ODI0OGQ1YWU5ZTBiZWMyYzVmOWQ2MyIsImlhdCI6MTc1Mjg2NTIyOCwiZXhwIjoyMDY4MjI1MjI4fQ.s4a1vmnj4IaBuFIcLk-LYyYqY1D94ATPHKRktU5TQdo</property>
<!--
Internal URL "https://homeassistant.local/api"
External URL "https://<dynamic DNS>/api"
-->
<property id="api_url" type="string"></property>
<property id="api_url" type="string">https://home.abbey1.org.uk/api</property>
<!--
Best be a public URL in order to work away from your home LAN and have a
trusted HTTPS certificate.
-->
<property id="config_url" type="string"></property>
<property id="config_url" type="string">https://home.abbey1.org.uk/local/garmin/philip.json</property>
<!--
Decide if the menu configuration should be cached.
-->
<property id="cache_config" type="boolean">false</property>
<property id="cache_config" type="boolean">true</property>
<!--
Clear the menu configuration on next application start, and refetch, then
@@ -53,7 +53,7 @@
Poll delay adds a user configurable delay (in seconds) to each round of
status updates of all item in the device's menu that might be amended
externally from the watch. A user has requested that it is possible to add
this delayfor an "always open" mode of operation, which then drains the
this delay for an "always open" mode of operation, which then drains the
watch battery from the additional API access activity.
-->
<property id="poll_delay_combined" type="number">5</property>