From 1544fc79d2ea0bf994465782a57ebebcfe62f733 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Thu, 2 Sep 2021 20:32:16 -0700 Subject: [PATCH] Update README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 237624d7..ec812261 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ lovelace: | `motion_entity` | | A binary sensor to show in the menu (e.g. a Frigate motion binary sensor) and to use to trigger card updates.| | `frigate_camera_name` | The string after the "camera." in the `camera_entity` option (above). | This parameter allows the camera name heuristic to be overriden for cases where the entity name does not cleanly map to the Frigate camera name (e.g. when the Frigate camera name is capitalized, but the entity name is lower case). This camera name is used for communicating with the Frigate backend, e.g. for fetching events. | | `view_default` | `live` | The view to show by default. See [views](#views) below.| -| `menu_mode` | `hidden` | The menu mode to show by default. See [menu modes](#menu-modes) below.| +| `menu_mode` | `hidden-top` | The menu mode to show by default. See [menu modes](#menu-modes) below.| | `frigate_client_id` | `frigate` | The Frigate client id to use. If this Home Assistant server has multiple Frigate server backends configured, this selects which server should be used. It should be set to the MQTT client id configured for this server, see [Frigate Integration Multiple Instance Support](https://blakeblackshear.github.io/frigate/usage/home-assistant/#multiple-instance-support).| | `view_timeout` | | A numbers of seconds of inactivity after which the card will reset to the default configured view. Inactivity is defined as lack of interaction with the Frigate menu.| | `frigate_url` | | The URL of the frigate server. If set, this value will be (exclusively) used for a `Frigate UI` menu button. | @@ -155,8 +155,8 @@ This card supports several menu configurations. | Key | Description | Screenshot | | ------------- | --------------------------------------------- | - | -|`hidden` (default)| Hide the menu by default, expandable upon clicking the 'F' button. | Menu hidden | -|`overlay`| Overlay the menu on top of the card contents. The 'F' button shows the default view. | Menu overlaid | +|`hidden-{top,bottom,right,left}` (default)| Hide the menu by default, expandable upon clicking the 'F' button. | Menu hidden | +|`overlay-{top,bottom,right,left}`| Overlay the menu on top of the card contents. The 'F' button shows the default view. | Menu overlaid | |`above`| Render the menu above the card. The 'F' button shows the default view. | Menu above | |`below`| Render the menu below the card. The 'F' button shows the default view. | Menu below |