Skip to content

Commit

Permalink
Merge pull request #23 from BrewBlox/develop
Browse files Browse the repository at this point in the history
Edge release
  • Loading branch information
steersbob authored Jul 27, 2023
2 parents f91b968 + 458e307 commit 6dcd7bc
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 131 deletions.
2 changes: 1 addition & 1 deletion brewblox_hass/relay.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

LOGGER = brewblox_logger(__name__)

REPLACE_PATTERN = r'[^a-zA-Z0-9_-]'
REPLACE_PATTERN = r'[^a-zA-Z0-9_]'
SENSOR_TYPES = [
'TempSensorOneWire',
'TempSensorCombi',
Expand Down
Loading

0 comments on commit 6dcd7bc

Please sign in to comment.