diff --git a/docs/_coverpage.md b/docs/_coverpage.md
index d0ee729e..c1cb5d64 100644
--- a/docs/_coverpage.md
+++ b/docs/_coverpage.md
@@ -1,4 +1,4 @@
-
+
# Frigate Card 6.0.0
diff --git a/docs/configuration/elements/custom/README.md b/docs/configuration/elements/custom/README.md
index 3b847998..208a526e 100644
--- a/docs/configuration/elements/custom/README.md
+++ b/docs/configuration/elements/custom/README.md
@@ -37,7 +37,7 @@ Configuration is similar to a stock [Picture Elements Icon](https://www.home-ass
| `type` | | Must be `custom:frigate-card-menu-icon`. |
| `enabled` | `true` | Whether or not to show this menu item. |
| `entity` | | An optional Home Assistant entity for use with actions. |
-| `icon` | | An required icon to display, e.g. `mdi:car` |
+| `icon` | | An required icon to display, e.g. `mdi:car`. See also [custom icons](../../../usage/custom-icons.md). |
| `permanent` | `false` | If `false` the menu item is hidden when the menu has the `hidden` style and the menu is closed, otherwise it is shown (and sorted to the front). |
| `priority` | `50` | The menu item priority. Higher priority item are ordered closer to the start of the menu alignment (i.e. a button with priority `70` will order further to the left than a button with priority `60`, when the menu alignment is `left`). Minimum `0`, maximum `100`. |
| `style` | | Position and style the element using CSS. |
@@ -59,7 +59,7 @@ elements:
| `type` | | Must be `custom:frigate-card-menu-submenu`. |
| `enabled` | `true` | Whether or not to show this menu item. |
| `entity` | | An optional Home Assistant entity for use with actions. |
-| `icon` | | An required icon to display, e.g. `mdi:car` |
+| `icon` | | An required icon to display, e.g. `mdi:car`. See also [custom icons](../../../usage/custom-icons.md). |
| `items` | | A list of menu items, as described below. |
| `permanent` | `false` | If `false` the menu item is hidden when the menu has the `hidden` style and the menu is closed, otherwise it is shown (and sorted to the front). |
| `priority` | `50` | The menu item priority. Higher priority item are ordered closer to the start of the menu alignment (i.e. a button with priority `70` will order further to the left than a button with priority `60`, when the menu alignment is `left`). Minimum `0`, maximum `100`. |
@@ -69,16 +69,16 @@ elements:
### Submenu items
-| Parameter | Default | Description |
-| ------------------------------------------------------------------------ | ------- | ------------------------------------------------------------------------------------------------- |
-| `enabled` | `true` | Whether or not to show this item as enabled / selectable. |
-| `entity` | | An optional Home Assistant entity from which title, icon and style can be automatically computed. |
-| `icon` | | An optional item icon to display, e.g. `mdi:car` |
-| `selected` | `false` | Whether or not to show this item as selected. |
-| `state_color` | `true` | Whether or not the title and icon should be stylized based on state. |
-| `style` | | Position and style the element using CSS. |
-| `tap_action`, `double_tap_action`, `hold_action`, `start_tap`, `end_tap` | | The [actions](../../actions/README.md) to take when this item is interacted with. |
-| `title` | | An optional title to display. |
+| Parameter | Default | Description |
+| ------------------------------------------------------------------------ | ------- | ---------------------------------------------------------------------------------------------------------- |
+| `enabled` | `true` | Whether or not to show this item as enabled / selectable. |
+| `entity` | | An optional Home Assistant entity from which title, icon and style can be automatically computed. |
+| `icon` | | An optional item icon to display, e.g. `mdi:car`. See also [custom icons](../../../usage/custom-icons.md). |
+| `selected` | `false` | Whether or not to show this item as selected. |
+| `state_color` | `true` | Whether or not the title and icon should be stylized based on state. |
+| `style` | | Position and style the element using CSS. |
+| `tap_action`, `double_tap_action`, `hold_action`, `start_tap`, `end_tap` | | The [actions](../../actions/README.md) to take when this item is interacted with. |
+| `title` | | An optional title to display. |
## `menu-submenu-select`
@@ -95,7 +95,7 @@ elements:
| `type` | | Must be `custom:frigate-card-menu-submenu-select`. |
| `enabled` | `true` | Whether or not to show this menu item. |
| `entity` | | An optional Home Assistant entity for use with actions. |
-| `icon` | | An required icon to display, e.g. `mdi:car` |
+| `icon` | | An required icon to display, e.g. `mdi:car`. See also [custom icons](../../../usage/custom-icons.md). |
| `options` | | An optional dictionary of overrides keyed by the option name that the given select entity supports. These options can be used to set or override submenu item parameters on a per-option basis. The format is as described in [Submenu Items](./README.md?id=submenu-items) above. |
| `permanent` | `false` | If `false` the menu item is hidden when the menu has the `hidden` style and the menu is closed, otherwise it is shown (and sorted to the front). |
| `priority` | `50` | The menu item priority. Higher priority item are ordered closer to the start of the menu alignment (i.e. a button with priority `70` will order further to the left than a button with priority `60`, when the menu alignment is `left`). Minimum `0`, maximum `100`. |
@@ -105,7 +105,7 @@ elements:
See the `select` [submenu example](../../../examples.md?id=select-submenu).
-## `state-icon`
+## `menu-state-icon`
Add a state icon to the Frigate Card menu that represents the state of a Home Assistant entity.
@@ -122,7 +122,7 @@ Configuration is similar to a stock [Picture Elements State Icon](https://www.ho
| `type` | | Must be `custom:frigate-card-menu-state-icon`. |
| `enabled` | `true` | Whether or not to show this menu item. |
| `entity` | | An optional Home Assistant entity for use with actions. |
-| `icon` | | An required icon to display, e.g. `mdi:car` |
+| `icon` | | An required icon to display, e.g. `mdi:car`. See also [custom icons](../../../usage/custom-icons.md). |
| `permanent` | `false` | If `false` the menu item is hidden when the menu has the `hidden` style and the menu is closed, otherwise it is shown (and sorted to the front). |
| `priority` | `50` | The menu item priority. Higher priority item are ordered closer to the start of the menu alignment (i.e. a button with priority `70` will order further to the left than a button with priority `60`, when the menu alignment is `left`). Minimum `0`, maximum `100`. |
| `tap_action`, `double_tap_action`, `hold_action`, `start_tap`, `end_tap` | | The [actions](../../actions/README.md) to take when this item is interacted with. |
@@ -147,7 +147,7 @@ elements:
| `enabled` | `true` | `true` to enable this status bar item, `false` to disable. |
| `exclusive` | `false` | Whether or not this item should evict non-exclusive items from the status bar. |
| `expand` | `false` | If `false` this status bar item will consume the minimum possible space, if `true` will expand to the available space. |
-| `icon` | | The icon to show in the status bar, e.g. `mdi:camera-front`. |
+| `icon` | | The icon to show in the status bar, e.g. `mdi:camera-front`. See also [custom icons](../../../usage/custom-icons.md). |
| `priority` | `50` | The item priority. Higher priority items are ordered closer to the start of the status bar (i.e. an item with priority `70` will order further to the left than an item with priority `60`). Minimum `0`, maximum `100`. |
| `sufficient` | `false` | Whether or not this item is sufficient to display the status bar if it's otherwise hidden (e.g. with the `popup` [status bar style](../../status-bar.md)). |
diff --git a/docs/configuration/menu.md b/docs/configuration/menu.md
index d0ab239b..c95a8111 100644
--- a/docs/configuration/menu.md
+++ b/docs/configuration/menu.md
@@ -55,7 +55,7 @@ menu:
| ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `alignment` | `matching` | Whether this button should have an alignment that is `matching` the menu alignment or `opposing` the menu. Can be used to create two separate groups of buttons on the menu. `priority` orders buttons within a given `alignment`. |
| `enabled` | `true` for `frigate`, `cameras`, `substreams`, `live`, `clips`, `snapshots`, `timeline`, `download`, `camera_ui`, `fullscreen`, `media_player`, `display_mode` and `ptz_home`. `false` for `image`, `expand`, `microphone`, `mute`, `play`, `recordings`, `screenshot`, `ptz_controls` | Whether or not to show the button. |
-| `icon` | | An icon to overriding the default for that button, e.g. `mdi:camera-front`. |
+| `icon` | | An icon to overriding the default for that button, e.g. `mdi:camera-front`. See also [custom icons](../usage/custom-icons.md). |
| `permanent` | `false` | If `false` the menu item is hidden when the menu has the `hidden` style and the menu is closed, otherwise it is shown (and sorted to the front). |
## `style`
diff --git a/docs/images/frigate-logo.svg b/docs/images/icons/frigate.svg
similarity index 83%
rename from docs/images/frigate-logo.svg
rename to docs/images/icons/frigate.svg
index 494fc4a8..bdbdc102 100644
--- a/docs/images/frigate-logo.svg
+++ b/docs/images/icons/frigate.svg
@@ -6,8 +6,8 @@
fill="none"
version="1.1"
id="svg54"
- sodipodi:docname="logo.svg"
- inkscape:version="1.1.1 (1:1.1+202109281949+c3084ef5ed)"
+ sodipodi:docname="frigate.svg"
+ inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
@@ -16,28 +16,30 @@
id="defs58" />