mitemp_bt2
mitemp_bt2 copied to clipboard
Xiaomi Mijia BLE Temperature Hygrometer 2 integration for Home Assistant
能否作为一个python3程序,独立运行?摆脱Home Assistant,谢谢,因为想要对接其他的数据采集软件
- Key 'version' in manifest.json should be added as issue #4. - Could not enable auto-discover, seems like a problem of scanning because my sensor would lost connection a few...
因为有些其他传感器实体不包含mac的key,所以加载静态配置文件时出现keyname错误。 我尝试在custom_components/mitemp_bt2/common.py:line 157处增加了以下判断: if entry.get('platform') != 'mitemp_bt2': continue 现在能够正常工作。