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
+26-9Lines changed: 26 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@
15
15
16
16
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.
17
17
18
+
## Minimum Home Assistant Version
19
+
20
+
Home Assistant version 0.110.0 or higher is required as of release 1.2.0 of restriction-card
21
+
18
22
## Support
19
23
20
24
Hey dude! Help me out for a couple of :beers: or a :coffee:!
@@ -48,6 +52,7 @@ resources:
48
52
| `tap_action` | `map` | **Optional** | Action to take on tap. See [action options](#action-options) | `action: toggle-menu` |
49
53
| `hold_action` | `map` | **Optional** | Action to take on hold. See [action options](#action-options) | `none` |
50
54
| `double_tap_action` | `map` | **Optional** | Action to take on double tap. See [action options](#action-options) | `action: none` |
55
+
| theme | `string` | **Optional** | Card theme |
51
56
52
57
## Item Options
53
58
@@ -74,32 +79,44 @@ resources:
74
79
| `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