Restyled by whitespace

This commit is contained in:
Restyled.io
2024-01-18 21:17:54 +00:00
parent 4e96036d66
commit a48c6a38fe
13 changed files with 13 additions and 13 deletions

View File

@ -71,7 +71,7 @@ class HomeAssistantView extends WatchUi.Menu2 {
} else {
addItem(HomeAssistantMenuItemFactory.create().template_tap(name, entity, content, service, confirm, data));
}
} else if (type.equals("tap") && entity != null && service != null) {
addItem(HomeAssistantMenuItemFactory.create().tap(name, entity, service, confirm, data));
} else if (type.equals("group")) {