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