Home Assistant is a super cool open source home automation platform. This repository contains the configuration I run at my house.
- Walk around. Carry your phone with you. Observe sensors try to do the right thing.
- Use Siri when they don't.
requirements.txtpins the Home Assistant version used for local validation../script/bootstrapcreates or updates.venvand installs the pinned Home Assistant version fromrequirements.txt../script/cibuildvalidates the config with Home Assistant from.venv, requires.env, and fails if the installed Home Assistant version does not matchrequirements.txt. WhenCIis set, it skips that version check and useshassfrom the CI environment../script/repairslists active Home Assistant repair issues usingHASS_URLandHASS_TOKENfrom.env.devor.env.- Pass
--jsonfor machine-readable output,--allto include ignored issues, or--fullto include every returned field plusissue_data.