From 56179c2f5d7e45582f78247ba238a6aa3c7bee58 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Mon, 25 May 2020 22:03:46 +0200 Subject: [PATCH] Fixed livingroom light --- light/sala.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/light/sala.yaml b/light/sala.yaml index 19649c40..aed62f5b 100644 --- a/light/sala.yaml +++ b/light/sala.yaml @@ -154,7 +154,7 @@ service: light.turn_off entity_id: "light.luce_sala, light.luce_divano" value_template: >- - {% if is_state('light.luce_divano', 'on') or is_state('light.luce_divano_bianca', 'on') %} + {% if is_state('light.luce_sala', 'on') or is_state('light.luce_divano', 'on') %} on {% else %} off -- 2.47.3