Access Home Assistant data and control devices (lights, switches, thermostats, etc).
No reviews yet. Be the first to review!
Sign in to join the conversation
Turns on the specified entity. Parameters: entity_id (string)
Turns off the specified entity. Parameters: entity_id (string)
Toggles the state of the specified entity. Parameters: entity_id (string)
Lists the available add-ons.
Installs a specified add-on. Parameters: slug (string), version (string)
Starts the specified add-on. Parameters: slug (string)
Stops the specified add-on. Parameters: slug (string)
Restarts the specified add-on. Parameters: slug (string)
Lists HACS packages of a specified category. Parameters: category (string)
Installs a specified package from HACS. Parameters: category (string), repository (string), version (string)
Creates a new automation based on the provided 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)
Returns a list of all available actions.
Retrieves context information. Parameters: type (string)