Paulus Schoutsen
b5548c57fb
Merge pull request #49139 from home-assistant/rc
2021.4.4
2021-04-12 17:45:38 -07:00
Paulus Schoutsen
e5281051a3
Bumped version to 2021.4.4
2021-04-13 00:10:42 +00:00
jjlawren
346ae78a8e
Check all endpoints for zwave_js.climate hvac_action ( #49115 )
2021-04-13 00:09:51 +00:00
Unai
b5650bdd52
Upgrade maxcube-api to 0.4.2 ( #49106 )
...
Upgrade to maxcube-api 0.4.2 to fix pending issues in HA 2021.4.x:
- Interpret correctly S command error responses (https://github.com/home-assistant/core/issues/49075 )
- Support application timezone configuration (https://github.com/home-assistant/core/issues/49076 )
2021-04-13 00:09:50 +00:00
J. Nick Koston
bf28268732
Downgrade logger message about homekit id missing ( #49079 )
...
This can happen if the TXT record is received after the PTR record and
should not generate a warning since it will get processed later
2021-04-13 00:09:49 +00:00
Kevin Worrel
4eb794ae84
Catch unknown equipment values ( #49073 )
...
* Catch unknown equipment values
* Catch unknown equipment values
* Remove warning spam.
2021-04-13 00:09:48 +00:00
Jan Bouwhuis
21b5551506
mqtt fan percentage to speed_range and received speed_state fix ( #49060 )
...
* percentage to speed_range and get speed state fix
* Update homeassistant/components/mqtt/fan.py
* Update homeassistant/components/mqtt/fan.py
* Update homeassistant/components/mqtt/fan.py
* Update homeassistant/components/mqtt/fan.py
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-04-13 00:07:27 +00:00
Erik Montnemery
e0131f726f
Quote media_source paths ( #49054 )
...
* Quote path in async_sign_path
* Address review comments, add tests
* Update tests/testing_config/media/Epic Sax Guy 10 Hours.mp4
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-04-13 00:07:27 +00:00
Erik Montnemery
e685b1a1e3
Fix cast options flow overwriting data ( #49051 )
2021-04-13 00:07:26 +00:00
J. Nick Koston
0d00e49dfc
Bump aiohomekit to 0.2.61 ( #49044 )
2021-04-13 00:07:25 +00:00
Chris Talkington
36e08e770b
Resolve potential roku setup memory leaks ( #49025 )
...
* resolve potential roku setup memory leaks
* Update __init__.py
2021-04-13 00:07:24 +00:00
Franck Nijhof
e3b3d136d8
Fix use search instead of match to filter logs ( #49017 )
2021-04-13 00:07:23 +00:00
Joakim Plate
0a5a5ff053
Bump ha-philipsjs to 2.7.0 ( #49008 )
...
This has some improvements to not consider the TV
off due to some exceptions that is related to API
being buggy rather than off.
2021-04-13 00:07:22 +00:00
Shay Levy
0bb7592fab
Fix Shelly brightness offset ( #49007 )
2021-04-13 00:07:21 +00:00
Aidan Timson
d081ac8d4a
Set Lyric hold time to use local time instead of utc ( #48994 )
2021-04-13 00:07:20 +00:00
J. Nick Koston
b96e0e69f2
Bump nexia to 0.9.6 ( #48982 )
...
- Now returns None when a humidity sensor cannot be read instead of throwing an exception
2021-04-13 00:07:20 +00:00
Erik Montnemery
82cca8fb1c
Move cast config flow tests to test_config_flow ( #48362 )
2021-04-13 00:07:19 +00:00
Matt Zimmerman
a9602e7a08
Update python-smarttub to 0.0.23 ( #48978 )
2021.4.3
2021-04-10 03:38:13 +00:00
Matt Zimmerman
c08ae64085
Update python-smarttub to 0.0.23 ( #48978 )
2021-04-10 03:37:10 +00:00
Paulus Schoutsen
01e558430a
Merge pull request #48977 from home-assistant/rc
2021-04-09 20:35:34 -07:00
Paulus Schoutsen
31b061e8f1
Bumped version to 2021.4.3
2021-04-10 00:30:34 +00:00
Shay Levy
4ca40367d1
Fix Shelly button device triggers ( #48974 )
2021-04-10 00:30:24 +00:00
J. Nick Koston
12da88cae9
Prevent ping id allocation conflict with device_tracker ( #48969 )
...
* Prevent ping id allocation conflict with device_tracker
- Solves id conflict resulting unexpected home state
* Update homeassistant/components/ping/device_tracker.py
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2021-04-10 00:30:23 +00:00
Paulus Schoutsen
0520ce5ed3
Fix config forwarding ( #48967 )
2021-04-10 00:30:22 +00:00
Guido Schmitz
995e22d3bb
Bump devolo Home Control to support old websocket-client versions again ( #48960 )
2021-04-10 00:30:21 +00:00
Jan Bouwhuis
6296d78e58
Implement percentage_step and preset_mode is not not speed fix for MQTT fan ( #48951 )
2021-04-10 00:30:20 +00:00
Joakim Sørensen
2c7fd30029
Add TTS engines in config.components ( #48939 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-04-10 00:30:20 +00:00
Paulus Schoutsen
7b7cfd71de
Merge pull request #48954 from home-assistant/rc
2021.4.2
2021-04-09 12:03:40 -07:00
Bram Kragten
d5d9a5ff11
Update frontend to 20210407.3 ( #48957 )
2021-04-09 18:53:45 +00:00
Paulus Schoutsen
3f744bcbef
Bumped version to 2021.4.2
2021-04-09 17:39:03 +00:00
jjlawren
92746aa60c
Fix Plex live TV handling ( #48953 )
2021-04-09 17:38:54 +00:00
Ph-Wagner
4da77b9768
Extend Google Cast media source URL expiry to 24h ( #48937 )
...
* Extend media source URL expiry to 12h
closes #46280
After checking out https://github.com/home-assistant/core/pull/48912 I just think why not.
* Update homeassistant/components/cast/media_player.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2021-04-09 17:38:53 +00:00
David F. Mulcahey
b800bb0202
Bump ZHA quirks library ( #48931 )
2021-04-09 17:38:52 +00:00
Tobias Sauerwein
b41e611cb5
Bump pykodi to 0.2.5 ( #48930 )
2021-04-09 17:38:52 +00:00
Philip Allgaier
ee78c9b08a
Fix "notify.events" trim() issue + add initial tests ( #48928 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-04-09 17:38:51 +00:00
Joakim Sørensen
29bb6d76f1
Change discovery timeout from 10 to 60 ( #48924 )
2021-04-09 17:38:50 +00:00
Joakim Sørensen
38a1c65ab7
Handle exceptions when looking for new version ( #48922 )
2021-04-09 17:38:49 +00:00
Tobias Sauerwein
1ca087b4d0
Bump pykodi to 0.2.4 ( #48913 )
2021-04-09 17:38:48 +00:00
Erik Montnemery
1f21b19eae
Extend media source URL expiry to 24h ( #48912 )
2021-04-09 17:38:47 +00:00
Milan Meulemans
6746fbadef
Catch expected errors and log them in rituals perfume genie ( #48870 )
...
* Add update error logging
* Move try available to else
* Remove TimeoutError
2021-04-09 17:38:46 +00:00
Hans Kröner
41fe8b9494
Account for openweathermap 'dew_point' not always being present ( #48826 )
2021-04-09 17:38:45 +00:00
Paulus Schoutsen
f4c3bdad7d
Merge pull request #48896 from home-assistant/rc
2021.4.1
2021-04-08 15:35:17 -07:00
Paulus Schoutsen
3bf693e352
Bumped version to 2021.4.1
2021-04-08 21:35:53 +00:00
Bram Kragten
7051cc04bd
Update frontend to 20210407.2 ( #48888 )
2021-04-08 21:35:37 +00:00
Franck Nijhof
d9c1c391bc
Fix optional data payload in Prowl messaging service ( #48868 )
2021-04-08 21:35:35 +00:00
Franck Nijhof
02cd2619bb
Fix possibly missing changed_by in Verisure Alarm ( #48867 )
2021-04-08 21:35:35 +00:00
starkillerOG
f791142c75
Fix motion_blinds gateway signal strength sensor ( #48866 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-04-08 21:35:34 +00:00
Bram Kragten
1c939fc9be
Correct wrong x in frontend manifest ( #48865 )
2021-04-08 21:35:33 +00:00
Philip Allgaier
0ad4736349
Bump speedtest-cli to 2.1.3 ( #48861 )
2021-04-08 21:35:32 +00:00
Erik Montnemery
3f0d63c1ab
Validate supported_color_modes for MQTT JSON light ( #48836 )
2021-04-08 21:35:32 +00:00