mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-19 22:24:15 +01:00
add example for #618
This commit is contained in:
@@ -96,6 +96,22 @@ Example for the theme config:
|
|||||||
```
|
```
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Config Example for configured statusIcons with increased size of the icons</summary>
|
||||||
|
<br>
|
||||||
|
```
|
||||||
|
config:
|
||||||
|
screensaver:
|
||||||
|
entity: weather.k3ll3r
|
||||||
|
statusIcon1:
|
||||||
|
entity: switch.example_item
|
||||||
|
altFont: True
|
||||||
|
statusIcon2:
|
||||||
|
entity: binary_sensor.example_item
|
||||||
|
altFont: True
|
||||||
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
It is possible to increase the size of the font used for the icons by adding `altFont: True` to the statusIcon configuration. Icon/Color Overrides are also possible like on any other Entity.
|
It is possible to increase the size of the font used for the icons by adding `altFont: True` to the statusIcon configuration. Icon/Color Overrides are also possible like on any other Entity.
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|||||||
Reference in New Issue
Block a user