Paulus Schoutsen
076227acbe
Merge pull request #52043 from home-assistant/rc
2021.6.6
2021-06-20 22:37:31 -07:00
Paulus Schoutsen
34f266bfa6
Bumped version to 2021.6.6
2021-06-20 21:49:17 -07:00
jjlawren
0d351e4a0e
Catch unexpected battery update payloads on Sonos ( #52040 )
2021-06-20 21:49:12 -07:00
Paulus Schoutsen
79cfd444d9
Fix double subscriptions for local push notifications ( #52039 )
2021-06-20 21:49:11 -07:00
Maciej Bieniek
67699e3c1f
Fix AccuWeather sensors updates ( #52031 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-06-20 21:49:10 -07:00
Fredrik Erlandsson
47560006b8
Bump pydaikin to 2.4.3 ( #51926 )
2021-06-20 21:49:09 -07:00
Rob Bierbooms
d6fd41bd03
Bump pyRFXtrx to 0.27.0 ( #51911 )
...
* Bump version
* Fix test
2021-06-20 21:49:08 -07:00
djtimca
c8e678a2c6
Add Omnilogic switch defaults for max_speed and min_speed ( #51889 )
2021-06-20 21:49:08 -07:00
Konstantin Antselovich
398fca3b9d
Fix whois expiration date ( #51868 )
2021-06-20 21:49:07 -07:00
Franck Nijhof
f2bc69a653
Merge pull request #51902 from home-assistant/rc
2021.6.5
2021-06-15 20:37:40 +02:00
Franck Nijhof
fcb2c26a24
Bumped version to 2021.6.5
2021-06-15 19:45:33 +02:00
Ludovico de Nittis
ee7a2b29ad
Bump pyialarm to 1.9.0 ( #51804 )
2021-06-15 19:44:48 +02:00
Joakim Sørensen
dcc7bc10e8
Add httpcore with version 0.13.3 ( #51799 )
2021-06-15 19:44:45 +02:00
Fredrik Erlandsson
8f34d1cf32
Bump pydaikin, fix airbase issues ( #51797 )
2021-06-15 19:44:42 +02:00
Ron Klinkien
fcc66139f8
Replace garminconnect_aio with garminconnect_ha ( #51730 )
...
* Fixed config_flow for multiple account creation
* Replaced python package to fix multiple accounts
* Replaced python package to fix multiple accounts
* Implemented config entries user
* Config entries user
* Fixed test code config flow
* Fixed patch
2021-06-15 19:44:35 +02:00
Paulus Schoutsen
2535f5c155
Merge pull request #51768 from home-assistant/rc
2021.6.4
2021-06-11 22:18:37 -07:00
Paulus Schoutsen
97e36cd3c4
Bumped version to 2021.6.4
2021-06-11 21:42:27 -07:00
J. Nick Koston
548e847453
Fix race condition in samsungtv turn off ( #51716 )
...
- The state would flip flop if the update happened before the TV had fully shutdown
2021-06-11 21:42:15 -07:00
J. Nick Koston
60b89101e5
Ensure samsungtv reloads after reauth ( #51714 )
...
* Ensure samsungtv reloads after reauth
- Fixes a case of I/O in the event loop
* Ensure config entry is reloaded
2021-06-11 21:42:14 -07:00
Pawel
90d28e911c
Fix Onvif get_time_zone from device ( #51620 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-06-11 21:42:13 -07:00
Maciej Bieniek
cfea8a9ad1
Do not configure Shelly config entry created by custom component ( #51616 )
2021-06-11 21:42:12 -07:00
blastoise186
880fe82337
Reduce ovo_energy polling rate to be less aggressive ( #51613 )
...
* Reduce polling rate to be less aggressive
The current polling rate is too aggressive for the purpose, this commit reduces it to 12 hours to play nice with OVO.
* tweak polling to hourly
2021-06-11 21:42:11 -07:00
jjlawren
3a5f51ed7d
Handle missing section ID for Plex clips ( #51598 )
2021-06-11 21:42:10 -07:00
jjlawren
cca1b426bb
Fix Sonos battery sensors on S1 firmware ( #51585 )
2021-06-11 21:42:09 -07:00
Paulus Schoutsen
e5028d285c
Merge pull request #51595 from home-assistant/rc
2021.6.3
2021-06-07 14:47:50 -07:00
Paulus Schoutsen
6b38480caf
Bumped version to 2021.6.3
2021-06-07 14:15:39 -07:00
Erik Montnemery
4dd875199f
Fix deprecated value_template for MQTT light ( #51587 )
2021-06-07 14:15:31 -07:00
Pascal Vizeli
70f4907414
Update builder to 2021.06.2 ( #51582 )
2021-06-07 14:15:30 -07:00
jjlawren
bd24431930
Fix Sonos restore calls ( #51565 )
2021-06-07 14:15:29 -07:00
J. Nick Koston
03f10333c4
Increase isy setup timeout to 60s ( #51559 )
...
- Ensure errors are displayed in the UI
2021-06-07 14:15:28 -07:00
stephan192
619e37b600
Bump dwdwfsapi to 1.0.4 ( #51556 )
2021-06-07 14:15:27 -07:00
Ron Klinkien
5016fd9fa8
Fix garmin_connect config flow multiple account creation ( #51542 )
2021-06-07 14:15:27 -07:00
Aaron Bach
45d94c7fc8
Bump aiorecollect to 1.0.5 ( #51538 )
2021-06-07 14:15:26 -07:00
J. Nick Koston
b807b8754b
Ensure host is always set with samsungtv SSDP discovery ( #51527 )
...
There was a case where self._host could have been None
before _async_set_unique_id_from_udn was called
Fixes #51186
2021-06-07 14:15:25 -07:00
Malte Franken
8818df0663
Improve log message when zone missing in geolocation trigger ( #51522 )
...
* log warning message if zone cannot be found
* improve log message
* add test case
2021-06-07 14:15:24 -07:00
Ludovico de Nittis
b06558fa0a
Bump pyialarm to 1.8.1 ( #51519 )
2021-06-07 14:15:23 -07:00
Ron Klinkien
b21076c599
Bump garminconnect_aio to 0.1.4 ( #51507 )
2021-06-07 14:15:22 -07:00
Daniel Hjelseth Høyer
ed68a268ad
Fix missing Tibber power production ( #51505 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net >
2021-06-07 14:15:22 -07:00
J. Nick Koston
89db8d4519
Handle missing options in foreign_key for MSSQL ( #51503 )
2021-06-07 14:15:21 -07:00
Aidan Timson
96ade688d5
AsusWRT fix keyerror when firmver is missing from info ( #51499 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-06-07 14:15:20 -07:00
J. Nick Koston
703b088f86
Fix loop in tod binary sensor ( #51491 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-06-07 14:15:19 -07:00
Felipe Martins Diel
0f3b73e75f
Use a single job to ping all devices in the Broadlink integration ( #51466 )
2021-06-07 14:15:18 -07:00
Paulus Schoutsen
1da9ac38e8
Merge pull request #51488 from home-assistant/rc
2021.6.2
2021-06-04 10:50:36 -07:00
Paulus Schoutsen
eb2f5c28a9
Bumped version to 2021.6.2
2021-06-04 10:07:09 -07:00
Paulus Schoutsen
f5dd838409
Protect our user agent ( #51486 )
...
* Protect our user agent
* Fix expected error
2021-06-04 10:07:05 -07:00
Franck Nijhof
8f741e0c6f
Upgrade elgato to 2.1.1 ( #51483 )
2021-06-04 10:07:04 -07:00
Simone Chemelli
6dcde1b2a6
Improve logging for SamsungTV ( #51477 )
2021-06-04 10:07:03 -07:00
Aidan Timson
d9c6c3719c
Bump aiolyric to 1.0.7 ( #51473 )
2021-06-04 10:07:03 -07:00
Matthias Alphart
e10a4c2a91
Update xknx to version 0.18.4 ( #51459 )
2021-06-04 10:07:02 -07:00
Matthias Alphart
c8655c8e37
xknx 0.18.3 ( #51277 )
2021-06-04 10:07:01 -07:00