Initial commit

This commit is contained in:
Felix Zösch
2025-12-11 20:29:13 +01:00
commit 5ab422426f
56 changed files with 13014 additions and 0 deletions

View 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