services: has: image: ghcr.io/home-assistant/home-assistant:stable restart: unless-stopped ports: - "8123:8123" volumes: - ./custom_components/smart_home:/config/custom_components/smart_home - .ha/config:/config - /etc/localtime:/etc/localtime:ro - /run/dbus:/run/dbus:ro environment: - TZ=Europe/Berlin