🎨Nicer logo, 📚Notification & debug docs, 📦MQTT device_tracker feature request #702

This commit is contained in:
jokob-sk
2024-06-12 18:35:14 +10:00
parent 2e3626a8b3
commit d94297e093
14 changed files with 505 additions and 83 deletions

View File

@@ -700,7 +700,7 @@ def sanitize_string(input):
if isinstance(input, bytes):
input = input.decode('utf-8')
input = bytes_to_string(re.sub(r'[^a-zA-Z0-9-_\s]', '', str(input)))
return value
return input
#-------------------------------------------------------------------------------