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

Add the ability to define a timezone for configure_wifi #107

Merged
merged 2 commits into from
Nov 1, 2017

Conversation

rytilahti
Copy link
Owner

@rytilahti rytilahti commented Oct 29, 2017

This will allow passing the timezone to vacuums running
newer firmware versions, as mentioned in PR #105

Thanks to @marcelrv for pointing this out.

setup.py Outdated
@@ -25,7 +25,7 @@

packages=["miio", "mirobo"],

install_requires=['construct', 'click', 'cryptography', 'pretty_cron', 'typing', 'zeroconf', 'pycrypto', 'attrs'],
install_requires=['construct', 'click', 'cryptography', 'pretty_cron', 'typing', 'zeroconf', 'pycrypto', 'attrs', 'pytz'],

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line too long (126 > 79 characters)

@coveralls
Copy link

coveralls commented Oct 29, 2017

Coverage Status

Coverage decreased (-0.05%) to 39.207% when pulling c2a55cb on add_timezone_config into a5da827 on master.

This will allow passing the timezone to vacuums running
newer firmware versions, as mentioned in PR #105
@rytilahti rytilahti force-pushed the add_timezone_config branch from b5a2e4b to b99633e Compare October 30, 2017 20:36
@coveralls
Copy link

coveralls commented Oct 30, 2017

Coverage Status

Coverage decreased (-0.05%) to 39.207% when pulling b99633e on add_timezone_config into ab85f0c on master.

@coveralls
Copy link

coveralls commented Oct 30, 2017

Coverage Status

Coverage decreased (-0.05%) to 39.207% when pulling b5a2e4b on add_timezone_config into ab85f0c on master.

@syssi
Copy link
Collaborator

syssi commented Nov 1, 2017

Good work! Please merge.

@rytilahti rytilahti merged commit 26b13ba into master Nov 1, 2017
@rytilahti rytilahti deleted the add_timezone_config branch November 1, 2017 17:24
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.

4 participants