Add services to evohome#29816
Merged
Merged
Conversation
Member
Author
|
@MartinHjelmare this is my first attempt at creating services for an integration, so your expert input would be gratefully received! |
2 tasks
Member
Author
|
@MartinHjelmare Do you have a change to review this, specifically what I did with the voluptuous schemas? |
Member
|
I'll try to find some time. |
Member
Author
Thanks Martin, I know you're in heavy demand, and it's a crazy time of year - I'll be more patient now. |
balloob
reviewed
Jan 15, 2020
balloob
reviewed
Jan 15, 2020
balloob
reviewed
Jan 15, 2020
balloob
reviewed
Jan 15, 2020
balloob
reviewed
Jan 15, 2020
balloob
reviewed
Jan 15, 2020
balloob
reviewed
Jan 15, 2020
balloob
reviewed
Jan 15, 2020
balloob
reviewed
Jan 15, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Breaking Change:
Known none.
Description:
Add services to evohome: these expose the full functionality of the system, beyond the restrictions of the HA climate schema - mainly the having the option of setting time limits for operating modes:
set_system_mode: Set the system mode, either indefinitely, or for a set period, after which it will revert to Autoreset_system: Set the system to Auto mode and reset all the zones to follow their schedules (i.e. AutoWithReset mode)force_refresh: Pull the latest data from the vendor's serversset_zone_override: Override a zone's setpoint, either indefinitely, or for a set period, after which it will revert to following its scheduleclear_zone_override: Set a zone to follow its scheduleRelated issue (if applicable): N/A
Pull request with documentation for home-assistant.io (if applicable): home-assistant/home-assistant.io#11422
Example entry for
configuration.yaml(if applicable): unchangedChecklist:
tox. Your PR cannot be merged unless tests passIf user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
python3 -m script.hassfest.requirements_all.txtby runningpython3 -m script.gen_requirements_all..coveragerc.