prestomation / resmed_myair_sensors

This is a Home Assistant custom component to pull daily CPAP data from ResMed's myAir service using an undocumented API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

client/legacy_client.py:137: SyntaxWarning: invalid escape sequence

bakerkj opened this issue · comments

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]