| 123456789101112131415161718192021222324252627 |
- ---
- kind: compose
- metadata:
- name: Homeassistant
- description: |-
- Home Assistant is an open-source platform for smart home automation that puts local control and privacy first.
- This template sets up Home Assistant in a Docker container using Docker Compose.
- Project: https://www.home-assistant.io/
- Documentation: https://www.home-assistant.io/docs/
- version: 2026.2.2
- author: Christian Lempa
- date: '2026-02-14'
- tags: []
- icon:
- provider: selfh
- id: home-assistant
- draft: true
- next_steps: ""
- schema: "1.2"
- spec:
- general:
- vars:
- container_name:
- default: homeassistant
- service_name:
- default: homeassistant
|