feat: Modernize the visual card editor. (#2586)
This commit is contained in:
+18
-11
@@ -1,14 +1,21 @@
|
||||
# Custom Icons
|
||||
|
||||
The [`menu`](../configuration/menu.md) and
|
||||
[`status_bar`](../configuration/status-bar.md) both support a small set of
|
||||
builtin custom items not found in the traditional [Material Design Icons
|
||||
(`mdi`)](https://pictogrammers.com/library/mdi/) set by setting the relevant `icon` paramter to the following values.
|
||||
The card registers an `advanced-camera-card` iconset with Home Assistant,
|
||||
providing a small set of builtin icons not found in the traditional [Material
|
||||
Design Icons (`mdi`)](https://pictogrammers.com/library/mdi/) set. Once the
|
||||
card resource is loaded, these icons work in _any_ Home Assistant icon field
|
||||
(inside or outside this card, e.g. an entity icon) and appear in the Home
|
||||
Assistant icon picker.
|
||||
|
||||
| Icon Name | Resulting Icon |
|
||||
| ----------- | --------------------------------------------------------------------------- |
|
||||
| `frigate` |  |
|
||||
| `iris` |  |
|
||||
| `motioneye` |  |
|
||||
| `reolink` |  |
|
||||
| `tplink` |  |
|
||||
| Icon Name | Resulting Icon |
|
||||
| -------------------------------- | --------------------------------------------------------------------------- |
|
||||
| `advanced-camera-card:frigate` |  |
|
||||
| `advanced-camera-card:iris` |  |
|
||||
| `advanced-camera-card:motioneye` |  |
|
||||
| `advanced-camera-card:reolink` |  |
|
||||
| `advanced-camera-card:tplink` |  |
|
||||
|
||||
?> For backwards compatibility, icon fields within this card (e.g.
|
||||
[`menu`](../configuration/menu.md) and
|
||||
[`status_bar`](../configuration/status-bar.md) items) also accept the bare
|
||||
legacy names (`frigate`, `iris`, `motioneye`, `reolink`, `tplink`).
|
||||
|
||||
Reference in New Issue
Block a user