2023-10-23 16:59:11.222 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up midea_ac_lan platform for sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 359, in _async_setup_platform
await asyncio.shield(task)
File "/config/custom_components/midea_ac_lan/sensor.py", line 22, in async_setup_entry
for entity_key, config in MIDEA_DEVICES[device.device_type]["entities"].items():
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
KeyError: 181
2023-10-23 16:59:11.231 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up midea_ac_lan platform for binary_sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 359, in _async_setup_platform
await asyncio.shield(task)
File "/config/custom_components/midea_ac_lan/binary_sensor.py", line 18, in async_setup_entry
for entity_key, config in MIDEA_DEVICES[device.device_type]["entities"].items():
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
KeyError: 181
2023-10-23 16:59:11.241 ERROR (MainThread) [homeassistant.components.light] Error while setting up midea_ac_lan platform for light
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 359, in _async_setup_platform
await asyncio.shield(task)
File "/config/custom_components/midea_ac_lan/light.py", line 26, in async_setup_entry
for entity_key, config in MIDEA_DEVICES[device.device_type]["entities"].items():
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
KeyError: 181
2023-10-23 16:59:11.340 ERROR (MainThread) [homeassistant.components.water_heater] Error while setting up midea_ac_lan platform for water_heater
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 359, in _async_setup_platform
await asyncio.shield(task)
File "/config/custom_components/midea_ac_lan/water_heater.py", line 40, in async_setup_entry
for entity_key, config in MIDEA_DEVICES[device.device_type]["entities"].items():
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^