1. 什么是 HACS
1.1 安装 HACS
- 进入默认配置地址:
cd /root/homeassistant/config
- 创建 HACS 目录:
mkdir -p /root/homeassistant/config/custom_components/hacs
- 将最新的hacs解压至当前目录:
wget -O - https://get.hacs.xyz | bash -
- 重启容器:
docker restart <container_id>
- 无痕模式(或者清除缓存)访问:http://<host_name>:<8123>/config/integrations
- 右下角+号,搜索hacs,回车,勾选所有选项
- 根据提示打开 github 地址,并输入提供的授权 key
- done!
1.2 安装自定义 HACS 插件
- 进入:http://<host_name>:<8123>/hacs/integrations
- 右上角三个点、点击custom repositories
- 输入插件的 github 地址,例如
https://github.com/theneweinstein/somneo
- 自定义 repo 添加成功之后,在搜索框就可以搜到自定义插件了
2. 参考资料
[1]: https://hacs.xyz/