Skip to content

Commit

Permalink
Quick regex fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwolsink committed Sep 18, 2024
1 parent 49c840f commit 4464208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/aguaiot/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ class AguaIOTCanalizationEntityDescription(ClimateEntityDescription):
),
AguaIOTCanalizationEntityDescription(
name="Canalization {id}",
key=r"canalization_(?P<id>[\w\d]+)_set",
key=r"canalization_(?P<id>[a-zA-Z0-9]+)_set",
icon="mdi:fan",
),
AguaIOTCanalizationEntityDescription(
Expand Down

0 comments on commit 4464208

Please sign in to comment.