Piotr Machowski

Results 620 comments of Piotr Machowski

This is an individual problem, check out this issue: https://github.com/kiwiz/gkeepapi/issues/20

It's possible that it is caused by a changing version of some library...

> yes after upgrading to 2022.06.01 it is working again! any explanation and will this last for long? @slyticoon have you tried if it works for you?

At this moment entity id should change only when you change configuration of a sensor, is it correct or does it change without config changes?

Have it worked before? Which version of python do you have? Do you use 2FA? Do you use app password?

You can check out [this thread](https://github.com/kiwiz/gkeepapi/issues/81), maybe some solution will work for you (I would start with captcha)

This integration uses unofficial API, so maybe Google somehow blocks it in some conditions... It's really hard to say

Has anything in your HA changed in a meantime?

Can you manually change `manifest.json` file to this version: ``` { "domain": "google_keep", "name": "Google Keep", "documentation": "https://github.com/PiotrMachowski/Home-Assistant-custom-components-Google-Keep", "dependencies": [], "codeowners": ["@PiotrMachowski"], "requirements": ["gkeepapi==0.13.1"] } ``` then restart HA and...