Merge pull request #75 from house-of-abbey/restyled/26-sensor-readings-as-text-display

This commit is contained in:
Joseph Abbey
2024-01-14 13:36:59 +00:00
committed by GitHub
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,