What problem does it solve?
This Skill streamlines the entire lifecycle of developing, configuring, testing, publishing, and securing Home Assistant apps (formerly add-ons), making it easier to extend Home Assistant's functionality.
Core Features & Use Cases
- App Development: Create new Home Assistant apps from scratch, including writing Dockerfiles and configuration files.
- Configuration Management: Define app options, schemas, and network ports.
- Testing & Debugging: Utilize devcontainers or Docker for local testing.
- Publishing: Prepare apps for distribution through repositories.
- Security: Implement security best practices like AppArmor profiles.
- Use Case: You want to create a custom app to monitor your home's energy usage and display it in a web UI. This Skill will guide you through defining the app's configuration, writing the Dockerfile, setting up Ingress for the UI, and preparing it for your app repository.
Quick Start
Use the home-assistant-apps skill to create a new app configuration file for a simple web server.