arnonym / ha-plugins

Home-Assistant SIP Gateway
Apache License 2.0
157 stars 19 forks source link

SIP username cant contain certain combinations #28

Closed billytkid closed 1 year ago

billytkid commented 1 year ago

Hi again,

My SIP username is a combination of numbers + letters, eg = 2142341e12

The config allows numbers + letters: 1234242wwer But it does not allow numbers + letters + numbers = 4142341e12

Saving the config gives an error .Failed to save add-on configuration, not a valid value. .

arnonym commented 1 year ago

Please try to put the username in quotes like "1234242wwer".

billytkid commented 1 year ago

Sorted, thank you!

arnonym commented 1 year ago

Nice, I'll add a note to the readme for that.