Access Home Assistant data and control devices (lights, switches, thermostats, etc).
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Turns on a specified device. Parameters: entity_id (string)
Turns off a specified device. Parameters: entity_id (string)
Toggles the state of a specified device. Parameters: entity_id (string)
Lists 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 HACS packages. Parameters: category (string)
Installs a specified package. Parameters: category (string), repository (string), version (string)
Creates a new automation. Parameters: config (object)
Duplicates an existing automation. Parameters: automation_id (string)
Executes a specified action. 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.