mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-04-12 07:06:20 +07:00
1.9 KiB
1.9 KiB
title, description, contentType
| title | description | contentType |
|---|---|---|
| Home Assistant credentials | Documentation for Home Assistant credentials. Use these credentials to authenticate Home Assistant in n8n, a workflow automation platform. | integration |
Home Assistant credentials
You can use these credentials to authenticate the following nodes:
Prerequisites
- Install Home Assistant.
- Create a Home Assistant account.
Supported authentication methods
- API access token
Related resources
Refer to Home Assistant's API documentation{:target=_blank .external-link} for more information about the service.
Using API access token
To configure this credential, you'll need:
- Your Host: The URL or IP Address of your host. Refer to the Rest API documentation{:target=_blank .external-link} for more information.
- The Port: Home Assistant defaults to
8123. Only change this if you've explicitly changed the port used. - SSL: If you've enabled SSL in Home Assistant in the config.yml map key{:target=_blank .external-link}, toggle this setting on.
- An Access Token: n8n expects a Long-Lived Access Token{:target=_blank .external-link}), which you can view in Home Assistant through your profile. Refer to the Rest API documentation introduction{:target=_blank .external-link} for instructions on generating one.