kvj / hass_nuki_ng

Better support for Nuki devices in the Home Assistant
MIT License
185 stars 36 forks source link

Update nuki.py #178

Closed enkama closed 10 months ago

enkama commented 10 months ago

Fix the following warning on 2024.2.0 dev:

 [py.warnings] /config/custom_components/nuki_ng/nuki.py:61: SyntaxWarning: invalid escape sequence '\d'
  if re.match(".+\\:\d+$", self.bridge):
kvj commented 10 months ago

:+1: