Alone
Alone
- `Mi Smart Humidifer S(deerma.humidifier.jsqs): Unable to discover the device 192.168.100.107` - 请检查设备IP及网段 - https://github.com/al-one/hass-xiaomi-miot/issues/500 ------ - `次卧小爱同学(xiaomi.wifispeaker.lx04): Unable to discover the device 192.168.100.100` - `网关(lumi.gateway.v3): {'code': -32601, 'message': 'Method...
自动模式会通过小米云端接口控制不支持本地的设备。
云端接入的设备过多可能会被小米服务器限流,不过一般可能超过上百个设备云端接入才会被限流。
- Check your device IP. - The device must be on the same subnet as the Hass. - https://python-miio.readthedocs.io/en/latest/troubleshooting.html#discover-devices-across-subnets - https://github.com/rytilahti/python-miio/issues/422#issuecomment-455824152
@fboulange @SIM0N-F https://dl.bintray.com/xiaomi/mjsxj02hl
请尝试把文本中的英文改成中文。
大部分小爱音箱都没有dlna功能,此tts插件仅可用于支持dlna的小爱。 小爱音箱通过[hass-xiaomi-miot](https://github.com/al-one/hass-xiaomi-miot)接入后可使用[`xiaomi_miot.intelligent_speaker`](https://my.home-assistant.io/redirect/developer_call_service/?service=xiaomi_miot.intelligent_speaker)服务让其TTS。
Fixing it will not be compatible with older versions of HA core, so I will fix it after the next release.
Any question ?
https://home.miot-spec.com/spec/chuangmi.vacuum.hmi707 MiHome plugin: [chuangmi.vacuum.hmi707.js](https://github.com/al-one/hass-xiaomi-miot/files/9423644/chuangmi.vacuum.hmi707.js.txt) ```javascript function getStartCleanParams() { switch (_this8.state.mapType) { case _RMConstant.RMConstant.mapType.zone: { var areaInfo = _this8.mainmapRef._getArea(); if (!areaInfo || areaInfo.length === 0) { _this8.showToast(_LocalizedStrings.LS.go_no_select_id); return null; } _this8.mainmapRef._clearAddZoneArr();...