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

home-assistant-custom-integration

示例脚手架和检查表,用于开发Home Assistant自定义集成。在基于包含的示例模板构建或审查自定义集成时使用。

person作者: jakexiaohubgithub

Home Assistant Custom Integration Examples

Workflow

  • Read the official docs overview first.
  • Use the practical checklist while building.
  • Start from the template example, then layer in complexity with the intermediate and push-data examples.

References

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

  • Official docs overview: references/official-docs.md
  • Build checklist: references/checklist.md
  • Template example: references/msp_integration_101_template
  • Intermediate example: references/msp_integration_101_intermediate
  • Push-data example: references/msp_push_data_example