mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-04-30 20:52:27 +00:00
Restyled by whitespace
This commit is contained in:
@ -84,4 +84,4 @@
|
||||
-->
|
||||
<property id="webhook_id" type="string"></property>
|
||||
|
||||
</properties>
|
||||
</properties>
|
||||
|
@ -102,4 +102,4 @@
|
||||
>
|
||||
<settingConfig type="alphaNumeric" readonly="true" />
|
||||
</setting>
|
||||
</settings>
|
||||
</settings>
|
||||
|
@ -61,4 +61,4 @@
|
||||
service should repeat sending the battery level.</string>
|
||||
<string id="WebhookId">(Read only) The Webhook ID created by the watch for battery level updates.
|
||||
You might require this for debugging.</string>
|
||||
</strings>
|
||||
</strings>
|
||||
|
@ -29,7 +29,7 @@ class HomeAssistantViewMenuItem extends WatchUi.IconMenuItem {
|
||||
} or Null) {
|
||||
var label = definition.get("name") as Lang.String;
|
||||
var identifier = definition.get("entity") as Lang.String;
|
||||
|
||||
|
||||
WatchUi.IconMenuItem.initialize(
|
||||
label,
|
||||
null,
|
||||
|
Reference in New Issue
Block a user