Home Assistant
At a glance
Section titled “At a glance”- Product: Home Assistant
- Manufacturer: Nabu Casa
- Similar open-source integrations:
Getting started
Section titled “Getting started”- Confirm you can reach Home Assistant from OpenApp (network/DNS, firewall rules).
- In Home Assistant, create a long-lived access token.
- In OpenApp, create an integration with provider type
home_assistantand set the config fields below. - Attach OpenApp entities to Home Assistant entities by setting each entity’s
external_idto the Home Assistant entity id (for exampleswitch.garage_door).
Setup reference
Section titled “Setup reference”| Field | Type | Required | Description | Default | Example |
|---|---|---|---|---|---|
| base_url | string | required | Base URL of your Home Assistant instance (no trailing slash). | — | http://homeassistant.local:8123 |
| token Stored securely in Secrets Manager | string | required | Long-lived access token used for API calls. | — | eyJ0eXAiOiJKV1QiLCJhbGciOi... |