hass-dmx icon indicating copy to clipboard operation
hass-dmx copied to clipboard

attributes warning

Open OptimusGREEN opened this issue 2 years ago • 2 comments

seems like may something has changed in home assistant as now getting this in the logs, also think there is a delay in switching.

Entity light.wc_downlights (<class 'custom_components.dmx.light.DMXLight'>) implements device_state_attributes. Please report it to the custom component author.

OptimusGREEN avatar Dec 22 '21 12:12 OptimusGREEN

Same here... :-(

filmgarage avatar Feb 04 '22 15:02 filmgarage

This issue has been resolved by the developer, but he did not change the version of the integration.

Simply change line 338 in light.py from def device_state_attributes(self): to def extra_state_attributes(self):

(or just reinstall the integration)

filmgarage avatar Mar 07 '22 15:03 filmgarage