resmed_myair_sensors
resmed_myair_sensors copied to clipboard
client/legacy_client.py:137: SyntaxWarning: invalid escape sequence
After upgrading to Home Assistant 2024.2.1
. Username and password configured via UI flow.
I now get the following warning from resmed_myair
:
2024-02-10 21:27:07.134 WARNING (MainThread) [py.warnings] /config/custom_components/resmed_myair/client/legacy_client.py:137: SyntaxWarning: invalid escape sequence '\['
matches = re.search(".+(\[.+?\]).+", scores_script).groups()[0]