HomeAssistant-Mods / home-assistant-miele

Miele integration for Home assistant
138 stars 32 forks source link

signalInfo' #139

Closed haaino closed 8 months ago

haaino commented 1 year ago

I'm getting this error. Does someone know what is going on?

HA 2022.11.1

First occurred: 4 November 2022 at 00:08:34 (31488 occurrences) Last logged: 07:00:15

Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 532, in async_update_ha_state self._async_write_ha_state() File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state state = self._stringify_state(available) File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 551, in _stringify_state if (state := self.state) is None: File "/usr/src/homeassistant/homeassistant/components/binary_sensor/init.py", line 211, in state if (is_on := self.is_on) is None: File "/config/custom_components/miele/binary_sensor.py", line 88, in is_on return bool(self._device["state"][self._key]) KeyError: 'signalInfo'