home-assistant-integrations-addons

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Home Assistant Integrations & Add-ons

Home Assistant集成与附加组件

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)

工具映射(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
  • 集成:
    ha_get_integration
    ha_set_integration_enabled
    ha_delete_config_entry
  • 附加组件:
    ha_get_addon
  • 更新:
    ha_get_updates
  • 系统健康:
    ha_get_system_health
  • 重载/重启:
    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
所有参考文件和脚本文件均相对于本SKILL.md文件的位置。
  • 安全操作:
    references/SAFE_OPERATIONS.md
  • 更新流程:
    references/UPDATE_FLOW.md
  • 附加组件说明:
    references/ADDON_NOTES.md