8000 0.114.0 by frenck · Pull Request #38785 · home-assistant/core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Merged
merged 364 commits into from
Aug 12, 2020
Merged

0.114.0 #38785

merged 364 commits into from
Aug 12, 2020

Conversation

frenck
Copy link
Member
@frenck frenck commented Aug 12, 2020

“Make it work, make it right, make it fast.”

~ Kent Beck

bdraco and others added 30 commits July 23, 2020 20:03
* 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
)

* Add binary sensor support to motion sensors and smoke detectors

* Add support for new sensor events as binary sensors

Adds a default device_class for motion sensors and smoke detector

* Use device type instead of event to set class

* Add some additional binary values
* 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
@probot-home-assistant probot-home-assistant bot added core integration: accuweather merging-to-master This PR is merging into the master branch and should probably change the branch to `dev`. new-integration labels Aug 12, 2020
@homeassistant
Copy link
Contributor

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!

@probot-home-assistant
Copy link

Hey there @bieniu, mind taking a look at this pull request as its been labeled with an integration (accuweather) you are listed as a codeowner for? Thanks!
(message by CodeOwnersMention)

@frenck frenck self-assigned this Aug 12, 2020
@frenck frenck marked this pull request as ready for review August 12, 2020 10:50
@frenck frenck merged commit 8eb6f29 into master 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0