mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-06-17 11:58:30 +00:00
Updated RezStrings.mc
Variables are now read only via getters.
This commit is contained in:
@ -28,7 +28,7 @@ class HomeAssistantViewMenuItem extends WatchUi.MenuItem {
|
||||
// definitions.get(...) are Strings here as they have been checked by HomeAssistantView first
|
||||
WatchUi.MenuItem.initialize(
|
||||
definition.get("name") as Lang.String,
|
||||
RezStrings.strMenuItemMenu,
|
||||
RezStrings.getMenuItemMenu(),
|
||||
definition.get("entity") as Lang.String,
|
||||
null
|
||||
);
|
||||
|
Reference in New Issue
Block a user