Skip to content

B1GWH1T3/homeassistant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

---
version: "2.1"
services:
  homeassistant:
      image: ghcr.io/home-assistant/home-assistant:stable 
      container_name: homeassistant
      environment:
        - PUID=1000
        - PGID=1000
        - TZ=TZ=Africa/Johannesburg
      volumes:
        - /root/homeassistant:/config
      networks:
        - host
      restart: unless-stopped

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%