upd kellerschalter mit Tür-Sensor

This commit is contained in:
Christian Kauer 2023-11-07 19:49:40 +01:00
parent a5ea2e6420
commit f3fb15328b
3 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -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