From aff3ac7c3919d54a25bbe547eae8907266b093db Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Fri, 10 Jun 2022 10:15:48 -0700 Subject: [PATCH] Add a note that manual menu/submenu positioning is not supported. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index cdf38f2f..ad4d500c 100644 --- a/README.md +++ b/README.md @@ -729,6 +729,11 @@ elements to add special Frigate card functionality. | `custom:frigate-card-menu-submenu-select` | Add a submenu based on a `select` or `input_select`. See [configuration below](#frigate-card-submenu-select).| | `custom:frigate-card-conditional` | Restrict a set of elements to only render when the card is showing particular a particular [view](#views). See [configuration below](#frigate-card-conditional).| + +**Note**: ℹ️ Manual positioning of custom menu icons or submenus via the `style` +parameter is not supported as the menu buttons displayed are context sensitive +so manual positioning by the user is not feasible. + #### `custom:frigate-card-menu-submenu`