mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-06-17 03:48:32 +00:00
Initial basic application
This commit is contained in:
3
resources/settings/properties.xml
Normal file
3
resources/settings/properties.xml
Normal file
@ -0,0 +1,3 @@
|
||||
<properties>
|
||||
<property id="api_key" type="string"></property>
|
||||
</properties>
|
11
resources/settings/settings.xml
Normal file
11
resources/settings/settings.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<settings>
|
||||
<setting
|
||||
propertyKey="@Properties.api_key"
|
||||
title="API Key for Home Assistant"
|
||||
prompt="Long-Lived Access Token"
|
||||
>
|
||||
<settingConfig
|
||||
type="alphaNumeric"
|
||||
/>
|
||||
</setting>
|
||||
</settings>
|
Reference in New Issue
Block a user