We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f31f52 commit 056b4b6Copy full SHA for 056b4b6
custom_components/tuya_local/text.py
@@ -60,7 +60,7 @@ def __init__(self, device: TuyaLocalDevice, config: TuyaEntityConfig):
60
if self._value_dp.rawtype == "hex":
61
self._attr_pattern = "[0-9a-fA-F]*"
62
elif self._value_dp.rawtype == "base64":
63
- self._attr_pattern = "[-A-Za-z0-9+/]*={0,3}"
+ self._attr_pattern = "[-A-Za-z0-9+\/]*={0,3}"
64
# TODO: general pattern support
65
66
if hasattr(self, "_attr_pattern"):
0 commit comments