以下是一些安装完后的坑
1.反代失败
提示400错误,查看日志后需要把ip段加入设置文件夹内的configuration.yaml,如下
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.30.33.0/24 # Add the IP address of the proxy server
2.安装HACS
我使用的是容器内命令的安装方法如下
安装完后重启下容器,就可以在配置——设备与服务——添加集成里面找到HACS,安装并绑定github账户。
docker exec -it homeassistant bash #进入容器bash
wget -O - https://get.hacs.xyz | bash - #安装HACS
3.安装小米Miot Auto
以为安装完HACS后就能搜索得到,结果还是没有。只能手动安装了。
添加以下内容进configuration.yaml
shell_command:
update_xiaomi_miot: |-
wget -O - https://get.hacs.vip | DOMAIN=xiaomi_miot bash -
重启HA使配置生效
在HA开发者工具中调用此服务service: shell_command.update_xiaomi_miot
再次重启HA使新版插件生效
© 版权声明
文章版权归作者所有,未经允许请勿转载。