From e06b74ff46e4dd8d19c43bde0c24d358b68300d7 Mon Sep 17 00:00:00 2001
From: joBr99 <29555657+joBr99@users.noreply.github.com>
Date: Mon, 19 Dec 2022 16:09:06 +0100
Subject: [PATCH] add example for #618
---
docs/config-screensaver.md | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/docs/config-screensaver.md b/docs/config-screensaver.md
index bf76ddc0..29f33b19 100644
--- a/docs/config-screensaver.md
+++ b/docs/config-screensaver.md
@@ -96,6 +96,22 @@ Example for the theme config:
```
+
+Config Example for configured statusIcons with increased size of the icons
+
+```
+ config:
+ screensaver:
+ entity: weather.k3ll3r
+ statusIcon1:
+ entity: switch.example_item
+ altFont: True
+ statusIcon2:
+ entity: binary_sensor.example_item
+ altFont: True
+```
+
+
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.
@@ -106,7 +122,7 @@ It is possible to increase the size of the font used for the icons by adding `al
screensaver:
entity: weather.k3ll3r
theme:
- autoWeather: true
+ autoWeather: true
```