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 config flow for rachio #32757

Merged
merged 7 commits into from
Mar 14, 2020
Merged

Commits on Mar 13, 2020

  1. Configuration menu
    Copy the full SHA
    fbd8a56 View commit details
    Browse the repository at this point in the history
  2. Add config flow for rachio

    Also discoverable via homekit
    bdraco committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    419f089 View commit details
    Browse the repository at this point in the history
  3. Update homeassistant/components/rachio/switch.py

    Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io>
    bdraco and balloob committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    0d53f58 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. Split setting the default run time to an options flow

    Ensue the run time coming from yaml gets imported into the option flow
    
    Only get the schedule once at setup instead of each zone (was hitting rate limits)
    
    Add the config entry id to the end of the webhook so there is a unique hook per config entry
    
    Breakout the slew of exceptions rachiopy can throw into RachioAPIExceptions
    
    Remove the base url override as an option for the config flow
    
    Switch identifer for device_info to serial number
    
    Add connections to device_info (mac address)
    bdraco committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    fab3dcb View commit details
    Browse the repository at this point in the history
  2. rename to make pylint happy

    bdraco committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    5289845 View commit details
    Browse the repository at this point in the history
  3. Fix import of custom_url

    bdraco committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    f9120f0 View commit details
    Browse the repository at this point in the history
  4. claim rachio

    bdraco committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    578de79 View commit details
    Browse the repository at this point in the history