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.
This commit is contained in:
2026-05-02 14:24:53 +02:00
commit 5f01411780
149 changed files with 47886 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"config": {
"step": {
"user": {
"description": "[%key:common::config_flow::data::description%]",
"data": {
"serialnumber": "[%key:common::config_flow::data::serialnumber%]",
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
}
},
"device_options": {
"description": "[%key:common::config_flow::data::description%]",
"data": {
"custom_device_name": "[%key:common::config_flow::data::custom_device_name%]",
"polling_time": "[%key:common::config_flow::data::polling_time%]",
"group_sensors": "[%key:common::config_flow::data::group_sensors%]",
"disable_sensors": "[%key:common::config_flow::data::disable_sensors%]"
}
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
}
}