EuleMitKeule / device-tools

Device Tools: Create, modify and merge your Home Assistant devices.
73 stars 6 forks source link

Error on every HA start: 'DeviceTools' object has no attribute '_device_modifications' #11

Closed MrEbbinghaus closed 6 months ago

MrEbbinghaus commented 6 months ago

Hey,

I get this error every time HomeAssistant starts:

Traceback (most recent call last):
  File "/config/custom_components/device_tools/device_tools.py", line 84, in async_run
    self.async_get_entries()
  File "/config/custom_components/device_tools/device_tools.py", line 72, in async_get_entries
    if self._device_modifications == device_modifications:
       ^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'DeviceTools' object has no attribute '_device_modifications'
EuleMitKeule commented 6 months ago

I can't replicate this on the newest version. Did you check HACS if there are any available updates for this integration?

MrEbbinghaus commented 6 months ago

I updated from 1.8.2 to 1.8.3 and the message is gone.