| 12345678910111213141516171819202122232425 |
- ---
- 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: 2025.12.3
- author: Christian Lempa
- date: '2025-12-12'
- tags: []
- icon:
- provider: selfh
- id: home-assistant
- draft: true
- spec:
- general:
- vars:
- container_name:
- default: homeassistant
- service_name:
- default: homeassistant
|