rroller / dahua

Dahua Camera and Doorbell Home Assistant Integration
MIT License
382 stars 73 forks source link

Password field does not allow special characters #292

Closed baudneo closed 1 year ago

baudneo commented 1 year ago

As the title states. The device password cannot have special characters. I did not test which characters cause the issue but my password had '%' and '@' in it. I tried quoting the password to type cast to a str with the same results.

Changing my password to something with ([A-Z]|[a-z]|[0-9]) worked.