Initial commit
This commit is contained in:
23
legacy/v1/automation_hourly_execution_DRINGEND.yaml
Normal file
23
legacy/v1/automation_hourly_execution_DRINGEND.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
# DRINGENDE AUTOMATISIERUNG - Fehlt aktuell!
|
||||
# Diese Automatisierung MUSS erstellt werden, damit das System funktioniert
|
||||
|
||||
alias: "Batterie Optimierung: Stündliche Ausführung"
|
||||
description: "Führt jede Stunde den Ladeplan aus"
|
||||
|
||||
trigger:
|
||||
- platform: time_pattern
|
||||
minutes: "5" # Jede Stunde um xx:05
|
||||
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: input_boolean.battery_optimizer_enabled
|
||||
state: "on"
|
||||
- condition: state
|
||||
entity_id: input_boolean.battery_optimizer_manual_override
|
||||
state: "off"
|
||||
|
||||
action:
|
||||
- service: pyscript.execute_current_schedule
|
||||
data: {}
|
||||
|
||||
mode: single
|
||||
Reference in New Issue
Block a user