mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-20 06:27:01 +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>
|
||||||
@@ -106,7 +122,7 @@ It is possible to increase the size of the font used for the icons by adding `al
|
|||||||
screensaver:
|
screensaver:
|
||||||
entity: weather.k3ll3r
|
entity: weather.k3ll3r
|
||||||
theme:
|
theme:
|
||||||
autoWeather: true
|
autoWeather: true
|
||||||
```
|
```
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user