Dielee / volvo2mqtt

Home Assistant addon for connecting AAOS Volvos
MIT License
125 stars 25 forks source link

OTP with French language #191

Closed zigomatichub closed 1 month ago

zigomatichub commented 1 month ago

Hello Dielee, First thank you for this Integration which is really appreciate

About Version 1.9.1 with the OTP entity, I was not able to get the success with the process. Either using developer tool to update the OTP entity or either the UI - entity dashboard to update the value.

I saw that error: /volvoAAOS2mqtt/mqtt.py:56: SyntaxWarning: invalid escape sequence '\d' "pattern": "\d{6}",

Workaround : Put English instead of French as language Go to UI entity and update the code Result OK

It's not an issue but FYI

Regards, Zigomatic

Dielee commented 1 month ago

This isn't an error, just a warning from python 3.12.

Dielee commented 1 month ago

Fixed with v1.9.2