Initial basic application

This commit is contained in:
Philip Abbey
2023-10-31 13:32:42 +00:00
parent 3f713f5760
commit 8a4f514e6b
16 changed files with 521 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<properties>
<property id="api_key" type="string"></property>
</properties>

View 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>