Recently I have published another integration: Google Keep.
Right now it supports only preview of data with no possibility to edit notes, but I hope to add it in future versions.
To present data obtained by sensor I have created a dedicated Lovelace card, as seen on a photo.
Both components are vailable in HACS.
I would like to (I even have an idea how), but right now I focus mostly on vacuum integration. Additionally it doesn’t seem like a lot of people are using this integration
Unfortunately I can’t find any Google Keep sensor entity. I don’t get any error in the log, however I got the following errors in console:
Uncaught (in promise) TypeError: Cannot read property ‘attributes’ of undefined
at HTMLElement.render (google-keep-card.js:99)
at HTMLElement.update (lit-element.ts:217)
at HTMLElement.performUpdate (updating-element.ts:704)
at HTMLElement._enqueueUpdate (updating-element.ts:653)
Well, you need an entity to display a card, so error in browsers console is reasonable. It’s possible that errors in log appeared only right after a start of hassio
I just found the solution. I have copied over the configuration piece into a seperate sensor.yaml, and through that it was not working as expected. I just copied back to the configuration.yaml and sensor just appeared. Thanks, I’m good now.