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

Fix !secret tag parsing with pyyaml>3.13 #545

Merged
merged 1 commit into from
Apr 4, 2019
Merged

Conversation

mvn23
Copy link
Contributor

@mvn23 mvn23 commented Apr 4, 2019

Use yaml.SafeLoader explicitly instead of the default loader.
Implement the Loader= parameter as per the pyyaml wiki.

See also #538

Use yaml.SafeLoader explicitly instead of the default loader.
@acockburn acockburn merged commit a01545b into AppDaemon:master Apr 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants