mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-06-18 04:18:35 +00:00
Merge pull request #75 from house-of-abbey/restyled/26-sensor-readings-as-text-display
This commit is contained in:
@ -84,4 +84,4 @@
|
|||||||
-->
|
-->
|
||||||
<property id="webhook_id" type="string"></property>
|
<property id="webhook_id" type="string"></property>
|
||||||
|
|
||||||
</properties>
|
</properties>
|
||||||
|
@ -102,4 +102,4 @@
|
|||||||
>
|
>
|
||||||
<settingConfig type="alphaNumeric" readonly="true" />
|
<settingConfig type="alphaNumeric" readonly="true" />
|
||||||
</setting>
|
</setting>
|
||||||
</settings>
|
</settings>
|
||||||
|
@ -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>
|
||||||
|
@ -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,
|
||||||
|
Reference in New Issue
Block a user