mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-05-02 13:42:32 +00:00
12 lines
217 B
XML
12 lines
217 B
XML
<settings>
|
|
<setting
|
|
propertyKey="@Properties.api_key"
|
|
title="API Key for Home Assistant"
|
|
prompt="Long-Lived Access Token"
|
|
>
|
|
<settingConfig
|
|
type="alphaNumeric"
|
|
/>
|
|
</setting>
|
|
</settings>
|