Jc2k
12da814470
Bump aiohomekit to 0.2.54 ( #42532 )
2020-10-29 00:06:01 +01:00
Aaron Bach
e61e8fafee
Add options flow to RainMachine ( #42241 )
...
* Add options flow to RainMachine
* Linting
2020-10-28 15:52:42 -06:00
David Noren
aef80263cd
Recollect waste multi day ( #41853 )
...
* Add a "next day" attribute for recollect_waste
* Add a "next_day" attribute for recollect_waste
* Added "next day" capability to recollect_waste
* Add a "next_day" attribute for recollect_waste
* Add better try/catch for recollect_waste
2020-10-28 15:37:37 -06:00
Michael
36b1756816
Add update available binary sensor to synology_dsm ( #42378 )
...
* 'update available' binary-sensor
* make black compliant
* add available() to SynoDSMUpgradeBinarySensor
* correct spacing
* Correct usage of _with_upgrade
Co-authored-by: Quentame <polletquentin74@me.com>
2020-10-28 20:56:18 +01:00
Guido Schmitz
c480284861
Remove listener on async_unload_entry in devolo Home Control ( #42520 )
2020-10-28 20:54:57 +01:00
springstan
a967f689c7
Remove unnecessary instances of dict.keys() ( #42518 )
2020-10-28 20:43:48 +01:00
Adam Cooper
6e43d489ca
Implement minor Colorfix alterations ( #42521 )
...
* Added logic to ensure one of ATTR_URL or ATTR_PATH is provided using cv, updated tests to reflect this
* Added missing explicit None returns
2020-10-28 20:36:10 +01:00
Greg Dowling
0860ce4099
Tidy after adding group services to roon media player ( #42512 )
...
* Tidy after adding roon group services.
* Fix missed changes.
2020-10-28 17:32:23 +01:00
Paulus Schoutsen
21e9e7c5c2
Default legacy templates to true ( #42511 )
...
* Default legacy templates to true
* Disable legacy_templates in tests
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-10-28 16:58:16 +01:00
J. Nick Koston
94219c2266
Ensure the oauth2 token is refreshed before it is expired ( #42487 )
...
The current implementation assumed clocks were in sync and did
not account for the time it took to refresh the token. A 20
second buffer has been added to ensure that the token is refreshed
before it expires as OAuth2Session.valid_token would assume the
token was still good even though the remote would reject it
and would not refresh because it was not time yet.
2020-10-28 07:47:54 -05:00
springstan
4e28ae8e3a
Use common strings in life360 config flow ( #42375 )
...
* Use common strings for life360 config flow
* Address feedback comments
* Keep two space indentation
* Fix indentation hopefully
2020-10-28 13:29:28 +01:00
springstan
989ab5029a
Use dict.values() when appropriate ( #42509 )
2020-10-28 11:59:07 +01:00
scheric
9545fce55b
Use common strings in Dexcom config flow ( #41767 )
...
* add strings
* remove unused
* revert change
* already_configured_account->already_configured
2020-10-28 11:03:33 +01:00
Sören
0d0cccea7e
Bump avea to 1.5 ( #42495 )
2020-10-28 11:02:03 +01:00
Franck Nijhof
a99c6f0a7b
Upgrade debugpy to 1.1.0 ( #42506 )
2020-10-28 10:49:58 +01:00
Angelo Gagliano
d42bdcfc2a
Move async_add_entities back to event loop for tplink component ( #42454 )
2020-10-28 09:51:53 +01:00
Paulus Schoutsen
e21e28e49f
Fix string representation of template result wrappers ( #42494 )
2020-10-28 09:11:08 +01:00
Maikel Punie
ce51286c53
Bump python-velbus to 2.1.1 ( #42414 )
...
* Bump to python-velbus 2.1.0
* bump to 2.1.1
2020-10-27 21:06:09 -05:00
ollo69
c4b3cf0788
Update tuyaha to 0.0.8 and adapt code ( #41375 )
2020-10-27 20:26:18 -05:00
J. Nick Koston
2858a90d5c
Start homekit bridges with asyncio.gather ( #42498 )
2020-10-27 19:58:07 -05:00
J. Nick Koston
3c8c5a814b
Fix somfy device recreation on update ( #42462 )
...
* Fix somfy device recreation on update
If all devices are assumed state, only update every hour
to ensure the token is refreshed
* pylint
2020-10-27 19:57:22 -05:00
David Bonnes
ca0caabce1
Remove zxdavb from honeywell codeowners ( #42491 )
2020-10-27 19:49:25 -05:00
HomeAssistant Azure
7a06af53ef
[ci skip] Translation update
2020-10-28 00:03:38 +00:00
Erik Montnemery
8800b83283
Fix race in Tasmota discovery ( #42492 )
2020-10-27 23:24:54 +01:00
Paulus Schoutsen
d4efa938dd
Improve mqtt test ( #42490 )
2020-10-27 23:22:59 +01:00
Erik Montnemery
f0b676607d
Bump hatasmota to 0.0.24 ( #42472 )
2020-10-27 23:01:13 +01:00
Bram Kragten
5cf7d8395d
Update frontend to 20201021.3 ( #42486 )
2020-10-27 23:00:39 +01:00
Paulus Schoutsen
e797c28b4a
Bump cryptography to 3.2 ( #42489 )
2020-10-27 22:59:49 +01:00
Paulus Schoutsen
711b7d4605
Make result wrappers more robust ( #42488 )
2020-10-27 22:51:58 +01:00
Adam Cooper
4bf8850131
Add color_extractor service ( #42129 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-10-27 22:22:09 +01:00
J. Nick Koston
5ca4b4cd0f
Set the translations cache under the lock ( #42470 )
2020-10-27 22:02:38 +01:00
Greg Dowling
30a3fe69bc
Add platform services to Roon media player to allow grouping, ungrouping and transfer between players ( #42133 )
2020-10-27 21:50:20 +01:00
springstan
e8ec9b5b40
Use common strings in openuv config flow ( #42480 )
2020-10-27 13:04:01 -06:00
Simone Chemelli
6a67d29a28
Bump fritzconnection from 1.2.0 to 1.3.4 ( #40508 )
...
* Bump fritzconnection from 1.2.0 to 1.3.4
* Updated requirements
* Update other integrations
2020-10-27 16:34:08 +01:00
Allen Porter
8caa177ba1
Add Nest cam support for the SDM API ( #42325 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-10-27 15:20:01 +01:00
Paulus Schoutsen
b6df411115
Fix initial state of pi4ioe ( #42459 )
2020-10-27 15:08:56 +01:00
Tsvi Mostovicz
bbbe64f1aa
Fix DLNA DMR media receiver when using Python 3.9 ( #42430 )
2020-10-27 14:56:45 +01:00
Quentame
6776b1ddd7
Fix DSM Surveillance Station when only home mode is enabled ( #42456 )
2020-10-27 14:50:20 +01:00
Xiaonan Shen
f23fcfcd9b
Fix yeelight connection issue ( #40251 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-10-27 14:47:11 +01:00
epenet
08342a1e05
Move onewire entity classes to separate module ( #42445 )
2020-10-27 14:34:25 +01:00
Paulus Schoutsen
b2598d2241
Use async functions for Somfy ( #42448 )
2020-10-27 14:08:32 +01:00
Pascal Vizeli
f91cd25e57
Fix hassio-version ( #42449 )
2020-10-27 11:04:11 +01:00
Angelo Gagliano
34283ac283
Add retry for unavailable static tplink devices after HA starts ( #42247 )
2020-10-27 10:02:16 +01:00
João Gabriel
b45ac5159d
Add device info default values to Panasonic Viera ( #42441 )
2020-10-27 09:03:07 +01:00
J. Nick Koston
df25feab37
Convert somfy to use DataUpdateCoordinator ( #42434 )
2020-10-26 23:42:12 -05:00
epenet
f3a15eab6e
Discover onewire devices at startup ( #42410 )
2020-10-26 23:36:51 -05:00
springstan
5f3384fc8a
Add elevation to base strings for config flows ( #42377 )
2020-10-26 23:30:20 -05:00
springstan
caa378d7aa
Add mode to base strings for config flows ( #42373 )
2020-10-26 23:29:49 -05:00
rajlaud
67269659f7
Improve Squeezebox media browser performance ( #42439 )
...
* Bump pysqueezebox version to better handle large libraries for media browser
* Merge changes into requirements
2020-10-26 23:12:03 -05:00
J. Nick Koston
9e3d9af8e9
Set device class for lutron_caseta cover ( #42436 )
...
Since only shades are supported by the current code
always set to DEVICE_CLASS_SHADE
2020-10-26 20:43:04 -05:00