Franck Nijhof
8eb6f29c53
Merge pull request #38785 from home-assistant/rc
0.114.0
2020-08-12 12:52:23 +02:00
Franck Nijhof
e3f10f977b
Bumped version to 0.114.0
2020-08-12 10:58:46 +02:00
Alexei Chetroi
f33d120ebf
Bump up ZHA dependencies ( #38775 )
2020-08-12 10:58:14 +02:00
Franck Nijhof
c0730a519a
Fix lastest version in updater for Supervisor enabled installs ( #38773 )
...
* Fix lastest version in update for Supervisor enabled installs
* Fix updater tests
2020-08-12 10:58:09 +02:00
David F. Mulcahey
e60e82c424
Bump ZHA quirks lib to 0.0.43 ( #38762 )
2020-08-12 10:58:04 +02:00
Joakim Sørensen
7722bb05bc
Bump frontend to 20200811.0 ( #38760 )
2020-08-12 10:58:00 +02:00
etheralm
d1e6fce652
Bump dyson upstream library version ( #38756 )
2020-08-12 10:57:57 +02:00
J. Nick Koston
eada72e2e1
Install a threading.excepthook on python 3.8 and later ( #38741 )
...
Exceptions in threads were being silently discarded and never
logged as the new in python 3.8 threading.excepthook was not
being set.
2020-08-12 10:57:53 +02:00
David F. Mulcahey
48617534e9
Make default duration 1/10th of a second for ZHA light calls ( #38739 )
...
* default duration to 1/10th of a second
* update test
2020-08-12 10:57:50 +02:00
Andrew Sayre
6717e67352
Bump pysmartthings 0.7.3 ( #38732 )
2020-08-12 10:57:46 +02:00
Pascal Vizeli
57e99af9ec
Add scikit-build to installed env ( #38726 )
2020-08-12 10:57:43 +02:00
Paulus Schoutsen
db646141c6
Add scan_tag webhook to mobile app ( #38721 )
2020-08-12 10:57:39 +02:00
Paulus Schoutsen
e3335eea00
Bumped version to 0.114.0b4
0.114.0b4
2020-08-10 12:49:12 +00:00
Pascal Vizeli
e8587408ae
Update base image 8.2.1 ( #38716 )
2020-08-10 12:49:04 +00:00
Paulus Schoutsen
7f0c97fad8
Bump updater timeout ( #38690 )
2020-08-10 12:49:03 +00:00
Paulus Schoutsen
c0be9aca48
Bumped version to 0.114.0b3
0.114.0b3
2020-08-09 11:30:45 +00:00
On Freund
cb51a00c37
Bump pyvolumio to 0.1.1 ( #38685 )
2020-08-09 11:30:38 +00:00
Aaron Bach
6f5884805e
Fix missing data for Guardian "AP enabled" binary sensor ( #38681 )
2020-08-09 11:30:37 +00:00
J. Nick Koston
65450d8518
Update aiohomekit to handle homekit devices that do not send format ( #38679 )
2020-08-09 11:30:36 +00:00
J. Nick Koston
f1e3023d44
Ensure shared zeroconf is passed to homekit controller devices ( #38678 )
2020-08-09 11:30:36 +00:00
Alejandro Rivera
aa4e879e1a
Fix rest_command UnboundLocalError in exception handling ( #38656 )
...
```
2020-08-07 22:38:10 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.3903193064] local variable 'response' referenced before assignment
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/rest_command/__init__.py", line 115, in async_service_handler
async with getattr(websession, method)(
File "/usr/local/lib/python3.8/site-packages/aiohttp/client.py", line 1012, in __aenter__
self._resp = await self._coro
File "/usr/local/lib/python3.8/site-packages/aiohttp/client.py", line 582, in _request
break
File "/usr/local/lib/python3.8/site-packages/aiohttp/helpers.py", line 586, in __exit__
raise asyncio.TimeoutError from None
asyncio.exceptions.TimeoutError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 125, in handle_call_service
await hass.services.async_call(
File "/usr/src/homeassistant/homeassistant/core.py", line 1281, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1316, in _execute_service
await handler.func(service_call)
File "/usr/src/homeassistant/homeassistant/components/rest_command/__init__.py", line 137, in async_service_handler
_LOGGER.warning("Timeout call %s", response.url, exc_info=1)
UnboundLocalError: local variable 'response' referenced before assignment
```
2020-08-09 11:30:35 +00:00
Chris Talkington
43961dc36b
Fix AccuWeather async timeout ( #38654 )
2020-08-09 11:30:34 +00:00
Aaron Bach
24c3cbfff9
Bump regenmaschine to 2.1.0 ( #38649 )
2020-08-09 11:30:33 +00:00
Ole-Martin Heggen
95ffe12264
Fix url in seventeentrack delivered notification ( #38646 )
2020-08-09 11:30:33 +00:00
Franck Nijhof
eac5619001
Remove tf-models-official from wheels builder ( #38637 )
2020-08-09 11:30:32 +00:00
Joakim Sørensen
ab9df350fd
Update frontend to 20200807.1 ( #38626 )
2020-08-09 11:30:32 +00:00
starkillerOG
a58a67923b
Fix xiaomi_aqara discovery ( #38622 )
2020-08-09 11:30:31 +00:00
Thomas Hollstegge
a92bc562d3
Make sure groups are initialized before template sensors ( #37766 )
...
* Make sure groups are initialized before template sensors
This way users may use the `expand` function in templates to expand
groups and have HA listen for changes to group members.
Fixes #35872
* Patch async_setup_platform instead of async_setup
* Cleanup
* Use an event to avoid sleep
* Update tests/components/template/test_sensor.py
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@koston.org >
2020-08-09 11:30:30 +00:00
Paulus Schoutsen
214bc81d02
Fix lint
2020-08-07 10:02:10 +00:00
Paulus Schoutsen
b626368b6a
Bumped version to 0.114.0b2
0.114.0b2
2020-08-07 08:45:05 +00:00
J. Nick Koston
30e1ff83b9
Ensure doorbird does not block startup ( #38619 )
2020-08-07 08:44:53 +00:00
Austin Drummond
6e31a2e67d
Expose video doorbell button state to HomeKit ( #38617 )
2020-08-07 08:44:52 +00:00
Pascal Vizeli
64749a0f85
Bump OpenCV 4.3.0 and Numpy 1.19.1 ( #38616 )
2020-08-07 08:44:31 +00:00
Paulus Schoutsen
6baded622b
Handle unavailable input_select in Google Assistant ( #38611 )
2020-08-07 08:44:07 +00:00
J. Nick Koston
790a136c0a
Ensure homekit pairing barcode is usable on dark themes ( #38609 )
2020-08-07 08:44:07 +00:00
Pascal Vizeli
4fc56cec1c
V2 timeout for async_add_entities ( #38601 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2020-08-07 08:44:06 +00:00
Aidan Timson
93cdd4dbf3
Improve the OVO Energy integration ( #38598 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-08-07 08:43:41 +00:00
Jason Hunter
f0f112ff42
Upgrade to TensorFlow 2 ( #38384 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2020-08-07 08:42:37 +00:00
Paulus Schoutsen
ec14bf215a
Bumped version to 0.114.0b1
0.114.0b1
2020-08-06 10:58:06 +00:00
Paulus Schoutsen
9713b5806f
Do not print warning when command line switch queries off ( #38591 )
2020-08-06 10:57:59 +00:00
Pascal Vizeli
e287c9cf08
Revert "Add a timeout for async_add_entities ( #38474 )" ( #38584 )
...
This reverts commit 7590af3930 .
2020-08-06 10:57:58 +00:00
Martin Hjelmare
a25f1cc6c3
Fix missing rfxtrx strings ( #38570 )
...
* Fix missing rfxtrx strings
* Clean
2020-08-06 10:57:57 +00:00
Erik Montnemery
5bdeb46c12
Suppress MQTT discovery updates without changes ( #38568 )
2020-08-06 10:57:57 +00:00
Quentame
187f47233c
Remove Linky integration ( #38565 )
2020-08-06 10:57:56 +00:00
starkillerOG
e43fb649a4
Improve Xioami Aqara zeroconf discovery handling ( #37469 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-08-06 10:57:55 +00:00
Franck Nijhof
485752a033
Bumped version to 0.114.0b0
0.114.0b0
2020-08-05 20:32:53 +02:00
Markus Bong
6c5bcbfc3e
Add devolo light devices ( #37366 )
2020-08-05 18:16:21 +02:00
J. Nick Koston
7590af3930
Add a timeout for async_add_entities ( #38474 )
2020-08-05 18:06:21 +02:00
Bram Kragten
d66ddeb69e
Allow to set default dark theme and persist frontend default themes ( #38548 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2020-08-05 17:42:23 +02:00
J. Nick Koston
d0d0403664
Add zeroconf/homekit/ssdp discovery support for custom components ( #38466 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-08-05 15:50:56 +02:00