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

Use upstream RachioPy, fix manual run switches #8286

Merged
merged 4 commits into from Jul 8, 2017
Merged

Use upstream RachioPy, fix manual run switches #8286

merged 4 commits into from Jul 8, 2017

Conversation

Klikini
Copy link
Contributor

@Klikini Klikini commented Jul 2, 2017

Description:

Related issue (if applicable): fixes #7921 #7973

Checklist:

If the code communicates with devices, web services, or third-party tools:

  • Local tests with tox run successfully. Your PR cannot be merged unless tests pass
  • New dependencies have been added to the REQUIREMENTS variable (example).
  • New dependencies are only imported inside functions that use them (example).
  • New dependencies have been added to requirements_all.txt by running script/gen_requirements_all.py.
  • New files were added to .coveragerc.

@mention-bot
Copy link

@Klikini, thanks for your PR! By analyzing the history of the files in this pull request, we identified @andrey-git to be a potential reviewer.

@@ -8,7 +8,7 @@
from homeassistant.components.switch import SwitchDevice, PLATFORM_SCHEMA
from homeassistant.const import CONF_ACCESS_TOKEN

REQUIREMENTS = ['rachiopy==0.1.2']
REQUIREMENTS = ['rachiopy==0.1.1']
Copy link
Member

Choose a reason for hiding this comment

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

Any reason for downgrading the dependency?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

0.1.2 was a version I created in my fork of RachioPy for A/B testing. I decided that 0.1.1 works better, so I never pushed 0.1.2 upstream.

Copy link
Member

Choose a reason for hiding this comment

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

But 0.1.2 is the one available on PyPI and seems to be the release created by the upstream project.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I just checked, and @rfverbruggen released his own update to it 10 days ago. It doesn't look like anything that would break this integration, but it'll need testing.

Copy link
Member

Choose a reason for hiding this comment

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

Seems like we have always used the upstream version, never your fork? We should not downgrade unless necessary. Please revert this change

Copy link
Member

@fabaff fabaff left a comment

Choose a reason for hiding this comment

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

Looks good to me 🐦

@fabaff fabaff merged commit 614b5da into home-assistant:dev Jul 8, 2017
@balloob balloob mentioned this pull request Jul 13, 2017
dethpickle pushed a commit to dethpickle/home-assistant that referenced this pull request Aug 18, 2017
* use upstream RachioPy, fix manual run switches

* Update requirements for PyPi version of rachiopy

* Use upstream RachioPy 0.1.2 (partial revert of https://github.com/Klikini/home-assistant/commit/39c6484d89337240918ffe60c35705b5b3405705)

* Revert rachiopy downgrade
@home-assistant home-assistant locked and limited conversation to collaborators Oct 20, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New Rachio component doesn't seem to work.
6 participants