W00D00 / home-assistant-elero

Elero Centero component
GNU General Public License v3.0
39 stars 10 forks source link

Home Assistant 2021.12 error log #27

Closed Notrial closed 2 years ago

Notrial commented 2 years ago

This shows up in the log in the latest update:

Entity cover.una_1 (<class 'custom_components.elero.cover.EleroCover'>) implements device_state_attributes. Please report it to the custom component author.

From what I read we have to replace "device_state_attributes" with "extra_state_attributes".

Can you please make that change so that these errors stop showing.

Much appreciated!

dfigus commented 2 years ago

I already created the PR #26 to fix this.

W00D00 commented 2 years ago

This is solved, thanks @dfigus for your contribution!