You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,11 @@ You will have needed to enable Allow app's downloaded from App Store and identif
20
20
21
21
For the server connection you can use your local ip:port as per the example, an external facing address you have setup via DuckDNS or similar, or your Nabu Casa URL. Ensure you prefix with http:// or https:// as appropriate.
22
22
23
-
To create a token within HA, login to HA and click on your profile.
23
+
To create a token within HA, login to HA and click on your profile.
24
24
Under Long Lived Access Tokens, create a new token, give it a name and copy the token value into HA Menu preferences.
25
25
26
+
Press Connect to validate your connection and get your groups. You can now choose which domains/groups to display within HA Menu, drag them to reorder and optionally make them a submenu.
@@ -38,10 +40,10 @@ You can create multiple groups and they will be separated within the drop down m
38
40
39
41
First of all create your group(s) within groups.yaml as per the example. Note the group entity id is ha_menu in this example. Validate and Reload Groups within HA (Configuration/Server Controls) to have the group added to HA. If you want multiple groups just repeat the block and rename the entity id/name and change your entity's.
40
42
41
-
Once you have the group(s) added to HA, within HA Menu go to Preferences and within the Groups field enter the group entity ID's you want to be displayed (ha_menu in this example). If you have created multiple groups you can comma separate their entity ID's e.g. ha_menu,my_automations,living_room
43
+
Once you have the group(s) added to HA, within HA Menu go to Preferences and tick the Groups you want to be displayed.
42
44
Close preferences to save these settings.
43
45
44
-
Now when you click on HA Menu again the group's you have setup will be displayed. The groups are displayed in the order you entered them into preferences, entities within groups are displayed in the order they are added within the group (printer, lego_lights, desk_lamp, notifications, entry_alert, who_cooks in the example).
46
+
Now when you click on HA Menu again the group's you have setup will be displayed. Entities within groups are displayed in the order they are added within the group (printer, lego_lights, desk_lamp, notifications, entry_alert, who_cooks in the example).
0 commit comments