Commit Graph

4 Commits

Author SHA1 Message Date
fkrebs c30b986da7 auto: 2026-05-24T06:20:04Z 2026-05-24 08:20:04 +02:00
fkrebs 8a0331ed75 missing files 2026-05-21 11:12:07 +02:00
fkrebs b0b23b14f1 feat(helpers): migrate UI helpers to YAML (Phase 1)
Migriert von .storage/ nach helpers/*.yaml:
- helpers/input_boolean.yaml  (3 helpers)
- helpers/input_button.yaml   (1: nachtmodus)
- helpers/input_datetime.yaml (4: grow_startdatum + 3x whirlpool)
- helpers/timer.yaml          (1: timer_badezimmer_heizung)

Die 3 Whirlpool-Datetime-Helper waren bereits inline in
configuration.yaml — wurden zusammen mit grow_startdatum nach
helpers/input_datetime.yaml verschoben.

object_ids exakt erhalten — keine Brüche in Automatisierungen
oder Dashboards zu erwarten.

Phase 1 = parallel zu UI-Helpern. ha core check exit 0.
Phase 2 (UI-Helper aus .storage entfernen) folgt nach
explizitem Go.

NICHT migriert:
- schedule (whirlpool_heizung) — Integration ist UI-only,
  keine YAML-Konfiguration unterstützt.
- input_select/input_text/counter — keine UI-Helper vorhanden.
2026-05-02 14:36:19 +02:00
fkrebs 5f01411780 chore: initial baseline before refactoring
Initial snapshot of Home Assistant config (HAOS 2026.4.4)
prior to dashboard restructuring and helper YAML migration.

Pre-commit cleanup applied:
- Removed blueprints/switch_manager/ (9.4 MB stale, component already gone)
- Removed .storage/switch_manager
- Removed home-assistant.log.{1,old,fault}
- Removed zigbee2mqtt/configuration_backup_v{1..4}.yaml
- Removed zigbee2mqtt/database.db.tmp.2024-09-27 (1.5y old)
- Created empty themes/ to satisfy configuration.yaml include

.gitignore uses allowlist strategy for .storage/ to keep
all tokens, keys, and PINs out of version control.
2026-05-02 14:24:53 +02:00