返回 Skill 列表
extension
分类: 开发与工程无需 API Key

home-assistant-integrations-addons

Home Assistant集成、插件、更新和系统操作。当用户询问关于配置条目、插件、更新、重新加载/重启或系统健康状况时使用,并且在将这些需求映射到ha-mcp工具时使用。

person作者: jakexiaohubgithub

Home Assistant Integrations & Add-ons

Workflow

  • Discover current integrations/add-ons and update availability.
  • Summarize current state before changes.
  • Avoid destructive operations unless explicitly requested.
  • Prefer reloads over restarts when supported; validate config before restart.

Tooling map (ha-mcp)

  • Integrations: ha_get_integration, ha_set_integration_enabled, ha_delete_config_entry
  • Add-ons: ha_get_addon
  • Updates: ha_get_updates
  • System health: ha_get_system_health
  • Reload/restart: ha_reload_core, ha_check_config, ha_restart

References

All reference and script files are relative to the location of this SKILL.md file.

  • Safe operations: references/SAFE_OPERATIONS.md
  • Update flow: references/UPDATE_FLOW.md
  • Add-on notes: references/ADDON_NOTES.md