mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-06-16 19:38:34 +00:00
Leaner UI spike
This commit is contained in:
@ -23,4 +23,6 @@
|
||||
|
||||
<!-- 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="lean_ui" type="boolean"></property>
|
||||
</properties>
|
||||
|
@ -42,4 +42,13 @@
|
||||
type="alphaNumeric"
|
||||
/>
|
||||
</setting>
|
||||
|
||||
<setting
|
||||
propertyKey="@Properties.lean_ui"
|
||||
title="More leaner UI"
|
||||
>
|
||||
<settingConfig
|
||||
type="boolean"
|
||||
/>
|
||||
</setting>
|
||||
</settings>
|
||||
|
Reference in New Issue
Block a user