-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Use voluptuous for netatmo #3287
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
Conversation
No problem to do a quick test, just ping once the Travis CI build is OK |
|
||
REQUIREMENTS = [ | ||
'https://github.com/jabesq/netatmo-api-python/archive/' | ||
'master.zip#lnetatmo==0.5.0'] | ||
# 'v0.5.0.zip#lnetatmo==0.5.0'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hoped that the archives are back.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Archive is back as requested in #2233.
🐬 when comments addressed |
Sorry to reopen this topic, I just tested it and this is not working because in the configuration module_name1, module_name2 are placeholders for the name of the modules. I'll do a quick fix in my PR that will come this weekend by changing: vol.Required(CONF_MODULE_NAME, default=[]): into vol.Required(cv.string, default=[]) |
Description:
Migration of the configuration check to
voluptuous
.Related issue (if applicable): fixes 127528299
Example entry for
configuration.yaml
(if applicable):@jabesq, would be nice if you could take a look at the changes and run a quick test. Thanks.