lately I have been noticing errors showing up for my garage door, Only when I open or close it.
This error happens every time I stop the door half way. Plus it never triggers my notifications any more.
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/opt/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity.py”, line 234, in async_update_ha_state
state = self.state
File “/opt/homeassistant/lib/python3.6/site-packages/homeassistant/components/cover/init.py”, line 231, in state
if self.is_opening:
File “/opt/homeassistant/lib/python3.6/site-packages/homeassistant/components/cover/myq.py”, line 109, in is_opening
return MYQ_TO_HASS[self._status] == STATE_OPENING
KeyError: ‘stopped’