mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-22 15:34:26 +01:00
Update entities.md
This commit is contained in:
@@ -36,6 +36,14 @@ It is also possible to configure different icon overwrites per state:
|
|||||||
"off": mdi:lightbulb
|
"off": mdi:lightbulb
|
||||||
```
|
```
|
||||||
|
|
||||||
|
It is also possible to configure different color overwrites per state:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
color:
|
||||||
|
"on": [255,0,0]
|
||||||
|
"off": [0,0,255]
|
||||||
|
```
|
||||||
|
|
||||||
It is also possible to use text instead of icons with `text:X`
|
It is also possible to use text instead of icons with `text:X`
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user