-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
0.114.0 #38785
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
Conversation
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
* Log which task is blocking startup when debug logging for homeassistant.core is on * test needs to go one level deeper now
* Write device_id to ConfigEntry * Rework based on review comment * Add hass add job * Cleanup
* Asyncify startup and event handling * Adjust linting error * Must use the thread safe add_job function * Switch to correct async function
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Bump python-slugify to 4.0.1 * Dummy commit to re-trigger tests
* Fix Xbox Live component The API moved to a different domain, so the integration was broken. The library upgrade contains the required fixes. * Fix API connectivity check * Access dict values directly
#38137) * Gracefully handle API errors and timeouts through available state * Gracefully handle API errors and timeouts through available state
* Initial commit * Fix strings * Fix unit system * Add config_flow tests * Simplify tests * More tests * Update comment * Fix pylint error * Run gen_requirements_all * Fix pyline error * Round precipitation and precipitation probability * Bump backend library * Bump backend library * Add undo update listener on unload * Add translation key for invalid_api_key * Remove entity_registry_enabled_default property * Suggested change * Bump library
Added support for new 2020 version of the Aqara D1 double wall switch (lumi.remote.b286acn02) Confirmed that all button press events use the same codes after updating deconz rest api to add support for this switch. A contributor of the API currently has the working version @ git clone --branch Legrand-teleruptor https://github.com/Smanar/deconz-rest-plugin.git
* Ensure all track time change tests mock a specific start time * make sure tests calling async_track_utc_time_change fire time in utc
* Enable Homekit remote support for devices without play/pause * linting * Update tests * code review * code review
* Bump netdisco to 2.8.1 * bump ssdp
…very (#38181) We would connect to the hub via discovery and via setup around the same time. This put additional load on the hub which can increase the risk of timeouts.
* Add automation turn off / reload test * Stop automation runs when turned off or reloaded
* Support multiple camera stream in HomeKit * Update homeassistant/components/homekit/type_cameras.py Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io> * Revert "Update homeassistant/components/homekit/type_cameras.py" This reverts commit d7624c5. * Update homeassistant/components/homekit/type_cameras.py Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io> * Update homeassistant/components/homekit/type_cameras.py Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io> * black * bump pyhap Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
* Make sure import flow completely replace existing config * Make sure added device contain correct config data * Revert change to directly run init
* Add "doors_tailgate_open" and "average_speed" to resource list * Bump volvooncall from 0.8.7 to 0.8.12 * Bump volvooncall in requirements_all.txt
* default duration to 1/10th of a second * update test
Exceptions in threads were being silently discarded and never logged as the new in python 3.8 threading.excepthook was not being set.
* Fix lastest version in update for Supervisor enabled installs * Fix updater tests
Hi @dependabot[bot], It seems you haven't yet signed a CLA. Please do so here. Once you do that we will be able to review and accept this pull request. Thanks! |
balloob
approved these changes
Aug 12, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cla-needed
core
integration: accuweather
merging-to-master
This PR is merging into the master branch and should probably change the branch to `dev`.
new-integration
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.
~ Kent Beck