mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-07-30 16:38:31 +00:00
Update properties.xml
Moved Wi-Fi option up to be more prominent.
This commit is contained in:
@ -38,6 +38,12 @@
|
|||||||
-->
|
-->
|
||||||
<property id="clear_cache" type="boolean">false</property>
|
<property id="clear_cache" type="boolean">false</property>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Enables the SyncDelegate and prompt to send a command over Wi-Fi/LTE.
|
||||||
|
This will only show when not connected to the user's phone.
|
||||||
|
-->
|
||||||
|
<property id="wifi_lte_execution" type="boolean">false</property>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Enable notification via vibrations, typically for confirmation of actions.
|
Enable notification via vibrations, typically for confirmation of actions.
|
||||||
-->
|
-->
|
||||||
@ -95,10 +101,4 @@
|
|||||||
for trouble shooting.
|
for trouble shooting.
|
||||||
-->
|
-->
|
||||||
<property id="webhook_id" type="string"></property>
|
<property id="webhook_id" type="string"></property>
|
||||||
|
|
||||||
<!--
|
|
||||||
Enables the SyncDelegate and prompt to send a command over Wi-Fi/LTE.
|
|
||||||
This will only show when not connected to the user's phone.
|
|
||||||
-->
|
|
||||||
<property id="wifi_lte_execution" type="boolean">false</property>
|
|
||||||
</properties>
|
</properties>
|
||||||
|
Reference in New Issue
Block a user