Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

password doesn't allow just numbers #57

Closed
uferes opened this issue Sep 30, 2020 · 1 comment
Closed

password doesn't allow just numbers #57

uferes opened this issue Sep 30, 2020 · 1 comment

Comments

@uferes
Copy link

uferes commented Sep 30, 2020

`Configuration

name: HomeAssistant
bitrate: 320
username: ha+ha@gmail.com
password: 00000666`

Failed to save addon configuration, not a valid value for dictionary value @ data['options']. Got {'name': 'HomeAssistant', 'bitrate': 320, 'username': 'ha+ha@gmail.com', 'password': 00000666}

@uferes uferes changed the title password now allow just number password doent allow just numbers Sep 30, 2020
@uferes uferes changed the title password doent allow just numbers password doesn't allow just numbers Sep 30, 2020
@frenck
Copy link
Member

frenck commented Sep 30, 2020

It expects a string, in YAML you'll need to enquote it.

e.g.:

password: "0000000555"

@frenck frenck closed this as completed Sep 30, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Jan 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants