Skip to content

Home Assistant#

Use the Home Assistant node to automate work in Home Assistant, and integrate Home Assistant with other applications. n8n has built-in support for a wide range of Home Assistant features, including getting, creating, and checking camera proxies, configurations, logs, services, and templates.

On this page, you'll find a list of operations the Home Assistant node supports and links to more resources.

Credentials

Refer to Home Assistant credentials for guidance on setting up authentication.

Examples and templates

For usage examples and templates to help you get started, take a look at n8n's Home Assistant integrations list.

Operations#

  • Camera Proxy
    • Get the camera screenshot
  • Config
    • Get the configuration
    • Check the configuration
  • Event
    • Create an event
    • Get all events
  • Log
    • Get a log for a specific entity
    • Get all logs
  • Service
    • Call a service within a specific domain
    • Get all services
  • State
    • Create a new record, or update the current one if it already exists (upsert)
    • Get a state for a specific entity
    • Get all states
  • Template
    • Create a template

View example workflows and related content on n8n's website.

Refer to Home Assistant's documentation for more information about the service.