HARO is a Home Assistant custom integration for forwarding HAEO input sensors to Replay for historical recording and analysis.
HARO is currently pre-alpha and not publicly usable.
Install dependencies with uv:
uv sync --locked --devRun the standard checks:
uv run ruff format --check
uv run ruff check
uv run pyright
uv run pytest