xiaomi_miio: Error on device update!
Traceback (most recent call last):
File "/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 188, in _async_add_entity
await entity.async_device_update(warning=False)
File "/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 325, in async_device_update
yield from self.async_update()
File "/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/homeassistant/components/switch/xiaomi_miio.py", line 370, in async_update
state = await self.hass.async_add_job(self._plug.status)
File "/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/miio/powerstrip.py", line 107, in status
properties
File "/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/miio/device.py", line 264, in send
self.__id = m.data.value["id"]
TypeError: 'NoneType' object is not subscriptable