PiotrMachowski / Home-Assistant-custom-components-Google-Keep

This sensor uses gkeepapi library to download a list of notes from https://keep.google.com/.
MIT License
66 stars 8 forks source link

Warning in LOG #25

Closed jokerigno closed 2 years ago

jokerigno commented 2 years ago

Just found this message in my log:

Entity sensor.google_keep_c1042c5575 (<class 'custom_components.google_keep.sensor.GoogleKeepSensor'>) implements device_state_attributes. Please report it to the custom component author. My understanding is that device_state_attributes has been deprecated and replaced with extra_state_attributes.

Thank you

BebeMischa commented 2 years ago

This has been fixed a week ago, do you use the last version?

see closed issue: https://github.com/PiotrMachowski/Home-Assistant-custom-components-Google-Keep/issues/20

jokerigno commented 2 years ago

Solved