问题一:正在连接 http://raw.githubusercontent.com 失败:拒绝连接
解决方法:
1.解决网络问题
修改ha的dns服务
语法:ha dns options --servers dns://ip //ip就是常用的dns,比如8.8.8.8或114.114.114.114
#使用例子:
ha dns options --servers dns://8.8.8.8
问题二:下载了不正确的HACS版本
- 打开加载项中的 “Terminal & SSH”
- Change to the user that is running Home Assistant
- Run the HACS download script
- After the script completes, restart Core
wget -O - https://get.hacs.xyz | bash -
评论