Access Home Assistant data and control devices (lights, switches, thermostats, etc).
Turns on a specified Home Assistant device. Parameters: entity_id (string), brightness (optional integer), color_temp (optional integer), rgb_color (optional array)
Turns off a specified Home Assistant device. Parameters: entity_id (string)
Toggles the state of a specified Home Assistant device. Parameters: entity_id (string)
Lists all available add-ons.
Installs a specified add-on. Parameters: slug (string), version (string)
Starts a specified add-on. Parameters: slug (string)
Stops a specified add-on. Parameters: slug (string)
Restarts a specified add-on. Parameters: slug (string)
Lists all HACS packages in a specified category. Parameters: category (string)
Installs a specified HACS package. Parameters: category (string), repository (string), version (string)
Creates a new automation with the specified configuration. Parameters: config (object)
Duplicates an existing automation. Parameters: automation_id (string)
Executes a specified action with given parameters. Parameters: action (string), parameters (object)
Executes multiple actions in sequence. Parameters: actions (array of objects)
Retrieves a list of all available actions.
Retrieves current context information.
No reviews yet. Be the first to review!
Sign in to join the conversation
Start the server with node to access it via any client or IDE.
node path/to/downloaded/file.mjs