141 lines
2.6 KiB
YAML
141 lines
2.6 KiB
YAML
- alias: Gießen abends und frühs täglich einschalten
|
|
description: ''
|
|
triggers:
|
|
- trigger: time
|
|
at: 00:25:00
|
|
conditions: []
|
|
actions:
|
|
- action: input_boolean.turn_on
|
|
target:
|
|
entity_id:
|
|
- input_boolean.fruhgiessen
|
|
- input_boolean.abendsgiessen
|
|
data: {}
|
|
mode: single
|
|
- alias: Gießen früh
|
|
description: ''
|
|
triggers:
|
|
- trigger: time
|
|
at: '18:00:00'
|
|
conditions:
|
|
- condition: state
|
|
entity_id: input_boolean.abendsgiessen
|
|
state: 'on'
|
|
actions:
|
|
- type: turn_on
|
|
device_id: xxxx
|
|
entity_id: xxxx
|
|
domain: switch
|
|
- delay:
|
|
hours: 0
|
|
minutes: 0
|
|
seconds: 30
|
|
milliseconds: 0
|
|
- type: turn_off
|
|
device_id: xxxx
|
|
entity_id: xxxx
|
|
domain: switch
|
|
- type: turn_on
|
|
device_id: xxxx
|
|
entity_id: xxxx
|
|
domain: switch
|
|
- delay:
|
|
hours: 0
|
|
minutes: 0
|
|
seconds: 30
|
|
milliseconds: 0
|
|
- type: turn_off
|
|
device_id: xxxx
|
|
entity_id: xxxx
|
|
domain: switch
|
|
- type: turn_on
|
|
device_id: xxxx
|
|
entity_id: xxxx
|
|
domain: switch
|
|
- delay:
|
|
hours: 0
|
|
minutes: 0
|
|
seconds: 30
|
|
milliseconds: 0
|
|
- type: turn_off
|
|
device_id: xxxx
|
|
entity_id: xxxx
|
|
domain: switch
|
|
- type: turn_on
|
|
device_id: xxxx
|
|
entity_id: xxxx
|
|
domain: switch
|
|
- delay:
|
|
hours: 0
|
|
minutes: 0
|
|
seconds: 45
|
|
milliseconds: 0
|
|
- type: turn_off
|
|
device_id: xxxx
|
|
entity_id: xxxx
|
|
domain: switch
|
|
mode: single
|
|
- alias: Gießen früh
|
|
description: ''
|
|
triggers:
|
|
- trigger: time
|
|
at: 09:00:00
|
|
conditions:
|
|
- condition: state
|
|
entity_id: input_boolean.fruhgiessen
|
|
state: 'on'
|
|
actions:
|
|
- type: turn_on
|
|
device_id: xxxx
|
|
entity_id: xxxx
|
|
domain: switch
|
|
- delay:
|
|
hours: 0
|
|
minutes: 0
|
|
seconds: 30
|
|
milliseconds: 0
|
|
- type: turn_off
|
|
device_id: xxxx
|
|
entity_id: xxxx
|
|
domain: switch
|
|
- type: turn_on
|
|
device_id: xxxx
|
|
entity_id: xxxx
|
|
domain: switch
|
|
- delay:
|
|
hours: 0
|
|
minutes: 0
|
|
seconds: 30
|
|
milliseconds: 0
|
|
- type: turn_off
|
|
device_id: xxxx
|
|
entity_id: xxxx
|
|
domain: switch
|
|
- type: turn_on
|
|
device_id: xxxx
|
|
entity_id: xxxx
|
|
domain: switch
|
|
- delay:
|
|
hours: 0
|
|
minutes: 0
|
|
seconds: 30
|
|
milliseconds: 0
|
|
- type: turn_off
|
|
device_id: xxxx
|
|
entity_id: xxxx
|
|
domain: switch
|
|
- type: turn_on
|
|
device_id: xxxx
|
|
entity_id: xxxx
|
|
domain: switch
|
|
- delay:
|
|
hours: 0
|
|
minutes: 0
|
|
seconds: 45
|
|
milliseconds: 0
|
|
- type: turn_off
|
|
device_id: xxxx
|
|
entity_id: xxxx
|
|
domain: switch
|
|
mode: single
|