You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-09-03 07:58:35.336 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry BenQ w1070/w1250 /dev/ttyUSB0 for benqprojector
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 604, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/benqprojector/__init__.py", line 246, in async_setup_entry
coordinator = BenQProjectorCoordinator(hass, projector)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/benqprojector/__init__.py", line 86, in __init__
model = self.projector.model.upper()
^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'upper'
I'm guessing 4677f6f fixes it. Mind tagging a release 0.1.1 or something?
Was working before HA upgrade.
The text was updated successfully, but these errors were encountered:
mikaelj
changed the title
0.1.0 and HA 2024.8 error
0.1.0 and HA 2024.8 error (fixed in master)
Sep 4, 2024
Stack trace:
I'm guessing 4677f6f fixes it. Mind tagging a release 0.1.1 or something?
Was working before HA upgrade.
The text was updated successfully, but these errors were encountered: