Loading...
npm install
npm{
"tool": "control",
"command": "turn_on", // or "turn_off", "toggle"
"entity_id": "light.living_room"
}controlControls Home Assistant entities (lights, switches, etc.)
Directly manipulates device states, potentially causing unintended consequences.
addonManages Home Assistant add-ons (list, install, start, stop, restart).
Allows installation of potentially malicious add-ons with system-level privileges.
packageManages HACS packages (integrations, themes, etc.).
Enables installation of untrusted code from community repositories.
automation_configCreates, duplicates, and modifies Home Assistant automations.
Can create automations that cause unintended or harmful actions.
This server provides powerful control over a Home Assistant instance, which can be risky if not configured properly. Secure token management and careful automation design are essential. The ability to manage add-ons and packages introduces additional risk if untrusted sources are used.