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.95.0 #24776

Merged
merged 322 commits into from Jun 26, 2019
Merged

0.95.0 #24776

merged 322 commits into from Jun 26, 2019
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 4, 2019

  1. Configuration menu
    Copy the full SHA
    d7c8adc View commit details
    Browse the repository at this point in the history
  2. Create progress file for pip installs (#24297)

    * Create progress file for pip installs
    
    * fix dedlock
    
    * unflacky test
    
    * Address comments
    
    * Lint
    
    * Types
    pvizeli authored and balloob committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    bf52aa8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac788a7 View commit details
    Browse the repository at this point in the history
  4. Expose specific device_class for Velux covers (#24279)

    * Update cover.py
    
    Blinds, Rollingshutters and Awnings did not set their respective device_class attribute
    Previously they would all appear as device_class "window"
    
    * fallback device class is always 'window'
    
    fallback device class is always 'window' in the event we have an unknown cover type
    
    * trailing whitespace removed, trimmed as well
    
    * Update cover.py
    gibman authored and balloob committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    6d28008 View commit details
    Browse the repository at this point in the history
  5. Fix OwnTracks race condition (#24303)

    * Fix OwnTracks race condition
    
    * Lint
    balloob committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    df1da75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fbfaa41 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. Change meteoalertapi to version 0.1.3 (#24307)

    * Change meteoalertapi to version 0.1.3
    
    * Add requirements_all.txt file
    rolfberkenbosch authored and fabaff committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    2943ad1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    034bbb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    701d258 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    279192d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17b3d3a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fccbd41 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bc15f11 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf9c2c7 View commit details
    Browse the repository at this point in the history
  9. Add LCN scene platform (#24242)

    alengwenus authored and pvizeli committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    408ae44 View commit details
    Browse the repository at this point in the history
  10. Add support for learning new commands (#23888)

    * Add support for learning new commands
    
    This update creates a generic service in the 'remote' component to enable remote control platforms to learn new commands.
    
    * Update __init__.py with the proposed changes
    
    - Add 'supported_features' property and a constant related to the 'learn_command' functionality.
    - Redefine 'async_learn_command' function as a coroutine.
    
    * Update __init__.py
    
    * Fix assertion error
    
    Adding the 'supported_features' attribute generated an assertion error on the 'Demo Remote' platform. This update fixes this.
    
    * Fix duplicated 'hass' object
    
    This update fixes a typo that occurred at the last update.
    felipediel authored and pvizeli committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    0ed9e18 View commit details
    Browse the repository at this point in the history
  11. Upgrade to newer version of rflink with improve error handling on inc…

    …oming data. (#24263)
    
    Related: #23942
    Johan Bloemberg authored and pvizeli committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    d31140f View commit details
    Browse the repository at this point in the history
  12. SolarEdge Local Component (#23996)

    * Basic local SolarEdge monitoring for energy / power
    
    * Basic local SolarEdge monitoring for energy / power
    
    * generated CODEOWNERS, requirements, excluded tests
    
    * generated CODEOWNERS, requirements, excluded tests
    
    * lint fixes, etc
    
    * lint fixes, etc
    
    * Fix docstyle for init
    
    Of course thats the file I forgot to run tests on
    
    * Load all sensors by default
    
    They use the same API endpoint.  This changes was made per home-assistant/architecture#244
    
    * remve unneded date/time
    
    * ran hassfest again
    
    * add throttle when updating
    
    * readd solax, mistakenly removed
    
    * Update sensor.py
    drobtravels authored and pvizeli committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    4c6ddd4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c311e48 View commit details
    Browse the repository at this point in the history
  14. Push to version 0.7.9 of denonavr (#24260)

    Oliver authored and andrewsayre committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    6d4545c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    607b44f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f62d473 View commit details
    Browse the repository at this point in the history
  17. Bump simplipy to 3.4.2 (#24326)

    * Bump simplipy to 3.4.2
    
    * Updated requirements
    bachya committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    96a51d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. Meteofrance fix 24244 (#24315)

    * Update meteofrance package version
    
    Fix #24244
    
    * Add code owner to manifest
    
    * Update CODEOWNERS
    victorcerutti authored and cgarwood committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    859ae2f View commit details
    Browse the repository at this point in the history
  2. Only update media icon when necessary (#24324)

    * Only update media icon when necessary
    
    * Lint
    
    * Comment
    jjlawren authored and andrewsayre committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    f5db770 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cc1bf3 View commit details
    Browse the repository at this point in the history
  4. Add exception handling for Netatmo climate (#24311)

    * Add exception handling
    
    * Make pylint happy
    cgtobi authored and Danielhiversen committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    9ca5bdd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d261c6c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9fb1f2f View commit details
    Browse the repository at this point in the history
  7. Use node descriptor from Zigpy for ZHA (#24316)

    * use zigpy node descriptor
    
    * cleanup
    dmulcahey committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    ae1bcd5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b4a9a3 View commit details
    Browse the repository at this point in the history
  9. Remove attribute lowBat (#24323)

    SukramJ authored and andrewsayre committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    64d6fa8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3b8f254 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8f4bb8d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0eba920 View commit details
    Browse the repository at this point in the history
  13. Fix set_cover_position of the xiaomi_aqara cover for LAN protocol v2 (#…

    …24333)
    
    * Fix set_cover_position of the xiaomi_aqara cover for LAN protocol v2 (Closes: #24293)
    
    * Fix lint
    syssi authored and Danielhiversen committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    4ec2af7 View commit details
    Browse the repository at this point in the history
  14. Add Environment Canada weather, sensor, and camera platforms (#21110)

    * Added Environment Canada weather platform
    
    * Added Environment Canada weather platform
    
    * Migrate to new folder structure
    
    * Migrate to new folder structure
    
    * Fix updates
    
    * Fix updates again
    
    * Bump env_canada to 0.0.4
    
    * Bump env_canada to 0.0.4
    
    * Bump env_canada to 0.0.4 in requirements_all.txt
    
    * Change daily forecast timestamp and high/low test
    
    * Change daily forecast timestamp and high/low test
    
    * Bump env_canada to 0.0.5
    
    * Break alerts into multiple sensors, bump env_canada to 0.0.6
    
    * Bump env_canada to 0.0.7
    
    * Remove blank line
    
    * Remove 'ec' sensor prefix, bump env_canada to 0.0.8
    
    * Corrections
    
    * Change to manifests.json
    
    * Add docstring to __init.py__
    
    * Update CODEOWNERS
    
    * pylint correction
    
    * pylint correction
    
    * Add alert details, bump env_canada to 0.0.9
    
    * Update requirements_all.txt
    
    * Update .coveragerc
    
    * Bump env_canada to 0.0.10
    
    * Update requirements_all.txt
    michaeldavie authored and balloob committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    fcfbdd2 View commit details
    Browse the repository at this point in the history
  15. Google Cloud Platform component (TTS) (#23629)

    * Added Google Cloud TTS service component feature
    
    * Added Neutral voice gender
    
    * Added line break at the end of files
    
    * Updated CODEOWNERS, reqirements_all.txt and .coveragerc
    
    * Fixed some ci/circleci: static-check errors
    
    * Fixed some ci/circleci: static-check error
    
    * Fixed some ci/circleci: pylint errors
    
    * Fixed some ci/circleci: pylint errors
    
    * * made supported_options const
    * fixed direct env variable access
    
    * Fixed import order
    
    * * Component renamed
    * Added encoding parameter
    * Other fixes
    
    * Changed folder name in .coveragerc
    
    * * Removed whitespaces in blank lines
    * Split long line
    
    * Removed whitespaces in blank lines
    
    * ci/circleci: static-check
    
    * Fixed requirements_all.txt
    
    * Added speed, pitch and gain parameters
    
    * Added speed, pitch and gain as supported options
    
    * Split too long line
    
    * * Added profiles parameter
    * Changed supported languages and encodings values
    * Added parameters validations
    
    * Fixes
    
    * Fixes
    
    * Fixes
    
    * Fixes
    
    * Fixes
    
    * Changed options validation
    
    * Added ToggleEntity save and restore state mechanism
    
    * Revert "Added ToggleEntity save and restore state mechanism"
    
    This reverts commit 0e27501
    lufton authored and balloob committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    984d41e View commit details
    Browse the repository at this point in the history
  16. Add Streamlabs Water Monitor (#21205)

    * Add Streamlabs Water Monitor
    
    * Fail Streamlabswater component setup when given invalid parameters
    
    The Streamlabs Water component is unable to recover if it is given
    an invalid API key or location id so this change is to ensure
    we validate they are correct during setup and return a failure
    if they are not.
    
    * Prime Streamlabswater component sensors so data is available immediately
    
    The sensors for the component were not causing an immediate load of
    data from the API when being set up so there was some lag after
    startup before values would show up.  This change does an explicit
    update when the sensors are setup to ensure data is viewable
    immediately after startup.
    
    * Switch Streamlabswater logging to use %s for string formatting
    
    * Update Streamlabswater component with correct dependencies
    
    Dependencies were incorrectly specified using DEPENDS rather
    than DEPENDENCIES
    
    * Streamlabswater pull request feedback
    
    Remove detailed class docstrings since they're in the documentation,
    reduce code duplication in sensor classes, and remove periods from
    the end of log messages.
    
    * Reduce line length in Streamlabswater sensor
    
    * Add docstring on Streamlabswater service callback method
    
    * Get rid of unnecessary initializers in Streamlabswater sensor
    
    * Add manifest file for Streamlabs Water Monitor
    
    * Remove unused REQUIREMENTS
    cpopp authored and balloob committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    1bca313 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    32844bb View commit details
    Browse the repository at this point in the history
  18. Bring the Sisyphus integration to silver quality (#22457)

    * Bring the Sisyphus integration to silver quality
    
    Checklist:
    - [x] (N/A - push integration) Set an appropriate SCAN_INTERVAL (if a polling integration)
    - [x] Raise PlatformNotReady if unable to connect during platform setup
    - [x] (N/A - no credentials) Handles expiration of auth credentials. Refresh if possible or print correct error and fail setup. If based on a config entry, should trigger a new config entry flow to re-authorize.
    - [x] (N/A - local integration) Handles internet unavailable. Log a warning once when unavailable, log once when reconnected.
    - [x] Handles device/service unavailable. Log a warning once when unavailable, log once when reconnected.
    - [x] Set available property to False if appropriate
    - [x] Entities have unique ID (if available)
    
    * Feedback (fix a couple verbose places)
    
    * Use a task instead of a lock
    
    * Initialize field in constructor
    
    * Revert package upgrade.
    jkeljo authored and balloob committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    bf7e09c View commit details
    Browse the repository at this point in the history
  19. Support for Salda Smarty XV/XP Ventilation Unit (#21491)

    * Support for Salda Smarty XV/XP Ventilation Unit
    
    * Update binary_sensor.py
    
    * Update fan.py
    
    * Update sensor.py
    
    * Update __init__.py
    z0mbieprocess authored and balloob committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    6cd9667 View commit details
    Browse the repository at this point in the history
  20. Bump to pypck==0.6.1 (#24356)

    alengwenus authored and balloob committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    7771ecf View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e98054a View commit details
    Browse the repository at this point in the history
  22. Upgrade ruamel.yaml to 0.15.97 (#24350)

    * Upgrade ruamel.yaml to 0.15.97
    
    * Fix req
    fabaff authored and balloob committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    4db0e78 View commit details
    Browse the repository at this point in the history
  23. Bump regenmaschine to 1.5.1 (#24358)

    bachya authored and balloob committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    156ab7d View commit details
    Browse the repository at this point in the history
  24. Life360 integration (#24227)

    pnbruckner authored and balloob committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    1c13638 View commit details
    Browse the repository at this point in the history
  25. Refactor Waze Travel Time & Update Requirements (#22428)

    * Refactor Waze Travel Time & Update Requirements
    
    Refactored Waze Travel Time to contain a data object.
    
    Changed error retrieving data to a warning.
    Added distance conversion depending on region.
    Removed dependency on TRACKABLE_DOMAINS list.
    Update to use WazeRouteCalculator 0.10
    
    3rd time's a charm.  Deleted fork, caused last PR to screw up.  So here we are.
    
    * Update requirements_all.txt
    
    * Revert package upgrade.
    
    * Revert package upgrade.
    Petro31 authored and balloob committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    2c341f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. Update pyhomematic (#24368)

    danielperna84 authored and pvizeli committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    b71baef View commit details
    Browse the repository at this point in the history
  2. Add service to update core location (#24328)

    * Add service to update core location
    
    * Update test_init.py
    balloob authored and andrewsayre committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    7c5da67 View commit details
    Browse the repository at this point in the history
  3. Fix ZHA battery level when value is reported via signal (#24371)

    * fix battery signal
    * review comment
    dmulcahey authored and Adminiuga committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    a79224a View commit details
    Browse the repository at this point in the history
  4. Remove binary sensors for ZHA remotes and controllers (#24370)

    * remove remote binary sensor profiles
    * fix contact sensors
    dmulcahey authored and Adminiuga committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    592d30d View commit details
    Browse the repository at this point in the history
  5. Add support for ZHA door locks #2 (#24344)

    * Add support for DoorLock cluster
    * Add test for zha lock
    * Change lock_state report to REPORT_CONFIG_IMMEDIATE
    * Update channel command wrapper to return the entire result
    This allows for return values other than result[1]
    
    * Fix tests
    * Fix lint
    * Update DoorLock test to work with updated zigpy schema
    * Fix lint
    * Fix unlock test
    presslab-us authored and Adminiuga committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    cb460a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    846d31c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    203c3a5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    85f4cec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ae1511d View commit details
    Browse the repository at this point in the history
  10. Bump dependency (#24376)

    Kane610 authored and andrewsayre committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    1647eba View commit details
    Browse the repository at this point in the history
  11. Upgrade discord.py to 1.1.1 (#24375)

    fabaff authored and andrewsayre committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    3d802af View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    888c517 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1acd343 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3664f61 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    337cd40 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e93fbcf View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ceac04b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8af0747 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    eb3e53e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    17b59cd View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5a9db70 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2019

  1. Add shuffle support for itunes component (#24319)

    * added shuffle support for itunes component
    
    * fixed pylint errors
    
    * more pylint
    
    * final pylint (have my own dev env now)
    kvanhoorn authored and andrewsayre committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    952d72f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3794b3 View commit details
    Browse the repository at this point in the history
  3. Add ATTR_FORECAST_PRECIPITATION option (#24308)

    * Add ATTR_FORECAST_PRECIPITATION option
    
    * Remove blank line
    rolfberkenbosch authored and andrewsayre committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    b5ada3b View commit details
    Browse the repository at this point in the history
  4. Provide an option for the DD-WRT device tracker to include non-wirele…

    …ss devices (#24259)
    
    * Use LAN status instead of wireless status for DD-WRT device tracking
    
    * Use the previous DD-WRT device tracker behavior unless specified in the configuration
    Andy Castille authored and andrewsayre committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    4c3f39b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d858e1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    61dabae View commit details
    Browse the repository at this point in the history
  7. Improve amcrest error handling and bump amcrest package to 1.5.3 (#24262

    )
    
    * Improve amcrest error handling and bump amcrest package to 1.5.3
    
    amcrest package update fixes command retry, especially with Digest Authentication, and allows sending snapshot command without channel parameter.
    
    Get rid of persistent_notification.
    
    Errors at startup, other than login errors, are no longer fatal.
    
    Display debug messages about how many times an error has occurred in a row.
    
    Remove initial communications test. If camera is off line at startup this just delays the component setup.
    
    Handle urllib3 errors when getting data from commands that were sent with stream=True.
    
    If errors occur during camera update, try repeating until it works or the camera is determined to be off line.
    
    Drop channel parameter in snapshot command which allows camera to use its default channel, which is different in different camera models and firmware versions.
    
    Make entities unavailable if too many errors occur in a row.
    
    Add new configuration variables to control how many errors in a row should be interpreted as camera being offline, and how frequently to "ping" camera to see when it becomes available again.
    
    Add online binary_sensor option to indicate if camera is available (i.e., responding to commands.)
    
    * Update per review comments
    
    Remove max_errors and recheck_interval configuration variables and used fixed values instead.
    
    Move definition of AmcrestChecker class to module level.
    
    Change should_poll in camera.py to return a fixed value of True and move logic to update method.
    pnbruckner authored and balloob committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    233bc1a View commit details
    Browse the repository at this point in the history
  8. Improve boolean validator (#24294)

    * Improve boolean validator
    
    * Remove extra throw
    
    * Remove None test as discussed
    
    * Fix for tests depending on None == False
    Swamp-Ig authored and balloob committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    b30f4b8 View commit details
    Browse the repository at this point in the history
  9. Add more HomeKit models for discovery (#24391)

    * Add more HomeKit models for discovery
    
    * Discover Tradfri with HomeKit
    
    * Add Wemo device info
    
    * Allow full match for HomeKit model
    
    * Fix tests
    balloob committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    0dc0706 View commit details
    Browse the repository at this point in the history
  10. Fix automation failing to restore state (#24390)

    * Fix automation off
    
    * Fix tests
    balloob committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    7887d6d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f77514c View commit details
    Browse the repository at this point in the history
  12. add device class to sensors (#24373)

    dmulcahey authored and balloob committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    787bd75 View commit details
    Browse the repository at this point in the history
  13. Fix for sun issues (#24309)

    Swamp-Ig authored and balloob committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    4cb1d77 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    48276b0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b179dbc View commit details
    Browse the repository at this point in the history
  16. Bump version to 0.95.0.dev0

    balloob committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    3ac8c6d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9924dd7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    67e87f9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    95d460c View commit details
    Browse the repository at this point in the history
  20. Use loose version (#24394)

    balloob committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    929f3c2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3fa8403 View commit details
    Browse the repository at this point in the history
  22. Restore automation last_triggered with initial_state override (#24400)

    * Restore automation last_triggered with initial_state override
    
    * Made test async/await
    
    * Fixes linter warning
    
    * Update test_init.py
    frenck authored and balloob committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    9235b52 View commit details
    Browse the repository at this point in the history
  23. Fix recorder defaults (#24399)

    * Fix recorder defaults
    
    * Address comment
    balloob authored and andrewsayre committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    848a2a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2019

  1. Minor improvements to automation test suite (#24424)

    * Minor improvements to automation test suite
    
    * Removes unused asyncio imports
    
    * Removes some vars that are not needed
    frenck authored and andrewsayre committed Jun 9, 2019
    Configuration menu
    Copy the full SHA
    d648eb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    896eaba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cb0ff1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    accfedc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c27bab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a4bf1f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b3b2e8f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7953008 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fb3d66e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d286723 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    628264b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0db27f1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3f6a30a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0a5966c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4e6b133 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2019

  1. Upgrade broadlink library (#24450)

    Danielhiversen authored and fabaff committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    cebb146 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4921d35 View commit details
    Browse the repository at this point in the history
  3. Rename via_hub to via_device (#24360)

    * Rename via_hub to via_device
    
    * Fixed registry interactions
    Swamp-Ig authored and balloob committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    84e6813 View commit details
    Browse the repository at this point in the history
  4. Load the SSDP component only when it's needed (#24420)

    * fix(hue): Load the SSDP component only when it's needed
    
    * fix(deconz): Don't load the SSDP component when it's not needed
    
    * Update config_flow.py
    
    * Update test_config_flow.py
    aerialls authored and balloob committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    fadfb89 View commit details
    Browse the repository at this point in the history
  5. Axis discovery MAC filter (#24442)

    * Make sure to abort if the MAC is not from Axis
    
    * Fix tests
    
    * Andrew Sayre suggestion
    
    Co-Authored-By: Andrew Sayre <6730289+andrewsayre@users.noreply.github.com>
    2 people authored and balloob committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    34e3d2f View commit details
    Browse the repository at this point in the history
  6. Remove frequest asuswrt log spam (#24448)

    jwater7 authored and balloob committed Jun 10, 2019
    2 Configuration menu
    Copy the full SHA
    20ba80f View commit details
    Browse the repository at this point in the history
  7. Publish test results (#24460)

    pvizeli committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    af926db View commit details
    Browse the repository at this point in the history
  8. Life360: Fix config entry handling for accounts imported from configu…

    …ration (#24455)
    
    Was improperly generating a warning each restart.
    
    Was not properly handling a password change in configuration.
    
    Was not properly removing config entries for accounts removed from configuration.
    pnbruckner authored and balloob committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    d86837c View commit details
    Browse the repository at this point in the history
  9. Remember gpslogger entities across restarts (fixes #24432) (#24444)

    * Remember gpslogger entities across restarts (fixes #24432)
    
    * oops, missed those changes
    
    * Remove to do and set defaults to `None`
    andkit authored and balloob committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    1810e45 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    168f20b View commit details
    Browse the repository at this point in the history
  11. Add websock command to query device for triggers (#24044)

    * Add websock command to query device for triggers
    
    * Lint
    
    * Refactor
    
    * Add support for domain automations
    
    * Make device automation an automation platform
    
    * lint
    
    * Support device_id in light trigger
    
    * Review comments
    
    * Add tests
    
    * Add tests
    
    * lint
    emontnemery authored and balloob committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    935240f View commit details
    Browse the repository at this point in the history
  12. Sun listener to adapt to core config updates (#24464)

    * Adaptable sun listener
    
    * Lint
    balloob committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    236c5de View commit details
    Browse the repository at this point in the history
  13. Update Hass.io when core config is updated (#24461)

    * Update Hass.io when core config is updated
    
    * Lint
    
    * Fix tests
    
    * Lint sigh
    balloob committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    820b381 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

  1. Uber API is going away on June 13, 2019, remove component (#24468)

    * Uber API is going away on June 13, 2019, remove component
    
    * Update CODEOWNERS
    
    * Remove Uber component
    robbiet480 authored and balloob committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    ae5f284 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70bbb86 View commit details
    Browse the repository at this point in the history
  3. Bump pyubee to 0.7 to support more models (#24477)

    * Bump pyubee to 0.7 to support more models
    
    * Update requirements_all.txt
    mzdrale authored and balloob committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    046a4fc View commit details
    Browse the repository at this point in the history
  4. Somfy open api (#19548)

    * CREATE Somfy component
    
    * CREATE cover Somfy platform
    
    * USE somfy id as unique id
    
    * UPDATE all the devices in one call to limit the number of call
    
    * FIX Don't load devices if not yet configured
    
    * IMP Replace configurator by a simple notification
    
    * ADD log in case state does not match
    
    * IMP wording
    
    * REMOVE debug stuf
    
    * ADD support for tilt position
    
    * UPDATE requirements
    
    * FIX Use code instead of authorization response
    
     - Will allow to setup Somfy without https
    
    * HANDLE stateless devices (Somfy RTS)
    
    * FIX import locally 3rd party library
    
    * UPDATE pymfy to 0.4.3
    
    * ADD missing docstring
    
    * FIX For Somfy 100 means closed and 0 opened
    
    * FIX position can be None
    
    * ENHANCE error management when error 500 occurs at setup
    
    * FIX indent
    
    * ROLLBACK tilt modification
    
     - See https://community.home-assistant.io/t/somfy-tahoma-official-api/61448/90?u=tetienne
    
    * FIX Look for capability instead of state
    
    * DON'T use exception to test if a feature is available
    
    * UPDATE dependency
    
    * ADD device_info property
    
    * AVOID object creation in each method
    
    * REMOVE unused constants
    
    * ADD missing doc
    
    * IMP Only make one call to add_entities
    
    * USE dict[key] instead of get method
    
    * IMP Don't pass hass object to the entities
    
    * FIX Don't end logging messages with period
    
    * USE config entries instead of a cache file
    
    * IMPLEMENT async_unload_entry
    
    * CONSOLIDATE package
    
     - see home-assistant/architecture#124
    
    * UPDATE to pymfy 0.5.1
    
    * SIMPLIFY config flow
    
    * ADD French translation
    
    * FIX 80 vs 79 max length
    
    * ABORT flow asap
    
    * FIX A tupple was returned
    
    * MIGRATE to manifest.json
    
    * ADD a placeholder async_setup_platform coroutine
    
     - It's currently required and expected by the platform helper.
    
    * FIX codeowner
    
    * ADD missing translations file
    
    * USE new external step
    
    * UPGRADE pymfy version
    
    * Close Somfy tab automatically
    
    * ADD manufacturer
    
      - Somfy only for the moment.
    
    * HANDLE missing code or state in Somfy request
    
    * REMOVE unused strings
    
    * DECLARE somfy component to use config_flow
    
    * APPLY static check remarks
    
    * FIX async method cannot be called from sync context
    
    * FIX only unload what has been loaded during entry setup
    
    * DON't catch them all
    
    * DON'T log full stacktrace
    
    * ABORT conflig flow if configuration missing
    
    * OMIT Somfy files for coverage
    
    * ADD tests about Somfy config flow
    
    * ADD pymfy to the test dependencies
    tetienne authored and balloob committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    0a7919a View commit details
    Browse the repository at this point in the history
  5. Add APRS device tracker component (#22469)

    * Add APRS device tracker component
    
    This component keeps open a connection to the APRS-IS infrastructure so
    messages generated by filtered callsigns can be immediately acted upon.
    Any messages with certain values for the 'format' key are position
    reports and are parsed into device tracker entities.
    
    * Log errors and return if startup failure
    
    * Fix unit tests
    PhilRW authored and balloob committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    8fcfcc4 View commit details
    Browse the repository at this point in the history
  6. Add Linky sensors : yesterday + months + years (#23726)

    * Add Linky sensors : yesterday + months + years
    
    - SCAN_INTERVAL to 4 hours
    - Always close_session after getting the data
    - Add username attr
    - Fix not updating Linky sensor when Enedis API fails
    
    * Fix @balloob review: remove monitored_conditions
    Quentame authored and balloob committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    7559e70 View commit details
    Browse the repository at this point in the history
  7. Add attributs and fix lightlevel inconsistency for LightLevel sensor (#…

    …24439)
    
    * Add attributs and fix state level
    
    * Update sensor.py
    
    * Update sensor.py
    cyr-ius authored and balloob committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    a6a3555 View commit details
    Browse the repository at this point in the history
  8. Support ZLO device types to support newer Zigbee devices in ZHA (#24429)

    * Support ZLO device types
    Support the device types that are added in zigpy/zigpy#176
    so newer Zigbee devices can be supported.
    
    * Remove BINARY_SENSOR mappings
    * Add back ON_OFF_LIGHT_SWITCH, DIMMER_SWITCH and COLOR_DIMMABLE_LIGHT
    Since they are target devices I've added them as switch and lights,
    which matches the Zigbee documentation.
    
    * Upgrade to zigpy-homeassistant v0.5.0
    To be able to use the new DeviceTypes
    jurriaan authored and Adminiuga committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    b87c541 View commit details
    Browse the repository at this point in the history
  9. Camera platform for buienradar imagery (#23358)

    * Add camera for buienradar radar
    
    * Use asyncio.Conditions instead of asyncio.Lock
    
    * Add test and fix python 3.5 compatibility
    
    * rename interval to delta for consistency with BOM integration
    
    * fix linting error introduced during rebase
    
    * Improved buienradar.camera documentation and tests
    
      * Incorporated one comment on a redundant/cargo cult function
      * Improved documentation
      * Increase test coverage by fixing one test by making it a coroutine
        (to make it actually run), adding another test case, and changing
        the flow in the implementation.
    
    * style changes after review, additional test case
    
    * Use python 3.5 style mypy type annotations in __init__
    
    * Remove explicit passing of event loop
    
    * Adopt buienradar camera as codeowner
    
    * Update manifest.json
    
    * Update CODEOWNERS through hassfest
    
    Updated CODEOWNERS through hassfest (instead of manually), thanks to
    @balloob for the hint.
    ties authored and balloob committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    0eb3879 View commit details
    Browse the repository at this point in the history
  10. Position is reversed for horizontal awnings (#23257)

    * Position is reversed for awnings
    
    * Changed device class function to use map
    
    * It wanted more linebreak
    
    * Updated defaults
    
    * Shortened line
    
    * space
    kbickar authored and balloob committed Jun 11, 2019
    2 Configuration menu
    Copy the full SHA
    d041c62 View commit details
    Browse the repository at this point in the history
  11. Fix aprs imports (#24485)

    amelchio authored and balloob committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    d7fcb52 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. Version bump for toonapilib to include new API call for fetching ther…

    …mostat states, which was sometimes missing causing errors in the library (#24459)
    reinder83 authored and andrewsayre committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    5698173 View commit details
    Browse the repository at this point in the history
  2. Update hass-nabucasa to 0.14 (#24481)

    * Update hass-nabucasa to 0.14
    
    * Update owner of cloud
    
    * Update codeowners
    balloob committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    06ca04c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24e1a56 View commit details
    Browse the repository at this point in the history
  4. Bump adguardhome to 0.2.1 (#24486)

    Signed-off-by: Franck Nijhof <frenck@addons.community>
    frenck authored and balloob committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    61f4c73 View commit details
    Browse the repository at this point in the history
  5. Fix owntracks source_type for location messages with default trigger (#…

    …24503)
    
    Some location update messages do not contain the 't' (trigger) key. Before the change in 0.94 to
    entity based trackers, these would default to source_type of 'gps' (due to default parameter
    value in async_see method.) To mirror this behavior in the new entity based tracker, the
    source_type property should default to SOURCE_TYPE_GPS under the same conditions.
    pnbruckner authored and balloob committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    b817609 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6badd83 View commit details
    Browse the repository at this point in the history
  7. Bump pyatmo to 2.00 (#24505)

    * Bump pyatmo version to 1.13
    
    * Bump to 2.00
    
    * Fix version number
    cgtobi authored and balloob committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    1efccf2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c328e4 View commit details
    Browse the repository at this point in the history
  9. Migrate HEOS discovery to manifest (#24508)

    * Migrate HEOS discovery to manifest
    
    * Fix tests
    balloob committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    f54ad26 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. Bumping Keenetic NDMS2 client to 0.0.8 (#24469)

    Fixing issue with long strings in Telnet response
    foxel authored and andrewsayre committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    4627d2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc1de31 View commit details
    Browse the repository at this point in the history
  3. Update DelugeClient to 1.7.1 (#24518)

    * Update DelugeClient to 1.7.1 
    
    Due to update of Deluge to 2.0.3
    
    * deluge-client==1.7.1 in requirements_all.txt
    GuyKh authored and Danielhiversen committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    416ff10 View commit details
    Browse the repository at this point in the history
  4. Clean up Alexa smart home code (#24514)

    * Clean up Alexa smart home code
    
    * lint
    
    * Lint
    
    * Lint
    balloob committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    7e2278f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d03a86 View commit details
    Browse the repository at this point in the history
  6. Refactor yeelight code (#22547)

    * Separate yeelight light classes
    
    * Removed not used variable
    
    * Allow to create device right away, when model is declared
    
    * Lint fixes
    
    * Use correct brightness, when nightlight mode is on
    
    * Pylint fix
    
    * Add power property
    
    * Fix imports
    
    * Update homeassistant/components/yeelight/light.py
    
    Co-Authored-By: Teemu R. <tpr@iki.fi>
    
    * Small PR fixes
    
    * Simplify device to yeelight class mapping
    
    * Simplify device initialization code
    
    * Fix comment
    zewelor authored and rytilahti committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    6d3c3ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    08591da View commit details
    Browse the repository at this point in the history
  8. Cloud: allow managing Alexa entities via UI (#24522)

    * Clean up Alexa config
    
    * Cloud: Manage Alexa entities via UI
    
    * Add tests for new cloud APIs
    balloob committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    6c5124e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. WIP Ps4 Convert entity to Async / Fix entity name changing (#24101)

    * Convert ps4 to async
    
    * Init client handler.
    
    * Add PS4_DATA
    
    * Move data class
    
    * add handler
    
    * add import
    
    * Update __init__.py
    
    * Change most functions to async
    
    * bump 0.8.0
    
    * bump 0.8.0
    
    * bump 0.8.0
    
    * Pylint
    
    * whitespace
    
    * Rewrite to use asyncio sockets.
    
    * Remove unneeded log
    
    * Add alias
    
    * Update __init__.py
    
    * Update config_flow.py
    
    * Add alias
    
    * Add search_all method
    
    * Clean up
    
    * whitespace
    
    * change comment
    
    * 0.8.2
    
    * 0.8.2
    
    * 0.8.2
    
    * Pylint
    
    * pylint
    
    * faster updates
    
    * Avoid scheduling update if state is the same.
    
    * Better handling remove search all
    ktnrg45 authored and balloob committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    8951c80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9aeb75f View commit details
    Browse the repository at this point in the history
  3. Improve stability of netatmo sensor (#24190)

    * Improve stability of netatmo sensor
    
    * Improve stability of netatmo sensor
    
    * Improve stability of netatmo sensor
    
    * netatmo, except timeout
    
    * netatmo, except timeout
    
    * netatmo, except timeout
    
    * netatmo, except timeout
    
    * Always release lock
    Danielhiversen committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    b0e6f34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8f5e9b View commit details
    Browse the repository at this point in the history
  5. PS4 bump to 0.8.3 (#24527)

    * 0.8.3
    
    * 0.8.3
    
    * 0.8.3
    
    * add unsubscribe method
    ktnrg45 authored and balloob committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    9a8b945 View commit details
    Browse the repository at this point in the history
  6. Update translations

    balloob committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    92816b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    970b00b View commit details
    Browse the repository at this point in the history
  8. Pyyaml5.1 (#24529)

    BackSlasher authored and balloob committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    50d282f View commit details
    Browse the repository at this point in the history
  9. Added name to sensors (#24525)

    * Added name to sensors
    
    Added name to sensors, should allow for multiple devices.
    
    This should fix #22571 and #21591
    
    * Update sensor.py
    
    Fixed spelling issue, and line too long
    
    * Update sensor.py
    
    Removed _ as it is a friendly name
    cliffordwhansen authored and balloob committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    f9b3ba2 View commit details
    Browse the repository at this point in the history
  10. Update requirement version and add switcher_kis services (#23477)

    * Update aioswitcher requirement to 2019.4.26.
    
    * Removed unnecessary legacy function call.
    
    * Fixed log message capital first letter.
    
    * Replaced None argument with empty dict.
    
    * Replaced guard.
    
    * Added ServiceCallType.
    
    * Added set_auto_off and update_device_name services to the component.
    
    * Added test cases for service calls.
    
    * Conditioned the component services registry with the platform discovery.
    
    * Update homeassistant/components/switcher_kis/__init__.py
    
    Co-Authored-By: TomerFi <tomer.figenblat@gmail.com>
    
    * Update homeassistant/components/switcher_kis/__init__.py
    
    Co-Authored-By: TomerFi <tomer.figenblat@gmail.com>
    
    * Resolved change requests.
    
    * Added ContextType.
    
    * Addes permission verification for service calls.
    
    * Added test cases for permision verification and more.
    
    * Replaced POLICY_CONTROL with the more suited POLICY_EDIT.
    
    * More appropriate function name.
    
    * Added domain and entity_id validation for calling services.
    
    * Removed service for setting the vendor's device name.
    TomerFi authored and balloob committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    fe8a330 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2019

  1. Flux switch (#24542)

    * Updated to pytest
    
    * Additional test case
    Swamp-Ig committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    aa8ddec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9b0f54 View commit details
    Browse the repository at this point in the history
  3. Fix incomfort issue #24478 & bump client (#24548)

    * fix issue #24478 - missing climate entities
    
    * bump client
    zxdavb authored and balloob committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    616301f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b3c740 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c629f24 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2019

  1. Update __init__.py (#24553)

    Fix the broken charging status
    lundan authored and Danielhiversen committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    a0b1b2e View commit details
    Browse the repository at this point in the history
  2. Update ambiclimate library (#24562)

    Danielhiversen authored and fabaff committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    b782ed6 View commit details
    Browse the repository at this point in the history
  3. Misc. ZHA enhancements (#24559)

    * add nwk to device info
    * input bind only cluster support
    * cleanup channel only clusters
    * dirty hack to correct xiaomi vibration sensor
    * exclude remaining remote binary sensors
    * review comments
    * fix comment
    dmulcahey authored and Adminiuga committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    c173a3b View commit details
    Browse the repository at this point in the history
  4. Update pysonos to 0.0.15 (#24565)

    amelchio authored and Danielhiversen committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    1e24855 View commit details
    Browse the repository at this point in the history
  5. Whitelist yeelight predefined effects per device type (#24544)

    * Whitelist yeelight predefined effects per device type
    
    * Fix support color
    zewelor authored and rytilahti committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    08eca4a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Battery attribute & accuracy filter (#24277)

    * Extract const to a const file, Add battery as tracker attribute, add accuracy filter option
    
    * Update homeassistant/components/traccar/device_tracker.py
    
    Co-Authored-By: Otto Winter <otto@otto-winter.com>
    
    * Update homeassistant/components/traccar/device_tracker.py
    
    Co-Authored-By: Otto Winter <otto@otto-winter.com>
    
    * Update homeassistant/components/traccar/device_tracker.py
    
    Use [] syntax for keys that are in the validated data.
    
    Co-Authored-By: Otto Winter <otto@otto-winter.com>
    
    * Fix indentation
    GoNzCiD authored and ludeeus committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    ddeb6b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05bb645 View commit details
    Browse the repository at this point in the history
  3. Bump androidtv to 0.0.16 (#24576)

    * Bump androidtv to 0.0.16
    
    * Bump androidtv to 0.0.16
    JeffLIrion authored and balloob committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    d2022ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a13c47 View commit details
    Browse the repository at this point in the history
  5. SMA sensor: Add optional path (#24558)

    kellerza authored and balloob committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    5615574 View commit details
    Browse the repository at this point in the history
  6. Fix geniushub issue #24530 (via a client bump) & handle edge cases (#…

    …24546)
    
    * bump client library to workaround #24530
    
    * bump client library to workaround #24530 2/2
    
    * bump client library to workaround #24530
    
    * bump client library to workaround #24530 2/2
    
    * bugfix: ghost devices cause TypeError: 'NoneType' object is not subscriptable
    
    * bugfix: broken HW zones cause AttributeError: 'GeniusZone' object has no attribute 'temperature'
    
    * delint
    zxdavb authored and balloob committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    ffce593 View commit details
    Browse the repository at this point in the history
  7. Add sensitivity and sensitvity_max attributs for binary sensor (#24438)

    * Add sensitivity ans sensitvity_max attributs for binary sensor
    
    * Update binary_sensor.py
    
    * Update binary_sensor.py
    
    * Update binary_sensor.py
    
    * Update binary_sensor.py
    cyr-ius authored and balloob committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    5ab1996 View commit details
    Browse the repository at this point in the history
  8. Cloud: Add Alexa report state (#24536)

    * Cloud: Add Alexa report state
    
    * Lint
    
    * Lint
    
    * Only track state changes when we are logged in
    balloob committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    a02b69d View commit details
    Browse the repository at this point in the history
  9. Added toggle service to covers (#23198)

    * Added toggle service to cover
    
    * Added toggle tilt service and tilt closed property
    
    * Added is_tilt_closed so tilt can be toggled
    
    * Added toggle services
    
    * Added toggle tilt service
    
    * Removed spaces
    
    * Added tests for tilt services
    
    * Updated tests
    
    * Added range conversion in comparison
    
    * Added tests to cover broken areas
    
    * Fixed open/close tilt values and added toggle function
    
    * Added default toggle behavior using tilt_position of 0, reverted other changes
    
    * blank space
    
    * Added constants and swapped assert comparisons
    
    * Fixed attribute name
    
    * Added mqtt responses in test
    
    * Added constants
    
    * Space
    
    * Fix tilt_optimistic flag being ignored if status topic set
    
    * Added more tests
    
    * Changed async toggle call
    
    * Updated group tilt test
    
    * Updated format of asserts
    
    * Updated states calls
    
    * Updated function variables
    
    * merge fixes
    
    * Added blank line
    
    * Changed calls to async
    
    * More async updates
    kbickar authored and balloob committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    7564d1f View commit details
    Browse the repository at this point in the history
  10. Added invert_percent configuration for zwave rollershutter (#23101)

    * Added invert_percent configuration for zwave rollershutter
    
    * Added invert_percent configuration for zwave rollershutter
    
    * Fix typo in zwave default configuration
    tommasomarchionni authored and balloob committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    cb5426c View commit details
    Browse the repository at this point in the history
  11. Add code_arm_required to manual alarm with MQTT (#22641)

    * add code_arm_requited to manual-mqtt alarm
    
    * Add fix for alarm front end more-info-alarm_control_panel
    
    * Fix code mistake
    Kevin Cooper authored and balloob committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    f722a6c View commit details
    Browse the repository at this point in the history
  12. Add code_arm_required to manual alarm (#22618)

    * Add code_arm_required to manual alarm
    
    * Add fix for alarm front end more-info-alarm_control_panel
    Kevin Cooper authored and balloob committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    1460f7b View commit details
    Browse the repository at this point in the history
  13. Add source selection to Samsung TV media player (#22612)

    * add source selection
    
    * return generic list
    
    * remove useless timeout
    
    * Fix test
    
    * Add test for select_source
    
    * Add negative source test
    
    * Change order
    
    * Arghhh
    
    * Add hass object
    
    * Simplify source list
    
    Co-Authored-By: escoand <escoand@users.noreply.github.com>
    escoand authored and balloob committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    7300888 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Configuration menu
    Copy the full SHA
    f3e4e8d View commit details
    Browse the repository at this point in the history
  2. Adds integration for Plaato Airlock (#23727)

    * Adds integration for Plaato Airlock
    
    * Updates codeowners and coveragerc
    
    * Fixes lint errors
    
    * Fixers lint check error
    
    * Removed sv translation file
    
    * Adds en translation file
    
    * Sets config flow to true in manifest
    
    * Moves config flow and domain to seperate files
    
    * Fixes lint errors
    
    * Runs hassfest to regenerate config_flows.py
    
    * Adds should poll property and fixes for loop
    
    * Only log a warning when webhook data was broken
    
    * Fixes static test failure
    
    * Moves state update from async_update to state prop
    
    * Unsubscribes the dispatch signal listener
    
    * Update sensor.py
    JohNan authored and balloob committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    266b3bc View commit details
    Browse the repository at this point in the history
  3. Fix honeywell issue #18932 (#24402)

    * change us-based default temps to Fahrenheit
    
    * update CODEOWNERS
    
    * update CODEOWNERS
    
    * tweak docstring
    
    * tweak docstring
    
    * Coerce Fahrenheit Temps to int
    zxdavb authored and balloob committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    2e848c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76549be View commit details
    Browse the repository at this point in the history
  5. Better pairing for Xiaomi devices in ZHA (#24564)

    * better xiaomi pairing
    * cleanup.
    dmulcahey authored and Adminiuga committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    227b8bd View commit details
    Browse the repository at this point in the history
  6. ESPHome config flow only connect when needed (#24593)

    * ESPHome config flow only connect when needed
    
    * Lint
    OttoWinter committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    e669e1e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee5540f View commit details
    Browse the repository at this point in the history
  8. Add ESPHome event generation and user-defined service array support (#…

    …24595)
    
    * Add ESPHome event generation and user-defined service array support
    
    * Comments
    
    * Lint
    OttoWinter committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    024ce0e View commit details
    Browse the repository at this point in the history
  9. Fix validator for lcn.send_keys service (#24580)

    * Fix validator for lcn.send_keys service
    
    * Removed lowercase table names from send_keys and lock_keys validators
    
    * Revert lowercase regex.
    
    * Fixed table name regex.
    alengwenus authored and balloob committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    d22c3f1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3760264 View commit details
    Browse the repository at this point in the history
  11. Update translations

    balloob committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    ca70b96 View commit details
    Browse the repository at this point in the history
  12. Cloud: Make sure on_connect forwards platform only once (#24582)

    * Make sure on_connect forwards platform only once
    
    * Make sure right handler
    balloob committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    f382be4 View commit details
    Browse the repository at this point in the history
  13. Add config entry for Met.no (#24608)

    * Add config entry for Met.no
    
    * Fixed tests
    bachya committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    a89c8ee View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Configuration menu
    Copy the full SHA
    6d9f1b3 View commit details
    Browse the repository at this point in the history
  2. Update pysonos to 0.0.16 (#24607)

    amelchio authored and pvizeli committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    08e2959 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9413b5a View commit details
    Browse the repository at this point in the history
  4. Queensland bushfire alert feed platform (#24473)

    * initial version of qfes bushfire geolocation platform
    
    * removed all occurrences of legally protected names; using new georss library
    
    * regenerated codeowners
    
    * fixed pylint
    
    * added one more valid category
    
    * moved library import to top and ran isort
    exxamalte authored and cgarwood committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    03bb3d9 View commit details
    Browse the repository at this point in the history
  5. Fixed issue #24335 (#24612)

    Swamp-Ig authored and balloob committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    d63c44f View commit details
    Browse the repository at this point in the history
  6. Add incomfort sensor and binary_sensor (#23812)

    * Initial commit - add sensors to incomfort
    
    * improve temp heuristics
    
    * remove self._hass
    
    * device_state_attributes shoudln't be None
    
    * bump client
    
    * refactor to reduce duplication of attributes
    
    * refactor binary_sensor to simplify
    
    * refactor binary_sensor to simplify 2
    
    * delint
    
    * fix rebase regression
    
    * small refactor
    
    * delint
    
    * remove DEVICE_CLASS for CV pressure
    
    * tidy up exception handling
    
    * delint
    
    * fix exception handling
    
    * use differnt icon for boiler temp
    zxdavb authored and balloob committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    c1d441b View commit details
    Browse the repository at this point in the history
  7. Add support for opencv wheels (#24620)

    pvizeli authored and balloob committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    21c96fa View commit details
    Browse the repository at this point in the history
  8. tellstick: Add socat to package dependencies (#24531)

    Otherwise the tellstick component will fail when used with a
    remote host running tellcore-net.
    
    Fixes #24113
    torarnv authored and balloob committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    f5da0e3 View commit details
    Browse the repository at this point in the history
  9. Tolerance configuration for dlib_face_identify (#24497)

    * Adding tolerance configuration support for dlib_face_identify component
    
    * Fix tolerance parameter
    
    * Fix static-check
    
    * Fix flake8 check
    
    * Fix circleci tests
    
    * Changes for improve maintainability
    
    * Change type of confidence option
    gonzalezcalleja authored and balloob committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    dbc4f28 View commit details
    Browse the repository at this point in the history
  10. Fix sending update when not logged in (#24624)

    * Fix sending update when not logged in
    
    * Fix test
    balloob committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    4e066f4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    55997c7 View commit details
    Browse the repository at this point in the history
  12. Add weather alert sensor to meteo france component (#23128)

    * Quick & Dirty weather alert integration
    
    * Add attributes in weather alert sensor.
    
    * MeteoFranceUpdate returns dept to init the alert watcher
    
    * add rain forecast to weather attribute
    
    * Add checks when no weather alert data are available
    
    * Improve date and state when online source is unreachable
    
    * update to take into account new API of vigilancemeteo 3.0.0
    
    * Clean local patchs and put requirements in manfiest.json
    
    * Use only one proxy for weather alerts to avoid too much HTTP requests
    
    * linting and comments style corrections
    
    * Add error catching and debug logging
    
    * Correction following PR checklist
    
     * Add code owners
     * Update requirements_all.txt
    
    * Comment style
    
    * Update CODEOWNERS after rebaseline with dev branch
    
    * update requirements_all.txt
    oncleben31 authored and balloob committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    6ea92f8 View commit details
    Browse the repository at this point in the history
  13. Set up Met during onboarding (#24622)

    * Set up Met during onboarding
    
    * Lint
    
    * Add pyMetNo to test reqs
    balloob committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    f2962a0 View commit details
    Browse the repository at this point in the history
  14. Added ELV PCA 301 smart emeter switch (#23300)

    * added pca
    
    * removed req from py
    
    * try to fix codeowners
    
    * redo req
    
    * ran codeowners
    
    * processed comments
    
    * fix style
    
    * fix style
    
    * fix style
    
    * Set availalbe to False when communication fails.
    majuss authored and balloob committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    14752ba View commit details
    Browse the repository at this point in the history
  15. Add missing init file

    balloob committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    114af8e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    96af0cf View commit details
    Browse the repository at this point in the history
  17. Update translations

    balloob committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    c5d443a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    76537a7 View commit details
    Browse the repository at this point in the history
  19. Bumped version to 0.95.0b0

    balloob committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    8623294 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Configuration menu
    Copy the full SHA
    8f92898 View commit details
    Browse the repository at this point in the history
  2. Vlc telnet (#24290)

    * Vlc telnet first commit
    
    First functional version, remains to add more functionality.
    
    * New functions added and bugfixes
    
    * Compliance with dev checklist
    
    * Compliance with dev checklist
    
    * Compliance with pydocstyle
    
    * Removed unused import
    
    * Fixed wrong reference for exception
    
    * Module renamed
    
    * Fixed module rename in other
    
    * Fixed wrong reference for exception
    
    
    Module renamed
    
    
    Fixed module rename in other
    
    * Update homeassistant/components/vlc_telnet/media_player.py
    
    Accepted suggestion by @OttoWinter
    
    Co-Authored-By: Otto Winter <otto@otto-winter.com>
    
    * Update homeassistant/components/vlc_telnet/media_player.py
    
    Accepted suggestion by @OttoWinter
    
    Co-Authored-By: Otto Winter <otto@otto-winter.com>
    
    * Update homeassistant/components/vlc_telnet/media_player.py
    
    Accepted suggestion by @OttoWinter
    
    Co-Authored-By: Otto Winter <otto@otto-winter.com>
    
    * Update homeassistant/components/vlc_telnet/media_player.py
    
    Accepted suggestion by @OttoWinter
    
    Co-Authored-By: Otto Winter <otto@otto-winter.com>
    
    * Suggestions by @OttoWinter
    
    +Manage error when the VLC dissapears to show status unavailable.
    
    * Removed error log, instead set unavailable state
    
    * Changes suggested by @pvizeli
    
    -Import location
    -Use of constants
    
    * Implemented available method
    
    * Improved available method
    rodripf authored and balloob committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    b899dd5 View commit details
    Browse the repository at this point in the history
  3. Fix device tracker see for entity registry entities (#24633)

    * Add a test for see service gaurd
    
    * Guard from seeing devices part of entity registry
    
    * Await registry task early
    
    * Lint
    
    * Correct comment
    
    * Clean up wait for registry
    
    * Fix spelling
    
    Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io>
    
    * Fix spelling
    
    Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io>
    MartinHjelmare and balloob committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    d527e2c View commit details
    Browse the repository at this point in the history
  4. Bump ZHA dependencies. (#24637)

    Adminiuga authored and balloob committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    d5edbb4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79b1061 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da12cea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d4cab60 View commit details
    Browse the repository at this point in the history
  8. Bump pysmartthings (#24659)

    andrewsayre authored and balloob committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    a868685 View commit details
    Browse the repository at this point in the history
  9. Prefere binary with wheels (#24669)

    pvizeli authored and balloob committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    198432f View commit details
    Browse the repository at this point in the history
  10. Bumped version to 0.95.0b1

    balloob committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    1761a71 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7f169e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Configuration menu
    Copy the full SHA
    9b09632 View commit details
    Browse the repository at this point in the history
  2. Allow extra js modules to be included in frontend (#24675)

    * Add extra_module_url and extra_module_url_es5 to frontend options
    
    * Address review comments
    thomasloven authored and balloob committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    23722dc View commit details
    Browse the repository at this point in the history
  3. Fix time expression parsing (#24696)

    amelchio authored and balloob committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    fb0cb43 View commit details
    Browse the repository at this point in the history
  4. ZHA fix device type mappings (#24699)

    dmulcahey authored and balloob committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    9c85ba5 View commit details
    Browse the repository at this point in the history
  5. Bump version pyatmo to 2.0.1 (#24703)

    cgtobi authored and balloob committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    4a81496 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14b6212 View commit details
    Browse the repository at this point in the history
  7. Update ZHA dependencies (#24718)

    * update deps and remove legacy constants bridge
    
    * run deps script and fix test import
    dmulcahey authored and balloob committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    48e9742 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2c5080e View commit details
    Browse the repository at this point in the history
  9. Bumped version to 0.95.0b2

    balloob committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    75ec855 View commit details
    Browse the repository at this point in the history
  10. Save cached logi_circle tokens in config folder (#24726)

    Instead of the working directory, which it's doing currently. Matches pattern observed on Abode, Ring, Skybell integrations.
    evanjd authored and balloob committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    3423138 View commit details
    Browse the repository at this point in the history
  11. Update ZHA dependencies. (#24736)

    Adminiuga authored and balloob committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    82cad58 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ec777a8 View commit details
    Browse the repository at this point in the history
  13. Update pysonos to 0.0.17 (#24740)

    amelchio authored and balloob committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    f71d431 View commit details
    Browse the repository at this point in the history
  14. Bumped version to 0.95.0b3

    balloob committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    d699a55 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Configuration menu
    Copy the full SHA
    0f5c9b4 View commit details
    Browse the repository at this point in the history
  2. Clean up Google Config (#24663)

    * Clean up Google Config
    
    * Lint
    
    * pylint
    
    * pylint2
    balloob committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    327fe63 View commit details
    Browse the repository at this point in the history
  3. Fix locative device update (#24744)

    * Add a test for two devices
    
    * Fix locative updating all devices
    
    * Add a guard clause that checks if correct device is passed.
    MartinHjelmare authored and balloob committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    8830054 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    510d6d7 View commit details
    Browse the repository at this point in the history
  5. Bumped version to 0.95.0b4

    balloob committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    87712b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Configuration menu
    Copy the full SHA
    5d2f97d View commit details
    Browse the repository at this point in the history
  2. Bump pyatmo to v2.1.0 (#24724)

    cgtobi authored and balloob committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    b47b555 View commit details
    Browse the repository at this point in the history
  3. Handle timeouts gracefully (#24752)

    cgtobi authored and balloob committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    ca4c6ff View commit details
    Browse the repository at this point in the history
  4. Update Waze route dependency to 0.10 (#24754)

    * Update manifest.json
    
    Update waze calculator to 0.10, this was supposed to have been done in #22428 but was missed. See discussion [here](https://community.home-assistant.io/t/waze-travel-time-update/50955/201)
    
    * Update requirements_all.txt
    johntdyer authored and balloob committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    9205334 View commit details
    Browse the repository at this point in the history
  5. Ignore duplicate tradfri discovery (#24759)

    * Ignore duplicate tradfri discovery
    
    * Update name
    balloob committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    760b62e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5fe8a43 View commit details
    Browse the repository at this point in the history
  7. Bumped version to 0.95.0

    balloob committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    5f37852 View commit details
    Browse the repository at this point in the history