Home Automation
Internal URL: http://192.168.1.240:8123
External URL: https://home.risingflow.com:8123
Github URL: https://hub.docker.com/r/linuxserver/homeassistant
Used for Home Control and Location Tracking:
Docker Compose:
version: '3.8'
services:
homeassistant:
image: lscr.io/linuxserver/homeassistant:latest
container_name: homeassistant
privileged: true
network_mode: host
environment:
- PUID=1000
- PGID=1000
- TZ=Pacific/Auckland
volumes:
- ./config:/config
restart: always