Restyled by whitespace

This commit is contained in:
Restyled.io
2024-01-14 13:34:46 +00:00
parent 31fb4a5569
commit 4b5c9ba8ba
4 changed files with 4 additions and 4 deletions

View File

@ -84,4 +84,4 @@
--> -->
<property id="webhook_id" type="string"></property> <property id="webhook_id" type="string"></property>
</properties> </properties>

View File

@ -102,4 +102,4 @@
> >
<settingConfig type="alphaNumeric" readonly="true" /> <settingConfig type="alphaNumeric" readonly="true" />
</setting> </setting>
</settings> </settings>

View File

@ -61,4 +61,4 @@
service should repeat sending the battery level.</string> service should repeat sending the battery level.</string>
<string id="WebhookId">(Read only) The Webhook ID created by the watch for battery level updates. <string id="WebhookId">(Read only) The Webhook ID created by the watch for battery level updates.
You might require this for debugging.</string> You might require this for debugging.</string>
</strings> </strings>

View File

@ -29,7 +29,7 @@ class HomeAssistantViewMenuItem extends WatchUi.IconMenuItem {
} or Null) { } or Null) {
var label = definition.get("name") as Lang.String; var label = definition.get("name") as Lang.String;
var identifier = definition.get("entity") as Lang.String; var identifier = definition.get("entity") as Lang.String;
WatchUi.IconMenuItem.initialize( WatchUi.IconMenuItem.initialize(
label, label,
null, null,