upd kellerschalter mit Tür-Sensor
This commit is contained in:
parent
a5ea2e6420
commit
f3fb15328b
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue