Homeassistant
- 📅 2022-07-05T16:28:57.852Z
- 👁️ 93 katselukertaa
- 🔓 Julkinen
version: '3.3'
services:
home-assistant:
container_name: homeassistant
privileged: false
restart: unless-stopped
environment:
- TZ=Europe/Helsinki
volumes:
- './config:/config'
devices:
- /dev/hidraw0:/dev/hidraw0
network_mode: host
image: 'ghcr.io/home-assistant/home-assistant:stable'