hasscc/hacs

By hasscc

Updated over 1 year ago

Home Assistant 预装HACS极速版、米家、文件管理等常用集成, 已改名为hacn/hacn

Image
Integration & delivery
Internet of things
1

10K+

hasscc/hacs repository overview

⚠️ 本镜像已改名为hacn/hacn

预装集成

本镜像每日更新,可用tag有stablelatestdev及月度版本如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
Compose 安装
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
相关链接

Tag summary

Content type

Image

Digest

sha256:424c21fac

Size

685.9 MB

Last updated

over 1 year ago

docker pull hasscc/hacs:dev