From 98b9a0634c249a45391c61120ce441d404d5bbdd Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Wed, 18 Mar 2020 02:20:14 +0200 Subject: [PATCH] Fix light card template --- lovelace/templates/lights.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lovelace/templates/lights.yaml b/lovelace/templates/lights.yaml index d185180..d10812d 100644 --- a/lovelace/templates/lights.yaml +++ b/lovelace/templates/lights.yaml @@ -7,6 +7,6 @@ light_with_fade_and_switch: - entity: "[[fade]]" name: Fade toggle: true - - entity: light.living_room_1 + - entity: "[[light]]" name: Switch toggle: true