software:homeassistant
Dies ist eine alte Version des Dokuments!
Inhaltsverzeichnis
Home Assistant
Basis Software
* Link: https://www.home-assistant.io/ * Installation: Als Docker Container - https://www.home-assistant.io/installation/ * Docker compose (edit PATH/TO/CONFIG)
version: '3'
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:stable"
volumes:
- /PATH_TO_YOUR_CONFIG:/config
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
privileged: true
network_mode: host
HACS
software/homeassistant.1668365483.txt.gz · Zuletzt geändert: 2022/11/13 19:51 von jodoc
