homeassistant-mcp
Summary
Access Home Assistant data and control devices (lights, switches, thermostats, etc).
Available Actions(16)
turn_on
Turns on a specified device. Parameters: entity_id (string), brightness (optional integer), color_temp (optional integer), rgb_color (optional array)
turn_off
Turns off a specified device. Parameters: entity_id (string)
toggle
Toggles the state of a specified device. Parameters: entity_id (string)
list
Lists available add-ons.
install
Installs a specified add-on. Parameters: slug (string), version (string)
start
Starts a specified add-on. Parameters: slug (string)
stop
Stops a specified add-on. Parameters: slug (string)
restart
Restarts a specified add-on. Parameters: slug (string)
list
Lists HACS packages. Parameters: category (string)
install
Installs a specified package. Parameters: category (string), repository (string), version (string)
create
Creates a new automation. Parameters: config (object)
duplicate
Duplicates an existing automation. Parameters: automation_id (string)
execute_action
Executes a specified action with given parameters. Parameters: action (string), parameters (object)
batch_actions
Executes multiple actions in sequence. Parameters: actions (array of objects)
get_available_actions
Retrieves a list of all available actions.
context_query
Retrieves context information. Parameters: type (string)
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요