From c4f28a3a11287ac3888236fbc7a96b8985b0a60e Mon Sep 17 00:00:00 2001 From: Thibault Maekelbergh Date: Mon, 29 Jan 2024 15:32:37 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20(cover):=20Correct=20entity=20id?= =?UTF-8?q?s=20in=20template=20cover?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- integrations/cover/template.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/integrations/cover/template.yaml b/integrations/cover/template.yaml index 8e5d647..47662d7 100644 --- a/integrations/cover/template.yaml +++ b/integrations/cover/template.yaml @@ -17,14 +17,14 @@ mdi:garage {% endif %} open_cover: - service: switch.turn_on + service: switch.toggle data: entity_id: switch.garagepoort close_cover: - service: switch.turn_on + service: switch.toggle data: - entity_id: garagepoort + entity_id: switch.garagepoort stop_cover: - service: switch.turn_on + service: switch.toggle data: - entity_id: garagepoort + entity_id: switch.garagepoort