Home Assistant 预装HACS极速版、米家、文件管理等常用集成, 已改名为hacn/hacn
10K+
hacn/hacn本镜像每日更新,可用tag有
stable、latest、dev及月度版本如2024.9预装集成仅针对新安装的HA,如已有
custom_components目录则不会执行预装。
docker run -d \
--name homeassistant \
--privileged \
--restart=unless-stopped \
-e TZ=Asia/Shanghai \
-v /PATH_TO_YOUR_CONFIG:/config \
-v /run/dbus:/run/dbus:ro \
--network=host \
hacn/hacn:stable
services:
homeassistant:
container_name: homeassistant
image: hacn/hacn:stable
volumes:
- /PATH_TO_YOUR_CONFIG:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
restart: unless-stopped
privileged: true
network_mode: host
Content type
Image
Digest
sha256:424c21fac…
Size
685.9 MB
Last updated
over 1 year ago
docker pull hasscc/hacs:dev