From b8bba69299393e0c322f14098bf4230d90db9e50 Mon Sep 17 00:00:00 2001 From: Philippe Larduinat Date: Sat, 22 Jun 2024 11:59:51 +0200 Subject: [PATCH] Add comment about the new DPO mail request from Netatmo --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2a845b0a..2eba910a 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ There is no longer credential load at library import, credentials are loaded at >[!CAUTION] > Remember that the program using the library **must** be able to rewrite the credential file to be able to save the new refresh token that netatmo may provide at the authentication step. Check the file permission according to the account the program is running. +>[!NOTE] +> Several users reported that Netatmo is now asking for a DPO (Data Protection Officer) mail address to deliver application credentials. Netatmo is requesting this to comply with RGPD European regulation for the case of your application would be able to access other customers account and you would hold responsibility to protect others potentially confidential informations. +> For most users (if not all) of this library, this is totally useless as we are accessing only OUR devices thus are not concerned by RGPD. You can then put your netatmo account email address, just in case some mail would be sent to it. +> It is only an information for the Netatmo records, there is absolutely no use of this information by the library. + ### Install ### To install lnetatmo simply run: