Closed Ekman closed 1 year ago
Thanks! Sorry for not responding any faster, this reminds me of changing my github email to something a am monitoring more often ...
Actually, your fix didn't work for me because the date didn't include the millisecond part in my case. Either the API is playing me again or this isn't always the case. For now i've fixed it by truncating it and only using the part before the ".".
When attempting to use
getCleaningSessions()
I get this error:Home Assistant is using an older version of Python that cannot parse the date time as an ISO format. I've verified by running
docker run --rm -it --entrypoint bash python:3.10
and executed the following script:Instead, this worked: