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
Joakim Sørensen
1ebc420c75
Bump frontend to 20200805.0 ( #38557 )
2020-08-05 14:59:33 +02:00
Pascal Vizeli
c291d4aa7d
Intelligent timeout handler for setup/bootstrap ( #38329 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
Co-authored-by: J. Nick Koston <nick@koston.org >
2020-08-05 14:58:19 +02:00
Aidan Timson
caca762088
OVO Energy Integration ( #36104 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2020-08-05 14:38:29 +02:00
Steffen Zimmermann
b50f3103fe
Bump python-wiffi to 1.0.1 ( #38556 )
...
fix missing exception asyncio.IncompleteReadError
2020-08-05 13:41:56 +02:00
Maciej Bieniek
8258dcf41d
Add device_info property and simplify generation of unique_id for Airly integration ( #38479 )
2020-08-05 12:55:14 +02:00
Maciej Bieniek
56f8ced267
Add device_info property for AccuWeather integration ( #38480 )
2020-08-05 12:50:34 +02:00
Maciej Bieniek
d47900473e
Add device_info to GIOS integration ( #38503 )
2020-08-05 12:47:33 +02:00
J. Nick Koston
a91f5b7192
Prevent ping integration from blocking startup ( #38504 )
2020-08-05 12:43:35 +02:00
Kevin Fronczak
3fdec7946c
Blink auth flow improvement and mini camera support ( #38027 )
2020-08-05 12:21:14 +02:00
chewbh
3fc5f9deb8
Add Xiaomi Aqara wireless and light switches (2020 model) ( #37985 )
2020-08-05 12:15:19 +02:00
Peter Nijssen
c0c30bb1cc
Update pyrainbird to 0.4.2 ( #38542 )
2020-08-05 11:42:34 +02:00
dependabot[bot]
74ba209f06
Bump actions/upload-artifact from v2.1.2 to v2.1.3 ( #38552 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from v2.1.2 to v2.1.3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2.1.2...268d7547644ab8a9d0c1163299e59a1f5d93f39b )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-05 11:32:53 +02:00
Pedro Lamas
e422274085
Use IP Address (host) provided by mDNS on Elgato Key Light ( #38539 )
2020-08-05 11:26:17 +02:00
A C++ MaNong
5b234b80e8
Keep webostv source list when TV is off ( #38250 )
...
* keep source list when TV is off
* remove source_list reset as the method ends here
2020-08-05 11:01:12 +02:00
J. Nick Koston
7b728b17f7
Add missing timeout to command_line platforms: cover, notify, switch ( #38497 )
...
* Add missing timeout to command_line platforms: cover, notify, switch
* add timeout test for notify
2020-08-04 17:00:02 -10:00