From 284b096c4ca435066f69e5e60e79a74a956439f3 Mon Sep 17 00:00:00 2001 From: Johannes <29555657+joBr99@users.noreply.github.com> Date: Sun, 29 Jan 2023 18:22:34 +0100 Subject: [PATCH] Update config-screensaver.md --- docs/config-screensaver.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/config-screensaver.md b/docs/config-screensaver.md index abe5bc24..b398b7b3 100644 --- a/docs/config-screensaver.md +++ b/docs/config-screensaver.md @@ -12,7 +12,6 @@ key | optional | type | default | description `key` | True | string | `None` | Used by navigate items Example for the a screensaver config with custom entities/overrides: -Using a 6th entity will automatically activate the alternative layout. ```yaml screensaver: @@ -38,8 +37,7 @@ Using a 6th entity will automatically activate the alternative layout. - entity: weather.demo_weather_north type: 1 - entity: sensor.energy_usage - - entity: weather.demo_weather_north - type: 2 + - entity: delete - entity: sensor.indoor_temp icon: mdi:home-thermometer-outline ```