HACS (EN)

Tool

Extension manager for Home Assistant from the community

HACS Architecture

flowchart TD     A[Home Assistant Core] --> B[HACS]     B --> C[GitHub Repository]     B --> D[Custom Repositories]     C --> E[Community Integrations]     C --> F[Community Plugins]     C --> G[Community Themes]     D --> H[Custom Extensions]     B --> I[User Interface]     I --> J[Installation/Management]     I --> K[Configuration] 

In Context

  • Typically used together with Home Assistant Core
  • Related to: Home Assistant, YAML Configuration, Custom Components
  • Example use: Installation of custom integrations such as "Google Assistant" or "Plex"
Quelle: AI Generated