-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi,
I just tried the component on my Twinfresh fan, but get an error. I'm not sure if it's not compatible or if this something I can fix. Any idea?
2022-09-29 08:36:39.213 ERROR (MainThread) [homeassistant.components.fan] Error while setting up ecovent platform for fan
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 281, in _async_setup_platform
await asyncio.shield(task)
File "/config/custom_components/ecovent/fan.py", line 77, in async_setup_platform
fan = EcoVentFan(
File "/config/custom_components/ecovent/fan.py", line 270, in init
self._id = self.device_search
File "/config/custom_components/ecovent/fan.py", line 935, in device_search
return self._device_search
AttributeError: 'EcoVentFan' object has no attribute '_device_search'