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

0.83.1 #18811

Merged
merged 14 commits into from
Nov 29, 2018
Merged

0.83.1 #18811

merged 14 commits into from
Nov 29, 2018

Commits on Nov 29, 2018

  1. Configuration menu
    Copy the full SHA
    2ba521c View commit details
    Browse the repository at this point in the history
  2. Convert shopping-list update to WebSockets (#18713)

    * Convert shopping-list update to WebSockets
    
    * Update shopping_list.py
    
    * Update test_shopping_list.py
    iantrich authored and balloob committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    6013893 View commit details
    Browse the repository at this point in the history
  3. Legacy api fix (#18733)

    * Set user for API password requests
    
    * Fix tests
    
    * Fix typing
    balloob committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    ff33d34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1c5e75 View commit details
    Browse the repository at this point in the history
  5. Make auth backwards compat again (#18792)

    * Made auth not backwards compat
    
    * Fix tests
    balloob committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    0ca67bf View commit details
    Browse the repository at this point in the history
  6. Render the secret (#18793)

    balloob committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    fa9a200 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7fa5f07 View commit details
    Browse the repository at this point in the history
  8. BUGFIX: handle extra fan speeds. (#18799)

    * BUGFIX: add support for extra fan speeds.
    
    * Drop extra fan speeds.
    
    Remove catch all, drop missing fan speeds.
    
    * fix self.speed_synonyms call. Remove un-needed keys() call
    marchingphoenix authored and balloob committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    5a6ac9e View commit details
    Browse the repository at this point in the history
  9. Bumped py17track to 2.1.0 (#18804)

    bachya authored and balloob committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    f2b8186 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d9124b1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    31d7221 View commit details
    Browse the repository at this point in the history
  12. Hotfix for crash with virtual devices (#18808)

    * Quickfix for crash with virtual devices
    
    Added try/except to critical loops of processing
    Reinforced read_devices, map_device_to_type and update processing
    
    * oops
    pbalogh77 authored and balloob committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    0467d05 View commit details
    Browse the repository at this point in the history
  13. Bumped version to 0.83.1

    balloob committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    163c881 View commit details
    Browse the repository at this point in the history
  14. Use proper signals (#18613)

    * Emulated Hue not use deprecated handler
    
    * Remove no longer needed workaround
    
    * Add middleware directly
    
    * Dont always load the ban config file
    
    * Update homeassistant/components/http/ban.py
    
    Co-Authored-By: balloob <paulus@home-assistant.io>
    
    * Update __init__.py
    balloob committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    440614d View commit details
    Browse the repository at this point in the history