Logger: homeassistant.config_entries
Source: config_entries.py:749
First occurred: 1:19:02 AM (2 occurrences)
Last logged: 1:19:34 AM
Error setting up entry Broadlink AC (192.168.68.102) for broadlink_ac
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 749, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/broadlink_ac/init.py", line 26, in async_setup_entry
ac_db_instance = ac_db(
host=(entry.data["host"], 80),
mac=mac_bytes,
)
TypeError: init() should return None, not 'bool'

Logger: homeassistant.config_entries
Source: config_entries.py:749
First occurred: 1:19:02 AM (2 occurrences)
Last logged: 1:19:34 AM
Error setting up entry Broadlink AC (192.168.68.102) for broadlink_ac
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 749, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/broadlink_ac/init.py", line 26, in async_setup_entry
ac_db_instance = ac_db(
host=(entry.data["host"], 80),
mac=mac_bytes,
)
TypeError: init() should return None, not 'bool'