A custom integration for the Entia smart home platform.
| Platform | Description |
|---|---|
light |
On/off control for Entia lights |
cover |
Blind position and tilt control |
fan |
Heat recovery ventilation units |
sensor |
Temperature sensors |
select |
Mode/setting selectors |
- Open HACS in your Home Assistant instance.
- Go to Integrations → ⋮ → Custom repositories.
- Add
https://github.com/dsoklic/HomeAssistant-Entiawith category Integration. - Install Entia from HACS and restart Home Assistant.
Copy the custom_components/entia/ directory into your Home Assistant config directory under custom_components/, then restart Home Assistant.
Add the integration via Settings → Devices & Services → Add integration → Entia.
You will be prompted for:
- Username — your Entia account email
- Password — your Entia account password
The integration re-authenticates automatically on token expiry.
Tests depend on the Home Assistant custom component test framework:
pip install pytest-homeassistant-custom-component
pytest tests/