Mike Luck
Mike Luck
Hi, Yes, I tried all sorts to try and force the async behaviour, but for some reason the Google check is counting it in the page load measurement. The only...
This update introduced an error for me as my S3 bucket is in a different region to my Lambda. The following fixed it: `overrides.s3 : new S3Client({region: "eu-west-2", signatureVersion: 'v4'})`
To workaround this I edited the code on line 21 to hardcode my device list. It would be even better to read these in from a separate file, but for...
> I have tried adding two of my devices as you suggested and then restarted but it doesn't work for me. Do you have any theories on what I might...
It looks like following my daily HA restart it sometimes doesn't start correctly. Here is the log: `This error originated from a custom integration. Logger: custom_components.polestar_api Source: custom_components/polestar_api/__init__.py:45 Integration: Polestar...
Great workaround. Thank you.
This is still an issue. Other integrations restart on failure. This one does not.
The limit of 25 is only in the popup screen, not in the actual code the applies the rules. To workaround this I edited the code on line 21 to...