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
This element is for [Lovelace](https://www.home-assistant.io/lovelace) on [Home Assistant](https://www.home-assistant.io/) that provides a radial menu on click for quick/space saving access to commands. Designed for picture-elements, but can be used anywhere.
18
17
19
-

18
+
## Support
20
19
21
-
## Options
20
+
Hey dude! Help me out for a couple of :beers: or a :coffee:!
22
21
23
-
| Name | Type | Requirement | Description | Default
24
-
| ---- | ---- | ------- | ----------- | -------
25
-
| type | string | **Required** | `custom:radial-menu` | `none`
26
-
| items | list | **Required** | List of items to display in the radial | `none`
27
-
| name | string | **Optional** | Tooltip for main menu | `Menu`
28
-
| icon | string | **Optional** | mdi icon for main menu | `mdi:menu`
This card is for [Lovelace](https://www.home-assistant.io/lovelace) on [Home Assistant](https://www.home-assistant.io/) that display a [Roku](https://www.roku.com/) remote.
49
25
50
-
| Name | Type | Requirement | Description | Default
51
-
| ---- | ---- | ------- | ----------- | -------
52
-
| action | string | **Required** | Action to perform (toggle-menu, more-info, toggle, call-service, navigate url, none) | `toggle-menu` for menu and `more-info` for items
53
-
| navigation_path | string | **Optional** | Path to navigate to (e.g. /lovelace/0/) when action defined as navigate | `none`
54
-
| url | string | **Optional** | URL to open on click when action is url. The URL will open in a new tab | `none`
55
-
| service | string | **Optional** | Service to call (e.g. media_player.media_play_pause) when action defined as call-service | `none`
56
-
| service_data | object | **Optional** | Service data to include (e.g. entity_id: media_player.bedroom) when action defined as call-service | `none`
Save [radial-menu](https://github.com/custom-cards/radial-menu/raw/master/dist/radial-menu.js) to `<config directory>/www/radial-menu.js` on your Home Assistant instanse.
64
-
65
-
**Example:**
30
+
Use [HACS](https://hacs.xyz) or follow this [guide](https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins)
| `entity` | `string` | none | Any entity id | **Only valid for `action: more-info`** to override the entity on which you want to call `more-info` |
73
+
| `navigation_path` | `string` | none | Eg: `/lovelace/0/`| Path to navigate to (e.g. `/lovelace/0/`) when action defined as navigate |
74
+
| `url_path` | `string` | none | Eg: `https://www.google.com`| URL to open on click when action is `url`. |
75
+
| `service` | `string` | none | Any service | Service to call (e.g. `media_player.media_play_pause`) when `action` defined as `call-service` |
76
+
| `service_data` | `map` | none | Any service data | Service data to include (e.g. `entity_id: media_player.bedroom`) when `action` defined as `call-service`. |
0 commit comments