mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-22 15:34:26 +01:00
add docs about upcoming icon feature
This commit is contained in:
18
README.md
18
README.md
@@ -309,6 +309,24 @@ key | optional | type | default | description
|
||||
`class` | False | string | | The name of the Class.
|
||||
`config` | False | complex | | Config/Mapping between Homeassistant and your NsPanel
|
||||
|
||||
### Override Icons
|
||||
|
||||
To override Icons of entities you can configure an icon name in your configuration, please see the following example.
|
||||
Only the icons listed in the [Icon Table](HMI#icons-ids) are useable.
|
||||
|
||||
```yaml
|
||||
- type: cardGrid
|
||||
heading: Lights
|
||||
items:
|
||||
- light.wled
|
||||
- light.schreibtischlampe
|
||||
- item: switch.deckenbeleuchtung_hinten
|
||||
icon: lightbulb
|
||||
- delete
|
||||
- delete
|
||||
- type: cardMedia
|
||||
```
|
||||
|
||||
## How to update
|
||||
|
||||
Updating involves mainly already descriped steps from installation, so this is a short summary.
|
||||
|
||||
Reference in New Issue
Block a user