Implement discovery and compatibility for Home Assistant package files. Packages enable bundling of multiple integration elements (automations, sensors, scripts, etc.) and are commonly used in advanced configs, as in:
Supporting package compatibility will make it easier for advanced users to manage modular configurations and enhance reuse across Home Assistant installations.
Acceptance Criteria:
- Detect, parse, and display Home Assistant package files.
- Handle package structure and cross-file configuration as seen in the referenced repo.
- Add user documentation for utilizing package support.
- Update frontend to mention packages can be found
- Update the filters so people can filter on packages too
References:
Implement discovery and compatibility for Home Assistant package files. Packages enable bundling of multiple integration elements (automations, sensors, scripts, etc.) and are commonly used in advanced configs, as in:
Supporting package compatibility will make it easier for advanced users to manage modular configurations and enhance reuse across Home Assistant installations.
Acceptance Criteria:
References: