dlarrick / hass-kumo

Home Assistant module interfacing with Mitsubishi mini-split units
MIT License
96 stars 21 forks source link

error in log #70

Closed galak closed 1 year ago

galak commented 2 years ago

Seeing this in my ha.log

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 249, in _async_setup_platform
    await asyncio.shield(task)
  File "/config/custom_components/kumo/climate.py", line 107, in async_setup_entry
    data = hass.data[DOMAIN]
KeyError: 'kumo'

Not sure what might be going on here.

dlarrick commented 2 years ago

You'll probably get a better response on the HA forum thread as noted in this repo's README.

dlarrick commented 1 year ago

Closing some old tickets. Feel free to re-open with more info if this still occurs.