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 defaulting bug for MQTT_DISCOVERY #45

Merged
merged 1 commit into from
Mar 12, 2021

Conversation

andreasbrett
Copy link
Contributor

Defaulting MQTT_DISCOVERY to a True value in case the env var isn't set causes an error on next line's MQTT_DISCOVERY.lower() function as this is a string function.

Defaulting MQTT_DISCOVERY to a True value in case the env var isn't set causes an error on next line's MQTT_DISCOVERY.lower() function as this is a string function.
@lolouk44 lolouk44 merged commit 82a1255 into lolouk44:master Mar 12, 2021
@lolouk44
Copy link
Owner

can you check again with tag 0.1.15b please?

@andreasbrett
Copy link
Contributor Author

Works. I did not set MQTT_DISCOVERY environment var in docker-compose file and container booted without issue now.

@lolouk44
Copy link
Owner

Done. 0.1.15 now published. Thanks for your help

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

2 participants