Home Assistant API client properties

Example

{ baseUrl: "http://localhost:8123", token: process.env.HA_TOKEN }

Hierarchy

  • ClientProperties

Properties

Properties

baseUrl?: string

The base URL of the Home Assistant instance

Default

"http://localhost:8123"

debug?: boolean

Enable debug logging

Default

false

token?: string

The Home Assistant API token

Generated using TypeDoc