Last active
May 4, 2023 03:29
-
-
Save willwhui/d499629ca6c46aaf29ba2a06c2ad209d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
为hass添加小米的智能插座基础版 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
没有python-mirobo,开关加载不成功
配置好yaml之后,启动hass,结果前台显示:
后台日志搜索关键字,找到错误:
原来必须得安装python-mirobo==0.2.0,这是对小米智能插座等设备作支持的模块。
记得在虚拟环境下安装:
因为网络环境的问题出现几次远程连接中断,重复上面的pip3安装命令就好了