96fbeb04ef9b75832ea0c36c6a3980e87b2bbfa1
HA expects \`name\` and \`unit_system\` as keys of the top-level \`homeassistant:\` block, not as top-level integration names. Recent HA versions tightened config validation, so this surfaced as "Integration 'unit_system' not found" / "Integration 'name' not found" warnings, blocking the automation reload that runs after saving an automation in the UI. Pre-existing bug, unrelated to OTBR — surfaced now because automation edits trigger strict validation. Bonus: NixOS auto-populates \`time_zone\` from the system locale once \`homeassistant\` is a real block. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Private NixOS Configuration
Structure
.
├── images # custom image generations
├── machines # machine definitions
├── modules # own nix-options, to modularize services/hardware/...
├── overlays # overlays
├── pkgs # own packages, which are not available in nixpkgs
└── environments # summarize module collections into single options
Commands
# Rebuild (switch/boot/test)
sudo nixos-rebuild switch --flake '.#jupiter'
# Update Flake
nix flake update
# Channel list
sudo nix-channel --list
# Channel update
sudo nix-channel --update
Description
Languages
Nix
100%