Franck Nijhof
d24b02646e
Merge pull request #38332 from home-assistant/rc
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: Phil Bruckner <pnbruckner@gmail.com >
Co-authored-by: Joakim Plate <elupus@ecce.se >
Co-authored-by: Jeroen Van den Keybus <jeroen.vandenkeybus@gmail.com >
Co-authored-by: Mister Wil <1091741+MisterWil@users.noreply.github.com >
Co-authored-by: Greg Dowling <pavoni@users.noreply.github.com >
Co-authored-by: Marcio Granzotto Rodrigues <oscensores@gmail.com >
Co-authored-by: Teemu R <tpr@iki.fi >
Co-authored-by: Kyle Hendricks <kylehendricks@users.noreply.github.com >
0.113.2
2020-07-28 20:24:28 +02:00
Franck Nijhof
60cab62da5
Revert "Make rfxtrx RfyDevices have sun automation switches ( #38210 )"
...
This reverts commit ee0c32cbb7 .
2020-07-28 20:05:31 +02:00
Franck Nijhof
612e27b5ff
Bumped version to 0.113.2
2020-07-28 19:37:50 +02:00
Franck Nijhof
d9953a8c2f
Remove AdGuard version check ( #38326 )
2020-07-28 19:32:14 +02:00
J. Nick Koston
e984e0d414
Add debug logging for when a chain of tasks blocks startup ( #38311 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-07-28 19:32:11 +02:00
Kyle Hendricks
f8fbe8dba3
Fix issue with certain Samsung TVs repeatedly showing auth dialog ( #38308 )
...
Through some testing with the samsungtvws library, it was determined
that the issue is related to the short read timeout (1s). Increasing
the timeout to 10s should solve the issue.
2020-07-28 19:32:08 +02:00
J. Nick Koston
b8d6b20c96
Prevent speedtest from blocking startup or causing other intergations to fail setup ( #38305 )
...
When speedtest starts up, it would saturate the network interface and cause other
integrations to randomly fail to setup. We now wait to do the first speed test
until after the started event is fired.
2020-07-28 19:32:05 +02:00
Teemu R
c4038c8652
Bump python-miio to 0.5.3 ( #38300 )
2020-07-28 19:32:01 +02:00
Marcio Granzotto Rodrigues
b5a64b3752
Fix #38289 issue with xboxapi lib ( #38293 )
2020-07-28 19:31:56 +02:00
J. Nick Koston
bd1336cbdf
Prevent onvif from blocking startup ( #38256 )
2020-07-28 19:31:51 +02:00
Greg Dowling
8768fe1652
Don't set up callbacks until entity is created. ( #38251 )
2020-07-28 19:09:36 +02:00
J. Nick Koston
37e029b2c1
Improve setup retry logic to handle inconsistent powerview hub availability ( #38249 )
2020-07-28 19:09:33 +02:00
Mister Wil
c55c415933
Fix Skybell useragent ( #38245 )
2020-07-28 19:09:30 +02:00
Phil Bruckner
293db61b32
Fix parallel script containing repeat or choose action with max_runs > 10 ( #38243 )
2020-07-28 19:09:25 +02:00
Phil Bruckner
bdab437574
Fix repeat action when variables present ( #38237 )
2020-07-28 18:58:10 +02:00
Jeroen Van den Keybus
e89c475856
Fix detection of zones 2 and 3 in Onkyo/Pioneer amplifiers ( #38234 )
2020-07-28 18:31:06 +02:00
Joakim Plate
ee0c32cbb7
Make rfxtrx RfyDevices have sun automation switches ( #38210 )
...
* RfyDevices have sun automation
* We must accept sun automation commands for switch
* Add test for Rfy sun automation
2020-07-28 18:31:03 +02:00
J. Nick Koston
2e89ec24f7
Ignore harmony hubs ips that are already configured during ssdp discovery ( #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.
2020-07-28 18:30:59 +02:00
J. Nick Koston
b82e64d9cb
Bump tesla-powerwall to 0.2.12 to handle powerwall firmware 1.48+ ( #38180 )
2020-07-28 18:30:56 +02:00
Phil Bruckner
61fa572068
Stop automation runs when turned off or reloaded ( #38174 )
...
* Add automation turn off / reload test
* Stop automation runs when turned off or reloaded
2020-07-28 18:30:53 +02:00
J. Nick Koston
7f2a2ed23b
Bump netdisco to 2.8.1 ( #38173 )
...
* Bump netdisco to 2.8.1
* bump ssdp
2020-07-28 18:30:49 +02:00
Franck Nijhof
79b1c3f573
Merge pull request #38176 from home-assistant/rc
0.113.1
2020-07-24 22:20:36 +02:00
Franck Nijhof
46dd245560
Bumped version to 0.113.1
2020-07-24 21:57:56 +02:00
Aaron Bach
bbf36d1a36
Remove leftover print statement ( #38163 )
2020-07-24 21:54:08 +02:00
Philipp Schmitt
ad74d42b15
Fix Nuki Locks and Openers not being available after some time ( #38159 )
2020-07-24 21:54:05 +02:00
Franck Nijhof
953963c95b
Fix incorrect mesurement in Toon for meter low ( #38149 )
2020-07-24 21:54:02 +02:00
Heiko Rothe
650f2babf9
Fix Xbox Live integration ( #38146 )
...
* 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
2020-07-24 21:53:59 +02:00
J. Nick Koston
979dafd0a7
Log which task is blocking startup when debug logging is on ( #38134 )
...
* Log which task is blocking startup when debug logging for homeassistant.core is on
* test needs to go one level deeper now
2020-07-24 21:53:55 +02:00
Phil Bruckner
24b8545ebe
Fix script repeat variable lifetime ( #38124 )
2020-07-24 21:53:52 +02:00
Joakim Sørensen
bf8bfa6321
Fix text error when getting getting external IP in route53 ( #38100 )
2020-07-24 21:53:49 +02:00
Aaron Bach
7fe5fee124
Fix SimpliSafe to work with new MFA ( #38097 )
...
* Fix SimpliSafe to work with new MFA
* Code review (part 1)
* Input needed from Martin
* Code review
* Code review
* Restore YAML
* Tests
* Code review
* Remove JSON patching in tests
* Add reauth test
* One more reauth test
* Don't abuse the word "conf"
* Update homeassistant/components/simplisafe/config_flow.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Test coverage
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-07-24 21:53:45 +02:00
J. Nick Koston
3e7ada2056
Prevent the zeroconf service browser from terminating when a device without any addresses is discovered. ( #38094 )
2020-07-24 21:53:40 +02:00
Jeff Irion
7ad75493ff
Bump androidtv to 0.0.46 ( #38090 )
2020-07-24 21:53:37 +02:00
Andrew Sayre
71048545fa
Bump pysmartthings to v0.7.2 ( #38086 )
2020-07-24 21:53:34 +02:00
Paulus Schoutsen
49f59007df
Fix route53 depending on broken package ( #38079 )
2020-07-24 21:53:30 +02:00
Rob Bierbooms
80b0c10a38
Fix issue with creation of PT2262 devices in rfxtrx integration ( #38074 )
2020-07-24 21:53:26 +02:00
Dubh Ad
81b95f4050
Update discord.py to v1.3.4 for API change ( #38060 )
2020-07-24 21:45:17 +02:00
Franck Nijhof
c9380d4972
Merge pull request #38065 from home-assistant/rc
0.113.0
2020-07-22 17:45:03 +02:00
Franck Nijhof
c505bf2df2
Bumped version to 0.113.0
2020-07-22 15:48:28 +02:00
Joakim Plate
dfd956b083
Fix rfxtrx stop after first non light ( #38057 )
2020-07-22 15:44:16 +02:00
Paulus Schoutsen
a50cf1d00a
Add MQTT to constraints file ( #38049 )
2020-07-22 15:36:25 +02:00
Alexei Chetroi
6617d676e5
ZHA dependencies bump bellows to 0.18.0 ( #38043 )
2020-07-22 15:36:22 +02:00
Erik Montnemery
9f12226b2b
Use keywords for MQTT birth and will ( #38040 )
2020-07-22 15:36:19 +02:00
Erik Montnemery
d8d48b0a21
Correct arguments to MQTT will_set ( #38036 )
2020-07-22 15:36:16 +02:00
Daniel Shokouhi
0cd8dce9df
Check if robot has boundaries to update ( #38030 )
2020-07-22 15:36:13 +02:00
Jesse Newland
34751fcd86
Fix notify.slack service calls using data_template ( #37980 )
2020-07-22 15:36:10 +02:00
Tom Harris
b003d9675c
Fix issue with Insteon events not firing correctly ( #37974 )
2020-07-22 15:36:06 +02:00
michaeldavie
98dd56eed5
Make nested get() statements safe ( #37965 )
2020-07-22 15:36:02 +02:00
Joakim Plate
66e490e55f
Rfxtrx fixup restore ( #38039 )
2020-07-22 15:27:04 +02:00
Paulus Schoutsen
0b32caa71f
Bumped version to 0.113.0b3
0.113.0b3
2020-07-20 00:35:25 +00:00