Installation¶
PyPI¶
pip install aioafero
Requires Python 3.12+.
From source (development)¶
git clone https://github.com/Expl0dingBanana/aioafero.git
cd aioafero
uv sync --extra test
Home Assistant¶
Install the Hubspace integration.
It declares aioafero as a runtime requirement in its manifest; you do not install
this package separately inside HA.
Documentation build¶
uv sync --extra docs
uv run tox -e docs
HTML output is written to docs/_build/html/.