Added alerts on error

And removed (and changed) API key... doh!
This commit is contained in:
Philip Abbey
2023-10-31 21:22:14 +00:00
parent 7dd3ccc670
commit 2b06e63c03
5 changed files with 26 additions and 4 deletions

View File

@ -13,14 +13,14 @@
-->
<properties>
<property id="api_key" type="string">eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI1OTEzODI3NzhiNDI0MzU5OGVmYzY4ZmM2YzZiZTU3ZCIsImlhdCI6MTY5ODU3MDg0MywiZXhwIjoyMDEzOTMwODQzfQ.vskr0ERbnEXjB51vVHwlXosy3JK3v1znHzv8Hiej8zA</property>
<property id="api_key" type="string"></property>
<!--
Internal URL "https://homeassistant.local/api"
External URL "https://<dynamic DNS>/api"
-->
<property id="api_url" type="string">https://home.abbey1.org.uk/api</property>
<property id="api_url" type="string"></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">https://home.abbey1.org.uk/local/garmin/philip.json</property>
<property id="config_url" type="string"></property>
</properties>