HomeAssistant:智能家居物联网本地平台
网站
Docker部署
services:
home-assistant:
container_name: home-assistant
image: homeassistant/home-assistant:stable
environment:
TZ: Asia/Shanghai
volumes:
- ./config:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
restart: always
privileged: true
network_mode: host
教程
- 使用DockerCompose部署
- 浏览器访问8123端口