Commit Graph
54817 Commits
Author SHA1 Message Date
J. Nick KostonandGitHub b6a59b282f Bump qingping-ble to 0.8.0 (#80443)
Adds support for the Temp RH Pro E model
2022-10-17 11:04:05 +02:00
abec592a24 Update to iaqualink 0.5.0 (#80304)
* Update to iaqualink 0.5.0.

* Boolean conditional style fix

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Fix black formatting

* Update iaqualink tests after update to 0.5.x

* Remove debug print statements

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-10-17 10:14:29 +02:00
epenetandGitHub bbb0b2a0e1 Refactor the core config store (#80457)
* Add helper for config Store

* Use internal class
2022-10-17 10:13:53 +02:00
d49a223a02 Fix updating Amcrest binary sensors (#80365)
* Fix updating Amcrest binary sensors

As detailed in https://bugs.python.org/issue32113, a generator
expression cannot be used with asynchronous components, even that the
resulting elements of the generator are normal objects.  Manually
iterate over the event codes and check if the events have happened.
Escape early on the first event that is triggered such that this is
functionally equivalent to using `any`.

* Update homeassistant/components/amcrest/binary_sensor.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-10-17 10:13:11 +02:00
dfd3476cff Handle ReadTimeout during wolflink setup (#78135)
* Handle ReadTimeout during wolflink setup

* Reorder imports

Co-authored-by: Yevhenii Vaskivskyi <yevhenii.vaskivskyi@gmail.com>

* Reorder exceptions

Co-authored-by: Yevhenii Vaskivskyi <yevhenii.vaskivskyi@gmail.com>

* Use RequestError instead of ConnectError, ReadTimeout, and ConnectTimeout

Co-authored-by: Yevhenii Vaskivskyi <yevhenii.vaskivskyi@gmail.com>
2022-10-17 09:42:20 +02:00
Joakim PlateandGitHub 551fb44975 Stop coordinator before connection in nibe_heatpump (#80396)
Stop coordinator in nibe_heatpump
2022-10-16 22:06:48 -04:00
Allen PorterandGitHub d537968517 Bump google-cloud-pubsub to 2.13.10 (#80433) 2022-10-16 22:05:56 -04:00
GitHub Action 388328adba [ci skip] Translation update 2022-10-17 00:36:39 +00:00
J. Nick KostonandGitHub 1d16e614b8 Bump pySwitchbot to 0.20.2 (#80435)
* Bump pySwitchbot to 0.20.1

fixes #80427

* bump again to fix contact timeout sensor
2022-10-16 20:09:56 -04:00
Jo De BoeckandGitHub ed4b5ee9d8 Bump androidtv dependency to 0.0.69 (#80407)
Bump dependency to version 0.0.69

Fixes: #69723
Signed-off-by: Jo De Boeck <deboeck.jo@gmail.com>

Signed-off-by: Jo De Boeck <deboeck.jo@gmail.com>
2022-10-16 20:09:28 -04:00
TheJulianJESandGitHub b4a203c3c7 Add friendly name to ZHA identify button (#80446) 2022-10-16 19:57:24 -04:00
Joakim PlateandGitHub 9eb4faf037 Fire bluetooth listener for all matching devices (#80440)
* Fire listener for all matching devices

* Add test case for seen device

* Avoid looping all data if we have address match

* Initialize to empty list
2022-10-16 21:49:12 +02:00
Allen PorterandGitHub e71bd2c20b Fix google calendar test to match API behavior (#80436) 2022-10-16 14:45:57 -04:00
Allen PorterandGitHub a7f33535c7 Fix google calendar event transparency filter (#80438) 2022-10-16 14:45:27 -04:00
f5666641ce Bump plugwise to v0.25.2 and adapt climate (#80347)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2022-10-16 20:32:38 +02:00
Allen PorterandGitHub 1973f00f6b Bump gcal_sync to 1.1.0 (#80431) 2022-10-16 20:40:55 +03:00
Kevin StillhammerandGitHub ef90fe9aee Display and log google_travel_time errors (#77604)
* Display and log google_travel_time errors

* Rename is_valid_config_entry to validate_config_entry

Signed-off-by: Kevin Stillhammer <kevin.stillhammer@gmail.com>

Signed-off-by: Kevin Stillhammer <kevin.stillhammer@gmail.com>
2022-10-16 10:06:53 -07:00
Joakim PlateandGitHub 5d09fe8dc1 Avoid logging tracebacks for auth failures in philips js (#80381)
Avoid logging tracebacks for auth failures
2022-10-16 18:13:32 +03:00
mvn23andGitHub fa24529d98 Bump pyotgw to 2.1.1 (#80421) 2022-10-16 18:09:37 +03:00
J. Nick KostonandGitHub 4bfadb6745 Bump aiohomekit to 2.1.0 for bleak 0.19.0 (#80426)
changelog: https://github.com/Jc2k/aiohomekit/compare/2.0.2...2.1.0
2022-10-16 18:08:44 +03:00
kingy444andGitHub bf6efc7589 Powerview sensors updates (#80417) 2022-10-16 09:05:53 -05:00
J. Nick KostonandGitHub bbe63bca47 Bump pySwitchbot to 0.20.0 for bleak 0.19 changes (#80389) 2022-10-16 15:16:02 +03:00
J. Nick KostonandGitHub 40600991b3 Handle TimeoutError during HKC setup attempts (#80399)
closes https://github.com/Jc2k/aiohomekit/issues/188
2022-10-16 15:14:15 +03:00
J. Nick KostonandGitHub 29e110d416 Update led-ble to 1.0.0 for bleak 0.19 (#80403)
* Update led-ble for bleak 0.19

* bump version
2022-10-16 15:12:52 +03:00
J. Nick KostonandGitHub 86c6caabb2 Bump yalexs_ble to 1.9.4 for bleak 0.19.0 (#80406)
bump again for debug log fix
2022-10-16 15:05:56 +03:00
Marc MuellerandGitHub 8d4c32e106 Update pip constraint to 22.4 (#80383) 2022-10-16 12:01:11 +02:00
Benjamin RichterandGitHub e1cf261379 Allow fints config as fallback for account type (#75680) 2022-10-15 22:01:54 -04:00
GitHub Action 3c48ce9ee7 [ci skip] Translation update 2022-10-16 00:44:12 +00:00
J. Nick KostonandGitHub 79e0725359 Bump aiohomekit to 2.0.2 (#80402) 2022-10-15 14:08:26 -10:00
J. Nick KostonandGitHub 3b31330882 Bump bleak-retry-connector to 2.3.0 (#80397) 2022-10-15 14:08:15 -10:00
Joakim PlateandGitHub 7d69e24fc3 Bump fjaråskupan to 2.2.0 (#80401) 2022-10-16 01:46:55 +02:00
definitioandGitHub 67bb6ebd13 Fix "Unknown power_off command" for Samsung H6410 (#80386) 2022-10-15 21:29:15 +01:00
JeefandGitHub 5efc706473 Fix Intellifire UDP timeout (#80204) 2022-10-15 10:09:00 -10:00
JeefandGitHub ff2d762f55 Intellifire - Number Entity - Flame Height Control (#79901)
* Adding flame height control

* oops

* addressing comments

* fix coverage file

* addressing PR comments
2022-10-15 12:43:47 -06:00
Steven LoomanandGitHub 731f618028 Make home assistant discoverable via UPnP/SSDP (#79820) 2022-10-15 14:00:46 -04:00
J. Nick KostonandGitHub d12cbab6c4 Bump bleak to 0.19.0 (#80349) 2022-10-15 13:57:23 -04:00
epenetandGitHub 3460e0b074 Add type hints to aqualogic (#80328) 2022-10-15 15:38:47 +02:00
Shay LevyandGitHub e1520a0d14 Add support for Shelly Plus Addon sensors (#79954) 2022-10-15 12:17:53 +03:00
Shay LevyandGitHub eaeee96d75 Fix Shelly EM negative power factor (#80348) 2022-10-15 12:15:28 +03:00
GitHub Action 2242d3c234 [ci skip] Translation update 2022-10-15 00:33:41 +00:00
Franck NijhofandGitHub 9b06b572d0 Mark LaMetric as Platinum integration (#80360) 2022-10-15 00:48:44 +02:00
Franck NijhofandGitHub 7bd9ce72f7 Add reauth support to LaMetric (#80355)
* Add reauth support to LaMetric

* Adjust docblock
2022-10-14 23:54:14 +02:00
J. Nick KostonandGitHub 3b33e0d832 Add support for restoring HomeKit IIDs (#79913) 2022-10-14 09:58:09 -10:00
Franck NijhofandGitHub 20f1f8aabb Upgrade demetriek to 0.3.0 (#80350) 2022-10-14 21:26:55 +02:00
J. Nick KostonandGitHub 0c76e3a97e Automatically determine the advertising interval for bluetooth devices (#79669) 2022-10-14 14:39:18 -04:00
Charles GarwoodandGitHub a68bd8df6f Add start_application service to fully_kiosk integration (#80226) 2022-10-14 19:21:58 +02:00
Franck NijhofandGitHub e3af2cb6b8 Add some typing to common test helpers (#80337) 2022-10-14 18:23:49 +02:00
Erik MontnemeryandGitHub 4ebf9df901 Unconditionally call DomainBlueprints.populate (#80336) 2022-10-14 12:03:43 -04:00
e01572bc44 Convert graphite tests to pytest (#79807)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-10-14 17:59:09 +02:00
Franck NijhofandGitHub 6aa47e871d Little cleanup of Alert tests (#80333) 2022-10-14 17:11:30 +02:00