22 lines
1.4 KiB
Markdown
22 lines
1.4 KiB
Markdown
# Custom Icons
|
|
|
|
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 |
|
|
| -------------------------------- | --------------------------------------------------------------------------- |
|
|
| `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`).
|