From f3fb15328bdb223fac0fac0b6ed04fe2e43e219a Mon Sep 17 00:00:00 2001 From: Christian Kauer Date: Tue, 7 Nov 2023 19:49:40 +0100 Subject: [PATCH] =?UTF-8?q?upd=20kellerschalter=20mit=20T=C3=BCr-Sensor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ .../ground_corridor/door_sensor_keller_changed_to_closed.yaml | 2 +- .../ground_corridor/door_sensor_keller_changed_to_open.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bd62d4c..92b9e8b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,6 @@ /home-assistant_v2.db /home-assistant_v2.db-shm /.storage +/custom_components/hacs/utils/__pycache__/*.pyc +/custom_components/anniversaries/__pycache__/*.pyc +*.pyc diff --git a/automations/ground_corridor/door_sensor_keller_changed_to_closed.yaml b/automations/ground_corridor/door_sensor_keller_changed_to_closed.yaml index f57ff0e..5f9aa43 100644 --- a/automations/ground_corridor/door_sensor_keller_changed_to_closed.yaml +++ b/automations/ground_corridor/door_sensor_keller_changed_to_closed.yaml @@ -16,6 +16,6 @@ action: Kellertür wurde geschlossen {% endif %} - - service: light.turn_off + - service: switch.turn_off target: entity_id: switch.double_switch_node12_4 \ No newline at end of file diff --git a/automations/ground_corridor/door_sensor_keller_changed_to_open.yaml b/automations/ground_corridor/door_sensor_keller_changed_to_open.yaml index 24449db..a22ab6c 100644 --- a/automations/ground_corridor/door_sensor_keller_changed_to_open.yaml +++ b/automations/ground_corridor/door_sensor_keller_changed_to_open.yaml @@ -16,6 +16,6 @@ action: Kellertür wurde geschlossen {% endif %} - - service: light.turn_on + - service: switch.turn_on target: entity_id: switch.double_switch_node12_4