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.
Next: Overview, Authentication, Examples, Bridge configuration and lifecycle. Contributors: Contributing.