Paulus Schoutsen
517159dc4e
Merge remote-tracking branch 'origin/master' into rc
2020-06-08 11:17:27 -07:00
Franck Nijhof
482661f82c
Fix mobile_app registering/update sensor values with an unknown state ( #36566 )
2020-06-08 10:14:40 -07:00
Franck Nijhof
609d202c4d
Fix WLED power and brightness with WLED 0.10+ ( #36529 )
2020-06-07 17:24:43 -07:00
Erik Montnemery
c987ca735e
Bump pychromecast to 6.0.0 ( #36414 )
...
* Revert "Prevent race in pychromecast.start_discovery (#36350 )"
This reverts commit 391983a0cf .
* Adapt to pychromecast 6.0.0
2020-06-07 17:24:40 -07:00
Paulus Schoutsen
4b1761ccb5
Use builtin mock ( #36473 )
2020-06-05 15:12:50 -07:00
Alexei Chetroi
85ee0a1a3a
Process events from ZHA Window Covering Remote ( #36489 )
2020-06-05 14:34:11 -07:00
J. Nick Koston
ca511cb06c
Upgrade zeroconf to 0.27.1 ( #36277 )
2020-06-05 14:34:06 -07:00
Paulus Schoutsen
0a779ac64c
Add partial mobile app sensor validation ( #36433 )
2020-06-05 12:43:18 -07:00
Paulus Schoutsen
c7da4d77ce
Add partial mobile app sensor validation ( #36433 )
2020-06-04 10:02:40 -07:00
Andre Lengwenus
2b5bb8dac0
Cover group considers opening and closing states ( #36203 )
2020-06-03 18:44:04 +02:00
Austin Mroczek
98a056f7a9
Notify user if arming or disarming totalconnect alarm fails ( #36085 )
2020-06-03 18:38:31 +02:00
jjlawren
9aac8482d5
Remove deprecated Plex YAML config ( #36388 )
2020-06-03 09:20:21 -07:00
uvjustin
660265fe50
Swap title and album name for streams in forked_daapd ( #36381 )
2020-06-03 09:51:15 -06:00
Franck Nijhof
0950ab0dd8
Fix dynamically add/remove WLED strip segments ( #36407 )
2020-06-03 17:18:50 +02:00
Maciej Bieniek
465b98513b
Add config flow to Dune HD ( #36345 )
...
* Add config_flow to the dunehd integration
* Add tests
* Run gen_requirements_all
* Fix pylint error
* Better hostname validation
* Build device info in the class
2020-06-03 07:01:56 -05:00
Robert Van Gorkom
fcef259021
Prefer use cloud url for oauth2 for Withings ( #36348 )
2020-06-03 12:40:46 +02:00
Boris Kaplounovsky
2f6ffe7068
Fix json overwriting if you have >1 PS4 connected ( #35778 )
2020-06-02 17:55:55 -07:00
Markus Bong
e94228fddf
Use show_advanced_options in devolo home control ( #35360 )
2020-06-02 17:52:36 -07:00
Franck Nijhof
d2e6b863b7
Upgrade wled 0.4.1 ( #36091 )
2020-06-03 02:29:49 +02:00
J. Nick Koston
eedbb86b67
Fix flapping buienradar tests ( #36394 )
2020-06-02 18:54:58 -05:00
Brynley McDonald
5d6a563ac7
Implement Google Assistant media traits ( #35803 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-06-02 16:20:59 -07:00
J. Nick Koston
5f4fdaa171
Remove zeroconf options from homekit ( #35687 )
...
* Remove zeroconf options from homekit
homekit uses the system shared zeroconf instance which
made the interface choice option controlled by the
zeroconf integration setting.
* change to cv.deprecated
* adj
* fix remaining tests from original merge conflict
* remove invalidation_version
2020-06-02 17:47:39 -05:00
jjlawren
44d7169642
Fix flaky Plex test ( #36391 )
2020-06-02 17:37:10 -05:00
J. Nick Koston
578d4a9b6a
Make the frontend available sooner (Part 1 of 2) ( #36263 )
...
* Part 1 of 2 (no breaking changes in part 1).
When integrations configured via the UI block startup or fail to start,
the webserver can remain offline which make it is impossible
to recover without manually changing files in
.storage since the UI is not available.
This change is the foundation that part 2 will build on
and enable a listener to start the webserver when the frontend
is finished loading.
Frontend Changes (home-assistant/frontend#6068 )
* Address review comments
* bump timeout to 1800s, adjust comment
* bump timeout to 4h
* remove timeout failsafe
* and the test
2020-06-02 13:54:11 -05:00
Robert Svensson
770b622a6e
Axis - Add device class property to binary sensors ( #36384 )
...
* Add device class property to binary sensors
* Update tests
2020-06-02 20:12:19 +02:00
Robert Svensson
37f7d262d7
Change deCONZ sensor device classes ( #36352 )
...
* Change vibration type to vibration instead of motion
* Also replace icon and unit of measurement
2020-06-02 16:17:21 +02:00
Robert Svensson
a3865fb383
UniFi - Increase time to mark UniFi devices as away ( #36366 )
2020-06-02 10:35:27 +02:00
Franck Nijhof
e6fe34e64d
Migrate automation to use describe_event for logbook ( #36356 )
2020-06-01 17:18:40 -07:00
Paulus Schoutsen
2b42d77f58
Fix flaky media player test ( #36358 )
2020-06-01 18:19:12 -05:00
Robert Svensson
a6e9a312a3
deCONZ - Don't send off signals to light if already off ( #36357 )
2020-06-02 00:20:52 +02:00
Franck Nijhof
1883b1d2a2
Add config reloaded events for automation and scene ( #34664 )
2020-06-01 15:19:00 -07:00
Robert Svensson
07469127ce
deCONZ - Add support for max/min mireds ( #36355 )
...
* Add support for max/min mireds reported per light from deconz .77
* Bump dependency
2020-06-01 23:48:18 +02:00
Erik Montnemery
391983a0cf
Prevent race in pychromecast.start_discovery ( #36350 )
...
* Workaround for race in pychromecast
* Fix tests
2020-06-01 23:25:06 +02:00
Paulus Schoutsen
acbffb511d
Fix base_url extract stack ( #36331 )
...
* Fix base_url extract stack
* Fix tests
2020-06-01 11:44:45 -07:00
Robert Svensson
cf6043fc2d
Support Axis stream profile and configuring it through options flow ( #36322 )
...
* Support stream profile and configuring it through options flow
* Options flow test
* Allow configuration of not using a stream profile
* Shorten default stream profile string
2020-06-01 18:45:38 +02:00
Brynley McDonald
47706dac1a
Implement google_assistant ModesTrait for input_select ( #36313 )
2020-06-01 09:40:47 -07:00
J. Nick Koston
1c663dc179
Mark homekit accessories unavailable if the underlying entity is unavailable ( #35685 )
...
* Mark homekit accessories unavailable if the underlying entity is unavailable.
* bump pyhap to 2.9.0
* bump hap
* Update homeassistant/components/homekit/accessories.py
Co-authored-by: Franck Nijhof <git@frenck.dev >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2020-06-01 10:11:48 -05:00
J. Nick Koston
141c4c2f33
Fix various flapping tests that are missing block_till_done ( #36346 )
...
* Add missing async_block_till_done to various tests
* Add missing async_block_till_done to various tests
2020-06-01 10:11:09 -05:00
Paulus Schoutsen
e30893ed80
Add block_till_done to buienradar test ( #36332 )
2020-06-01 00:24:16 -07:00
Paulus Schoutsen
276f3afb00
Do async_setup_platform in background ( #36244 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2020-05-31 22:18:30 -07:00
Robert Svensson
01d9366299
Improve Axis integration ( #36205 )
...
* Improve configuration
* Read new properties for basic device information
Improve tests by mocking less improving stability of tests
* Clean up in device tests
* Support new port management api
* Improve initializing data
* Bump dependency to v28
2020-05-31 20:00:15 +02:00
Paulus Schoutsen
2a86d52dba
Alexa media player only include equalizer if supported sound mode ( #36285 )
2020-05-30 21:42:40 -07:00
Quentame
1855c91988
Use CONF_CLIENT_ID & CONF_CLIENT_SECRET from homeassistant.const ( #36233 )
...
* Use CONF_CLIENT_ID & CONF_CLIENT_SECRET from homeassistant.const
* Fix pylint
* Use in tests
* Search for "client_id"
* Fix tests
* Fix test
* Fix test
2020-05-30 17:27:20 +02:00
Fredrik Erlandsson
efec62d98e
Add KEY_HOSTNAME for Daikin zeroconf ( #36253 )
...
* Add KEY_HOSTNAME for Daikin zeroconf
* Update tests and use CONF_HOST as hostname
2020-05-30 09:50:18 +02:00
Paulus Schoutsen
86582ad1ba
Fix lint on sonarr
2020-05-29 17:32:14 -07:00
Chris Talkington
940249f45e
Refactor Sonarr Integration ( #33859 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-05-29 17:08:05 -07:00
Pascal Vizeli
ed014e3c96
Revert "Ensure frontend is available if integrations fail to start - Part 1 of 2 ( #36093 )" ( #36251 )
...
This reverts commit fbe7b4ddfa .
2020-05-29 10:18:39 +02:00
J. Nick Koston
fbe7b4ddfa
Ensure frontend is available if integrations fail to start - Part 1 of 2 ( #36093 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-05-28 21:09:07 -07:00
Fredrik Erlandsson
e1fd14e00a
Add support for zeroconf for Daikin ( #35769 )
2020-05-28 18:30:01 -05:00
Erik Montnemery
093d797c3b
Correct MQTT device trigger reconfiguration with same topic ( #36234 )
2020-05-28 15:52:34 -07:00