Commit Graph

45620 Commits (7d2e42d026d9da542808d01beec57d6e6522838b)

Author SHA1 Message Date
jjlawren 7d2e42d026
Backport #66399 to rc (#66625) 2022-02-15 18:02:45 -08:00
Paulus Schoutsen 6aa99d1063 Bumped version to 2022.2.7 2022-02-15 17:47:46 -08:00
Marcel van der Veldt de96d21ea9 Bump aiohue to version 4.1.2 (#66609) 2022-02-15 17:47:41 -08:00
Allen Porter 7bb14aae23 Override and disable nest stream `unavailable` behavior (#66571) 2022-02-15 17:47:41 -08:00
Franck Nijhof 8b39866bb7 Fix Tuya Covers without state in their control data point (#66564) 2022-02-15 17:47:40 -08:00
Joakim Plate addc6bce63 Add fallback for serialnumber (#66553) 2022-02-15 17:47:39 -08:00
J. Nick Koston 104f56a01d Fix flux_led turn on with slow responding devices (#66527) 2022-02-15 17:47:39 -08:00
epenet 6472cb8721 Revert "Fix raspihats callbacks (#64122)" (#66517)
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-02-15 17:47:38 -08:00
epenet 5cccac7a19 Fix access to hass.data in hdmi-cec (#66504)
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-02-15 17:47:37 -08:00
Diogo Gomes 96cbae5393 Fix utility meter restore state (#66490)
* Address #63874

* avoid setting _last_period to None

* name is always set in discovery

* ValueError never happens only DecimalException

* async_tariff_change tracks state change - state machine will not pass a None

* test we only reset one utility_meter

* test corrupted restored state

* pretty sure _current_tariff doesn't change from init until here

* missing assert

* Revert "async_tariff_change tracks state change - state machine will not pass a None"

This reverts commit 24fc04a964.

* address review comment

* always a Decimal
2022-02-15 17:47:36 -08:00
Brett Adams e5e3ab377d Bump Advantage Air 0.3.0 (#66488) 2022-02-15 17:47:15 -08:00
Brett Adams f46fbcc9eb Bump Advantage Air to 0.2.6 (#65849) 2022-02-15 17:46:14 -08:00
Shay Levy aad9992c9a Increase switcher_kis timeouts (#66465) 2022-02-15 17:44:32 -08:00
Allen Porter 398f60c3d0 Reset the stream backoff timeout when the url updates (#66426)
Reset the stream backoff timeout when the url updates, meant to improve the retry behavior
for nest cameras. The problem is the nest url updates faster than the stream reset time
so the wait timeout never resets if there is a temporarily problem with the new url. In particular
this *may* help with the flaky cloud nest urls, but seems more correct otherwise.
2022-02-15 17:44:31 -08:00
Raman Gupta 312c31afda revert change in vizio logic to fix bug (#66424) 2022-02-15 17:44:30 -08:00
Dave T d315890c61 Fix missing refactors of EntityCategory.XXX (#66379)
* Fix missing refactors of EntityCategory.XXX

* Fix entity_category refactor for homewizard
2022-02-15 17:40:58 -08:00
Simone Chemelli 51dd3c88e9 Fix mesh role for Fritz old devices (#66369) 2022-02-15 17:40:58 -08:00
uSlackr 23a68f5d49 Correct modbus address limits (#66367) 2022-02-15 17:40:57 -08:00
Franck Nijhof 10c7725a90
Fix Spotify session token refresh (#66390) 2022-02-12 13:53:15 -08:00
Paulus Schoutsen cb7f7dff72 Bumped version to 2022.2.6 2022-02-11 13:31:16 -08:00
J. Nick Koston c254598331 Add unique id to lutron caseta config entry when missing (#66346) 2022-02-11 13:30:42 -08:00
Franck Nijhof 646c56e0e9 Fix CPUSpeed with missing info (#66339) 2022-02-11 13:30:42 -08:00
Franck Nijhof f3a3ff28f2 Fix PVOutput when no data is available (#66338) 2022-02-11 13:30:41 -08:00
Allen Porter 087f443368 Fix nest streams that get stuck broken (#66334) 2022-02-11 13:30:40 -08:00
epenet fcee1ff865 Fix raspihats initialization (#66330)
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-02-11 13:30:39 -08:00
J. Nick Koston 6084b323df Reduce number of parallel api calls to august (#66328) 2022-02-11 13:30:39 -08:00
starkillerOG 6857562e9e bump motionblinds to 0.5.12 (#66323) 2022-02-11 13:30:38 -08:00
starkillerOG aef2588f9c bump motionblinds to 0.5.11 (#65988) 2022-02-11 13:30:37 -08:00
Joakim Sørensen 27c5460feb Add guard for invalid EntityCategory value (#66316) 2022-02-11 13:29:07 -08:00
Allen Porter 60b4600019 Bump google-nest-sdm to 1.7.1 (minor patch) (#66304) 2022-02-11 13:26:51 -08:00
Allen Porter 27752f7ad3 Bump google-nest-sdm to 1.7.0 (#66145) 2022-02-11 13:26:51 -08:00
Allen Porter 669c99474b Bump python-nest to 4.2.0 for python 3.10 fixes (#66090) 2022-02-11 13:26:50 -08:00
J. Nick Koston 76872e3789 Fix august token refresh when data contains characters outside of latin1 (#66303)
* WIP

* bump version

* bump
2022-02-11 13:25:01 -08:00
Joakim Plate 2594500452 Correct philips_js usage of the overloaded coordinator (#66287) 2022-02-11 13:25:00 -08:00
uvjustin 65c8363323 Catch ConnectionResetError when writing MJPEG in camera (#66245) 2022-02-11 13:24:59 -08:00
ufodone dfcad3a13d Disable zone bypass switch feature (#66243)
* Add configuration option to disable the creation of zone bypass switches

* Removed temporary workaround and bumped pyenvisalink version to pick up the correct fix.

* Remove zone bypass configuration option and disable zone bypass switches per code review instructions.
2022-02-11 13:24:35 -08:00
Milan Meulemans 92bc780dd7 Bump aioaseko to 0.0.2 to fix issue (#66240) 2022-02-11 13:22:13 -08:00
Michael eb781060e8 bump py-synologydsm-api to 1.0.6 (#66226) 2022-02-11 13:22:13 -08:00
Maximilian a2e7897b1e Add missing nina warnings (#66211) 2022-02-11 13:22:12 -08:00
jjlawren 854308fec2 Handle more Sonos favorites in media browser (#66205) 2022-02-11 13:22:11 -08:00
Otto Winter 0199e8cc43 Bump aioesphomeapi from 10.8.1 to 10.8.2 (#66189) 2022-02-11 13:22:11 -08:00
Erik Montnemery 7cc9a4310d Fix controlling nested groups (#66176) 2022-02-11 13:22:10 -08:00
epenet 5976238126 Fix hdmi-cec initialization (#66172) 2022-02-11 13:22:09 -08:00
Franck Nijhof caedef5f1a
Reduce Spotify API usage (#66315) 2022-02-11 13:16:41 -08:00
Franck Nijhof 2e6ee5165e
Bumped version to 2022.2.5 2022-02-09 10:56:05 +01:00
Erik Montnemery 7dd7c1dadd
Fix MQTT debug info (#66146) 2022-02-09 10:55:26 +01:00
Aaron Bach 4c548af6ef
Bump simplisafe-python to 2022.02.1 (#66140) 2022-02-09 10:55:23 +01:00
Michael 200e07b8d6
Fix system is loaded flag during reboot/shutdown of Synology DSM (#66125) 2022-02-09 10:55:20 +01:00
Richard Benson ae5a885387
Bump amcrest to 1.9.4 (#66124)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-02-09 10:55:17 +01:00
Simone Chemelli bebdaacf47
Change detection of router devices for Fritz (#65965) 2022-02-09 10:55:13 +01:00