J. Nick Koston
45e9b8b119
Bump pySwitchbot to 0.36.1 ( #84937 )
...
changelog: https://github.com/Danielhiversen/pySwitchbot/compare/0.36.0...0.36.1
small fix for the battery not updating with passive scanning
after lock operation
2023-01-01 14:35:01 +01:00
Maikel Punie
fdf2f8a2ea
Bump velbus-aio to 2022.12.0 ( #83278 )
...
* Add support for fututre config entry migrations
* Add testcase
* dir check bug
* rework the migrate testcase
* implement comments
* Missed this part of the file
* Fix and clean tests
* add more into the testcase
* push sugestions
* Upgrade velbusaio to add version 2 support
* more comments
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-01-01 12:28:31 +01:00
tronikos
d90ec3ccca
Google Assistant SDK: Log command and response ( #84904 )
...
Log command and response
2022-12-31 12:07:31 -08:00
Robert Svensson
f275389ffe
Bump pydeconz to v106 ( #84914 )
...
fixes undefined
2022-12-31 13:59:39 +01:00
epenet
896526c24b
Add SFR Box integration ( #84780 )
...
* Add SFR Box integration
* Adjust error handling in config flow
* Add tests
* Use value_fn
* Add translation
* Enable mypy strict typing
* Add ConfigEntryNotReady
* Rename exception
* Fix requirements
2022-12-31 10:14:13 +01:00
J. Nick Koston
f6991cd4dc
Small fixes for SwitchBot Locks ( #84888 )
...
Co-authored-by: Aaron Bach <bachya1208@gmail.com>
2022-12-31 05:05:25 +01:00
starkillerOG
0a8514d7cd
Bump motionblinds to 0.6.14 ( #84873 )
2022-12-30 23:57:35 +01:00
William Scanlon
8ffd540c85
Bump pyeconet to 0.1.17 ( #84868 )
2022-12-30 22:12:01 +01:00
Robert Svensson
7abff358a5
Bump aiounifi to v43 ( #84864 )
2022-12-30 21:17:47 +01:00
Greg Dowling
3e18d70483
Bump pyroon library to 0.1.2. ( #84865 )
2022-12-30 13:31:16 -05:00
Aaron Godfrey
8cbbdf21f3
Update todoist integration to use new official rest api library ( #79481 )
...
* Swapping out libraries.
* Adding types
* Add ability to add task.
* Removed remaining todos.
* Fix lint errors.
* Fixing tests.
* Update to v2 of the rest api.
* Swapping out libraries.
* Adding types
* Add ability to add task.
* Removed remaining todos.
* Fix lint errors.
* Fix mypy errors
* Fix custom projects.
* Bump DEPENDENCY_CONFLICTS const
* Remove conflict bump
* Addressing PR feedback.
* Removing utc offset logic and configuration.
* Addressing PR feedback.
* Revert date range logic check
2022-12-30 09:49:35 -08:00
Bram Kragten
55885f49f2
Update frontend to 20221230.0 ( #84842 )
2022-12-30 14:55:50 +01:00
Artem Draft
0e98e0f65f
Bump pybravia to 0.2.5 ( #84835 )
2022-12-30 09:16:49 +01:00
Abílio Costa
0e8164c07a
Add support for US in the Whirlpool integration ( #77237 )
...
* Support US region in the Whirlpool integration
* Force maytag brand for US region
* Add missing util.py file
* Fix import after merge
* run black
* Missing region key in config flow test
* Fixed Generic config entry
* fixed typos in dict
* Remove redundant list const
Co-authored-by: mkmer <mike.j.kasper@gmail.com>
2022-12-30 09:13:47 +01:00
Damian Sypniewski
7aadcc1f97
Add option to retrieve SwitchBot Lock encryption key through config flow ( #84830 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-12-29 21:48:39 -10:00
shbatm
1fc9eb6629
ISY994: Bump PyISY to 3.0.10 ( #84821 )
2022-12-29 20:37:34 -05:00
J. Nick Koston
6374cc6480
Fix thermobeacon WS08 models that identify with manufacturer_id 27 ( #84812 )
...
fixes #84706
2022-12-29 15:09:37 -10:00
Tomas Kislan
1dec6854e5
Fix and upgrade minio integration ( #84545 )
...
closes https://github.com/home-assistant/core/issues/79842
2022-12-29 14:16:06 +01:00
Franck Nijhof
e164fdbef8
Update holidays to 0.18.0 ( #84770 )
2022-12-29 13:57:35 +01:00
Jc2k
9c2c57831b
Fix UUID normalisation for vendor extensions in homekit_controller thread transport ( #84746 )
2022-12-29 05:40:25 +00:00
starkillerOG
fb1702647d
Bump pynetgear to 0.10.9 ( #84733 )
2022-12-29 01:26:58 +01:00
Hmmbob
cbcfeee322
Update apprise to 1.2.1 ( #84705 )
2022-12-28 22:13:20 +01:00
Marcel van der Veldt
0e9c6b2bba
Bump python matter server to 1.0.8 ( #84692 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-12-28 18:29:37 +01:00
Jc2k
7feb0807e2
Fix handling of CoAP 404 in homekit_controller ( #84700 )
2022-12-28 16:48:47 +01:00
Álvaro Fernández Rojas
5d4591a3ec
airzone: update aioairzone to v0.5.2 ( #84690 )
2022-12-28 16:37:50 +01:00
Bram Kragten
29797b93f7
Update frontend to 20221228.0 ( #84696 )
2022-12-28 16:35:50 +01:00
Damian Sypniewski
599569bc53
Add support for SwitchBot Lock ( #84673 )
...
* Added support for SwitchBot Lock
* Updated PySwitchbot to 0.32.1
* Updated .coveragerc
* Removed unnecessary condition
* Using library method to verify encryption key
* Added config flow tests
* Remove link from config flow description
* Added one more test for config flow
* Updated CODEOWNERS
2022-12-27 18:16:00 -10:00
shbatm
e383533ff3
ISY994: Bump pyisy to 3.0.9 ( #84654 )
...
fixes undefined
2022-12-27 23:38:34 +01:00
Franck Nijhof
5a5f01fcd4
Update wled to 0.15.0 ( #84639 )
2022-12-27 22:01:47 +01:00
starkillerOG
a06b1eaf69
Add reolink IP NVR/Camera integration ( #84081 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-12-27 10:15:53 -10:00
PierreAronnax
7ef145d4ce
Return unavailable if Govee BLE sensor is in error ( #84547 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-12-27 10:11:41 -10:00
Matthias Alphart
76f92cc985
Update xknx to 2.2.0 ( #84609 )
2022-12-27 15:18:14 +01:00
J. Nick Koston
0cebf1acb1
Bump pySwitchbot to 0.31.0 ( #84586 )
2022-12-26 21:45:02 +01:00
Daniel Gangl
2b12aac24e
Bump zamg from 0.2.1 to 0.2.2 ( #84526 )
2022-12-25 11:01:50 +01:00
Joakim Plate
ffb1722ca8
Update nibe to 1.6.0 ( #84449 )
...
* Bump nibe to 1.6.0
* Only fail coordinator if all updates failed
2022-12-24 10:45:26 +01:00
J. Nick Koston
75739d8621
Bump zeroconf to 0.47.1 ( #84523 )
2022-12-23 18:35:44 -10:00
J. Nick Koston
79cacade5c
Bump pySwitchbot to 0.30.1 to fix a deadlock when services are missing ( #84521 )
...
changelog: https://github.com/Danielhiversen/pySwitchbot/compare/0.30.0...0.30.1
2022-12-23 23:00:09 -05:00
J. Nick Koston
8c70e5aaad
Try the next best adapter after a BLE connection fails ( #84512 )
...
* Try the next best adapter after a BLE connection fails
* add cover
* tweak
* tweak
* Update homeassistant/components/bluetooth/wrappers.py
* bump
* small tweak
* tweak logic
2022-12-23 20:48:47 -05:00
J. Nick Koston
5872b72f80
Bump yalexs_ble to 1.12.5 ( #84517 )
...
* Bump yalexs_ble to 1.12.4
changelog: https://github.com/bdraco/yalexs-ble/compare/v1.12.3...v1.12.4
* one more failure path to fix
* bump in both
2022-12-23 20:44:24 -05:00
Fabian Affolter
5bc9ea0e47
Upgrade hole to 0.8.0 ( #84516 )
2022-12-23 20:43:41 -05:00
J. Nick Koston
070aa714a0
Switch to a different local Bluetooth adapter when one runs out of connection slots ( #84331 )
2022-12-23 08:58:33 -10:00
Allen Porter
f9779d3e97
Bump gcal-sync to 4.1.0 ( #84474 )
...
* Bump gcal-sync to 4.1.0
* Update test with UNTIL improvements
2022-12-22 23:28:12 -05:00
Allen Porter
490d2cfb71
Move Rainbird to async client library ( #84417 )
...
* Bump pyrainbird to 0.7.0 and move to async library
* Share updates across sensors
* Fix test version and delete dead code
* Add test coverage for yaml configuration
* Address PR feedback
2022-12-22 13:00:17 -08:00
Allen Porter
24e11c6dcb
Bump ical to 4.2.8 ( #84455 )
...
fixes undefined
2022-12-22 20:13:40 +01:00
J. Nick Koston
3c07f92e72
Bump yalexs-ble to 1.12.3 ( #84414 )
2022-12-22 13:08:04 +01:00
jjlawren
da1f9c2823
Bump plexapi to 4.13.2 ( #84416 )
2022-12-22 13:06:26 +01:00
J. Nick Koston
17d674e1cc
Bump zeroconf to 0.47.0 ( #84420 )
2022-12-21 19:18:58 -10:00
Steven Looman
682501eb47
Less tasks when receiving SSDP messages ( #84186 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-12-21 11:35:52 -10:00
Nyro
93fe77de8d
Add external handling in Overkiz AtlanticElectricalHeaterWithAdjustableTemperatureSetPoint ( #84010 )
...
* Add external handling in AtlanticElectricalHeaterWithAdjustableTemperatureSetpoint
* Improve comparing to external
Co-authored-by: Thibaut <thibaut@etienne.pw>
* Update to pyoverkiz 1.7.3
* Fix coding style lint
* Use OverkizCommand
* Fix small issues
Co-authored-by: Thibaut <thibaut@etienne.pw>
2022-12-21 16:05:27 +01:00
Kevin Stillhammer
588211223b
Bump here_transit/here_routing and Implement backoff mechanism for here_travel_time ( #83976 )
...
* Add failing test
* Add backoff mechanism for too many requests
* Increase async_fire_time_changed
* Minimize try/except block
2022-12-21 07:00:15 -08:00
Franck Nijhof
73a43bfd1d
Update pyotp to 2.8.0 ( #84339 )
2022-12-21 11:53:02 +01:00
J. Nick Koston
316f187bee
Bump PySwitchbot to 0.30.0 ( #84347 )
2022-12-21 11:10:54 +01:00
Daniel Hjelseth Høyer
61e13bf84d
Improve Tibber rt Pulse streaming ( #84313 )
...
Improve rt Pulse streaming
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
2022-12-21 05:59:52 +01:00
Guido Schmitz
0265aae247
Bump devolo-plc-api to 0.9.0 ( #84324 )
2022-12-20 16:31:18 -08:00
Ernst Klamer
82efbee443
Bump bthome-ble to 2.4.0 ( #84189 )
2022-12-20 17:54:17 +01:00
Maciej Bieniek
1661daa911
Update `gios` library to version 2.3.0 ( #84292 )
2022-12-20 15:27:55 +01:00
Daniel Gangl
8ca92254b6
Correct zamg config flow comments ( #81369 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
fixes undefined
2022-12-20 11:47:32 +01:00
J. Nick Koston
88ef8cc51a
Bump bluetooth-data-tools to 0.3.1 ( #84258 )
...
changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/v0.3.0...v0.3.1
2022-12-19 22:45:39 +02:00
Allen Porter
df23f03131
Bump ical to 4.2.4 ( #84248 )
2022-12-19 10:00:38 -08:00
Franck Nijhof
6e612a45ff
Update watchdog to 2.2.0 ( #84245 )
2022-12-19 18:09:04 +01:00
Franck Nijhof
026f660889
Update spotipy to 2.22.0 ( #84244 )
2022-12-19 16:44:13 +01:00
Franck Nijhof
ee10f9c4ce
Update sentry-sdk to 1.12.1 ( #84234 )
2022-12-19 14:08:03 +01:00
tronikos
e618a8cc0c
Bump gassist-text to 0.0.5 ( #84161 )
2022-12-19 12:24:02 +01:00
J. Nick Koston
f1fc54d29d
Bump zeroconf to 0.44.0 ( #84166 )
2022-12-19 11:56:11 +01:00
Maciej Bieniek
20f0abacc0
Bump `nettigo air monitor` library to version 1.6.0 ( #84129 )
2022-12-19 10:15:31 +00:00
Avi Miller
292294fb96
Bump aiolifx-themes to 0.4.0 ( #84216 )
2022-12-19 09:11:14 +01:00
J. Nick Koston
884fbdd5ce
Bump PySwitchbot to 0.29.1 ( #84119 )
...
fixes https://github.com/home-assistant/core/issues/82795
closes https://github.com/home-assistant/core/issues/78562
2022-12-18 14:54:29 -10:00
hahn-th
5e5e89ea18
Add device HmIP-DRDI3 ( #83337 )
2022-12-18 12:44:49 -07:00
Ernst Klamer
47522546e6
Sensor pro fix for negative temperatures ( #84181 )
...
fixes undefined
2022-12-18 07:35:04 -10:00
J. Nick Koston
119664b55e
Bump yalexs-ble to 1.12.2 ( #84118 )
2022-12-17 17:14:39 -10:00
Allen Porter
a3ab6a99e3
Bump ical to 4.2.3 ( #84104 )
2022-12-17 19:42:55 -05:00
Maciej Bieniek
d9903c4cf9
Bump `brother` and `pysnmplib` ( #84107 )
...
* Bump brother version
* Bump pysnmplib version
* Update sensor platform
* Update switch platform
* Update tests
* Bump brother
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-12-17 12:34:43 +01:00
Daniel Hjelseth Høyer
8e3953a9d5
Update Tibber lib, improve realtime streaming ( #84065 )
...
Update tibber lib, improve realtime streaming
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
2022-12-16 12:11:54 -07:00
J. Nick Koston
e479fbed0c
Bump govee-ble to 0.19.3 ( #84062 )
...
* Bump govee-ble to 0.19.2
fixes #82994 fixes #81335
changelog: https://github.com/Bluetooth-Devices/govee-ble/compare/v0.19.1...v0.19.2
* .3
2022-12-16 09:25:49 -05:00
J. Nick Koston
c70faeae96
Bump bluetooth-auto-recovery to 1.0.3 ( #84075 )
...
* Bump bluetooth-auto-recovery to 1.0.1
changelog: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/compare/v1.0.0...v1.0.1
Handles the case were the adapter gets a new hci number
after a usb reset.
* one more
* bump again
2022-12-16 09:25:23 -05:00
Franck Nijhof
80b3572627
Rename image integration to image_upload ( #84063 )
...
* Rename image integration to image_upload
* fix test
2022-12-16 08:16:38 -05:00
Bram Kragten
b0b3b36392
Update frontend to 20221213.1 ( #84058 )
2022-12-15 11:35:02 -05:00
Aaron Bach
d375361072
Bump `pyairvisual` to 2022.12.1 ( #84013 )
...
Bump pyairvisual to 2022.12.1
2022-12-14 16:00:44 -07:00
J. Nick Koston
6b751de7ad
Bump pySwitchbot to 0.23.2 ( #84002 )
2022-12-14 23:38:26 +01:00
J. Nick Koston
bf18ff9fb9
Bump yalexs_ble to 0.12.0 ( #84004 )
2022-12-14 12:38:17 -10:00
Rami Mosleh
c0a7934828
Move transmission to an updated library ( #83932 )
...
fixes undefined
2022-12-14 16:36:37 +01:00
Aaron Bach
9aaeefeb8e
Ensure AirVisual Pro uses long-running Samba connection ( #83869 )
2022-12-13 23:31:13 -07:00
J. Nick Koston
da62528526
Bump aioshelly to 5.2.0 ( #83961 )
...
changelog: https://github.com/home-assistant-libs/aioshelly/compare/5.1.2...5.2.0
2022-12-13 21:21:31 -05:00
J. Nick Koston
45a9c1ca8c
Bump aioesphomeapi to 13.0.2 to fix reconnects after bad protobuf message ( #83951 )
2022-12-13 12:57:54 -10:00
J. Nick Koston
b97ec8125f
Bump aioshelly to 5.1.2 to fix state updates not firing after reconnect ( #83950 )
...
Bump aioshelly to 5.1.2
changelog: https://github.com/home-assistant-libs/aioshelly/compare/5.1.1...5.1.2
2022-12-13 23:27:05 +02:00
Bram Kragten
42a9069338
Update frontend to 20221213.0 ( #83940 )
2022-12-13 13:24:24 -05:00
Erik Montnemery
534d343f67
Bump pychromecast to 13.0.4 ( #83896 )
2022-12-13 11:55:23 +01:00
Aaron Bach
e64973c7cc
Add PurpleAir integration ( #82110 )
2022-12-12 20:32:11 -07:00
J. Nick Koston
7c6806e75d
Fix bleak-retry-connector get_device hang with HAOS 9.4 and only proxies ( #83879 )
...
The bleak connection setup to dbus hangs forever instead of errors if
there are no local bluetooth adapters and we are using remote proxies.
The library now times out when this happens instead of hanging
forever.
changelog: https://github.com/Bluetooth-Devices/bleak-retry-connector/compare/v2.10.1...v2.10.2
2022-12-12 21:29:39 -05:00
Avi Miller
812db974c7
bump aiolifx_themes to 0.3.0 ( #83877 )
2022-12-12 13:52:38 -10:00
Nyro
1ee2959e4e
Bump pyoverkiz to 1.7.2 ( #83866 )
...
Bump pyoverkiz
2022-12-13 00:17:05 +01:00
Aaron Bach
3d4ee5906d
Add integration for AirVisual Pro ( #79770 )
...
* Add integration for AirVisual Pro
* Tests
* A few more redactions
* Loggers
* Consistency
* Remove unnecessary f-string
* Use `entry.as_dict()` in diagnostics
* One call
* Integration types
* Cleanup
* Import cleanup
* Code review
* Code review
* Code review
2022-12-12 14:28:27 -07:00
Erik Montnemery
22e5d86324
Bump pychromecast to 13.0.3 ( #83861 )
2022-12-12 15:57:12 -05:00
Bram Kragten
5ef972c5d9
Update frontend to 20221212.0 ( #83842 )
2022-12-12 18:52:47 +01:00
David F. Mulcahey
aa27d2ec2a
Bump version of ZHA quirks to 0.0.89 ( #83848 )
2022-12-12 10:33:50 -07:00
Jafar Atili
2d206e7e31
Bump pyswitchbee to 1.7.3 ( #83748 )
2022-12-12 16:00:30 +01:00
Álvaro Fernández Rojas
eb6310f7bb
Update aioqsw to v0.3.1 ( #83784 )
2022-12-12 11:58:22 +01:00
Hans Oischinger
f65e18c019
Bump PyVicare to 2.21.0 ( #83770 )
2022-12-12 11:57:44 +01:00
J. Nick Koston
876258e68a
Bump bluetooth-auto-recovery to 1.0.0 ( #83800 )
...
fixes https://github.com/home-assistant/core/issues/83673
2022-12-12 11:49:57 +01:00
J. Nick Koston
9008006ac8
Restore remote discovered devices between remote scanner restarts ( #83699 )
2022-12-11 09:02:55 -10:00
Michael Chisholm
fbab7413a5
Match config entries for dlna_dmr based on device MAC, in addition to UDN ( #74619 )
...
* Factor out _is_dmr_device function
* Use DMR device's MAC to match existing config entries
Some DMR devices change their every time they boot, against the DMR specs.
Try to match such devices to existing config entries by using their MAC
addresses.
* Add DMR device's MAC as a device_registry connection
* Use doc-only IPs (RFC5737) for dlna_dmr tests
2022-12-11 13:40:35 -05:00
Maximilian
0aa4d0fb7b
Bump pynina to 0.2.0 ( #83726 )
...
* Bump pynina to version 0.2.0
* Update tests with new url
2022-12-11 12:43:45 +02:00
J. Nick Koston
bd342ddc13
Bump HAP-python to 4.6.0 ( #83729 )
2022-12-10 17:25:36 -10:00
Avi Miller
5976de6b7a
lifx: bump aiolifx_effects dependency to v0.3.1 ( #83730 )
...
Fixes #83719
Signed-off-by: Avi Miller <me@dje.li>
Signed-off-by: Avi Miller <me@dje.li>
2022-12-10 20:03:13 -05:00
J. Nick Koston
642cefb035
Add MVP humidifier support to switchbot ( #83696 )
...
* Add MVP humidifier support to switchbot
changelog: https://github.com/Danielhiversen/pySwitchbot/compare/0.22.0...0.23.0
* Update homeassistant/components/switchbot/config_flow.py
* bump
* coveragerc
* Revert "coveragerc"
This reverts commit eb642f6543
.
* fix dirty branch
2022-12-10 13:56:57 -05:00
J. Nick Koston
5c79dae4c0
Add support for battery to Yale Access Bluetooth ( #83691 )
...
* Add support for battery level to Yale Access Bluetooth
* fix
* bump
* bump
* bump
* bump
* fix
* bump
* battery level is always an estimate from voltage, but than again it always is for every device
* bump
* review
* bump again to fix slow start
* other one
2022-12-10 13:55:22 -05:00
Kostas Chatzikokolakis
3c704ba8da
Bump androidtv dependency of androitv component ( #83707 )
...
Fixes #80555
2022-12-10 20:14:15 +02:00
Kevin Stillhammer
ab3f0fc63b
Handle special transit errors for here_travel_time ( #83649 )
...
Handle special transit errors
2022-12-09 21:09:55 -05:00
J. Nick Koston
df0f694b01
Bump dbus-fast to 1.82.0 ( #83682 )
...
performance improvements for HAOS 9.4 passive monitoring
changelog: https://github.com/Bluetooth-Devices/dbus-fast/compare/v1.80.0...v1.82.0
2022-12-09 20:55:20 -05:00
Maarten Weyns
d5c322732f
Bump pyrisco to 0.5.7 ( #83548 )
2022-12-09 12:16:15 -10:00
Shay Levy
376db101d6
Bump aioshelly to 5.1.1 ( #83680 )
2022-12-09 22:21:38 +02:00
Erik Montnemery
cd487ccaed
Bump pychromecast to 13.0.2 ( #83625 )
...
* Bump pychromecast to 13.0.2
* Pass hass UUID to HomeAssistantController
2022-12-09 14:33:00 -05:00
tronikos
5d31673465
Google Assistant SDK integration ( #82328 )
...
* Copy google_sheets to google_assistant_sdk
This is to improve diff of the next commit with the actual implementation.
Commands used:
cp -r homeassistant/components/google_sheets/ homeassistant/components/google_assistant_sdk/
cp -r tests/components/google_sheets/ tests/components/google_assistant_sdk/
find homeassistant/components/google_assistant_sdk/ tests/components/google_assistant_sdk/ -type f | xargs sed -i \
-e 's@google_sheets@google_assistant_sdk@g' \
-e 's@Google Sheets@Google Assistant SDK@g' \
-e 's@tkdrob@tronikos@g'
* Google Assistant SDK integration
Allows sending commands and broadcast messages to Google Assistant.
* Remove unnecessary async_entry_has_scopes check
* Bump gassist-text to fix protobuf dependency
2022-12-09 07:14:43 -08:00
J. Nick Koston
558dceac42
Bump dbus-fast to 1.80.0 ( #83601 )
...
changelog: https://github.com/Bluetooth-Devices/dbus-fast/compare/v1.79.0...v1.80.0
performance improvements
2022-12-09 05:03:09 +01:00
J. Nick Koston
52f754e83d
Bump bluetooth-auto-recovery to 0.5.5 ( #83597 )
...
changelog: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/compare/v0.5.4...v0.5.5
fixes #78036
2022-12-08 20:29:14 -05:00
J. Nick Koston
8193ddf61a
Bump dbus-fast to 1.79.0 ( #83598 )
...
HA OS 9.4 adds support for passive scanning, however
a different path is used in dbus-fast to get the passive
results which was never optimized which caused passive
scanning to use more cpu time than active scanning.
changelog: https://github.com/Bluetooth-Devices/dbus-fast/compare/v1.75.0...v1.79.0
2022-12-08 20:28:52 -05:00
Jeef
26080fbb89
Bump intellifire4py to 2.2.2 ( #83589 )
2022-12-08 23:43:41 +01:00
Allen Porter
7091781692
Bump ical to 4.2.2 ( #83520 )
...
Co-authored-by: Shay Levy <levyshay1@gmail.com>
2022-12-08 11:45:21 -05:00
Bram Kragten
ee8a2d1e25
Update frontend to 20221208.0 ( #83551 )
2022-12-08 17:18:39 +01:00
Nathan Spencer
997d4fbe53
Bump pylitterbot to 2022.12.0 ( #83490 )
2022-12-07 21:55:25 -05:00
Aaron Bach
844a9fb817
Bump `simplisafe-python` to 2022.12.0 ( #83497 )
2022-12-07 21:54:58 -05:00
Marcel van der Veldt
c2fa1bdd49
Bump python-matter-server to 1.0.7 ( #83507 )
2022-12-08 01:31:44 +01:00
Bram Kragten
dfb0887765
Update frontend to 20221207.0 ( #83479 )
2022-12-07 17:46:42 +01:00
David F. Mulcahey
f6f89b6c5a
Bump the ZHA quirks lib to 0.0.88 ( #83468 )
2022-12-07 16:48:13 +01:00
Joakim Sørensen
41e4f10977
Bump hass-nabucasa from 0.59.0 to 0.61.0 ( #83466 )
2022-12-07 13:17:45 +01:00
Guido Pio Mariotti
b4b136b43e
Update pyvesync to 2.1.1 ( #83146 )
...
Update pyvesync to 2.1.1 to close #70420
2022-12-07 00:42:08 +01:00
Franck Nijhof
1a9302b8f6
Upgrade google-cloud-pubsub to 2.13.11 ( #83419 )
2022-12-06 22:21:49 +01:00
Daniel Hjelseth Høyer
dc3401c94e
Update tibber lib to 0.26.4, improve logging ( #83418 )
2022-12-06 20:08:27 +01:00
Bram Kragten
75c5137e77
Update frontend to 20221206.0 ( #83415 )
2022-12-06 13:21:28 -05:00
Jevgeni Kiski
d62bdbb9ff
Add vallox fan speed control ( #82548 )
...
* fan.set_percentage + tests
* let's see what is not yet covered
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* tests fix
* vallox_websocket_api 3.0.0
* more coverage
* test coverage
* Update tests/components/vallox/test_fan.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* raise exceptions on user input
* Supported features are different per preset mode.
* Test fixes
* Static supported features is back.
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-12-06 11:00:59 +01:00
puddly
5121952a85
Bump ZHA dependencies ( #83350 )
2022-12-05 22:34:39 -05:00
J. Nick Koston
1ee9c0cb8d
Fix bluetooth device connection failure when device is seen by dbus but not bleak ( #83281 )
2022-12-05 22:34:21 -05:00
Bram Kragten
91cdf0ecf7
Update frontend to 20221205.0 ( #83349 )
2022-12-05 23:59:54 +01:00
Bouwe Westerdijk
2c4f9ca037
Update plugwise to v0.25.14, improve number detection ( #83345 )
...
fixes undefined
2022-12-05 20:17:19 +01:00
J. Nick Koston
d97bcfdca9
Bump aiohomekit to 2.4.1 ( #83341 )
2022-12-05 19:54:27 +01:00
Klaas Schoute
2602b45ec8
Bump package for Garage Amsterdam ( #83167 )
...
* Bump to new package version
* Change the class name used in the new package
* Fix failing test with using old package name
2022-12-05 13:12:46 +01:00
Garrett
efc637cb2b
Bump subarulink to v0.7.0 ( #83213 )
...
fixes undefined
2022-12-05 10:53:05 +01:00
Anton Malko
ec24b93c17
Bump aiolookin to 1.0.0 ( #83198 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-12-04 16:31:35 -10:00
J. Nick Koston
1efc71624a
Bump aioesphomeapi to 13.0.1 ( #83223 )
...
fixes https://github.com/home-assistant/core/issues/83212
2022-12-04 21:09:10 -05:00
Allen Porter
0f83db82d9
Bump gcal_sync to 4.0.4 ( #83245 )
2022-12-04 17:16:51 -05:00
Allen Porter
6c896adcff
Bump ical to 4.2.1 ( #83254 )
2022-12-04 23:05:35 +01:00
Allen Porter
6499f5460a
Bump ical to 4.2.0 ( #83244 )
2022-12-04 10:18:27 -08:00
J. Nick Koston
db0dfe875a
Bump pySwitchbot to 0.22.0 ( #83243 )
...
fixes https://github.com/home-assistant/core/issues/82961
2022-12-04 08:08:21 -10:00
Michael Chisholm
7378277212
Update async-upnp-client to 0.32.3 ( #83215 )
2022-12-04 10:05:53 -08:00
J. Nick Koston
1577f6ea50
Restore HomeKit Controller BLE GSN at startup ( #83206 )
2022-12-04 07:01:37 -10:00
Joakim Plate
90f2a54165
Bump nibe to 1.5.0 ( #83185 )
2022-12-04 11:17:13 +02:00
J. Nick Koston
e139470c56
Bump yalexs-ble to 1.10.3 ( #83216 )
...
changelog: https://github.com/bdraco/yalexs-ble/compare/v1.10.2...v1.10.3
2022-12-04 11:10:53 +02:00
Aidan Timson
766c2f8bb4
Update aiolyric to 1.0.9 ( #83190 )
2022-12-03 14:26:21 -07:00
Glenn Waters
ffbde4ac90
Bump elkm1 lib to 2.2.1 ( #83026 )
2022-12-03 10:47:38 -10:00
J. Nick Koston
0cacfef325
Bump yalexs-ble to 1.10.2 ( #83199 )
2022-12-03 14:55:53 -05:00
J. Nick Koston
9321c2191e
Bump aiohomekit to 2.3.6 ( #83196 )
2022-12-03 14:34:11 -05:00
J. Nick Koston
237a1d50d9
Bump pySwitchbot to 0.20.8 ( #83197 )
...
fixes https://github.com/home-assistant/core/issues/80491
2022-12-03 14:21:19 -05:00
Allen Porter
b735e66d2f
Bump ical to 4.1.2 to fix emoji in local calendar ( #83193 )
...
Bump ical to 4.1.2
2022-12-03 12:02:25 -07:00
J. Nick Koston
955d4abf13
Fix missing services with esp32 proxies ( #83192 )
2022-12-03 13:50:59 -05:00
Daniel Hjelseth Høyer
949ebeeb97
Update pyTibber to 0.26.3 ( #83175 )
...
Update Tibber lib 0.26.3
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
2022-12-03 12:30:03 +01:00
J. Nick Koston
a63dd811dd
Bump pySwitchbot to 0.20.7 ( #83170 )
...
changelog: https://github.com/Danielhiversen/pySwitchbot/compare/0.20.5...0.20.7
2022-12-03 11:14:39 +01:00
J. Nick Koston
4a23216e1e
Bump aiohomekit to 2.3.5 ( #83168 )
2022-12-02 21:00:49 -05:00
J. Nick Koston
6651dfaf9b
Bump bluetooth-auto-recovery to 0.5.4 ( #83155 )
...
changelog: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/compare/v0.5.3...v0.5.4
2022-12-02 19:48:06 -05:00
J. Nick Koston
de1e97a81f
Fix esphome ble client leaking notify on disconnect ( #83106 )
...
* Fix esphome ble client leaking notify on disconnect
needs: https://github.com/esphome/aioesphomeapi/pull/329
* leak
* more cleanup
* more cleanup
* bump
2022-12-02 19:45:49 -05:00
J. Nick Koston
144f1b918b
Fix logging the wrong bluetooth adapter while connecting and out of slots ( #83158 )
2022-12-02 13:24:12 -10:00
Michaël Arnauts
5a8cf38552
Update pycomfoconnect to 0.5.1 ( #83124 )
2022-12-02 10:38:29 -10:00
J. Nick Koston
8eeba490d1
Update aiobafi6 to 0.7.3 ( #83073 )
2022-12-02 14:56:02 +01:00
Christopher Bailey
484756c834
Bump pyunifiprotect to 4.5.2 ( #83090 )
2022-12-02 09:15:24 +01:00
J. Nick Koston
3feea879dd
Bump aiohomekit to 2.3.4 ( #83094 )
2022-12-02 09:07:31 +01:00
J. Nick Koston
ccb5910db0
Bump bleak-retry-connector to 2.8.7 ( #83095 )
...
changelog: https://github.com/Bluetooth-Devices/bleak-retry-connector/compare/v2.8.6...v2.8.7
2022-12-02 08:08:56 +01:00
Raman Gupta
3e71436267
Bump zwave-js-server-python to 0.43.1 ( #83093 )
2022-12-02 07:56:29 +01:00
Bram Kragten
18e4c065eb
Update frontend to 20221201.1 ( #83062 )
2022-12-01 16:35:53 -05:00
Marcel van der Veldt
e2308fd15c
Add matter integration BETA ( #83064 )
...
* Add matter base (#79372 )
Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
* Add matter server add-on flow (#82698 )
* Add matter server add-on flow
* Fix stale error argument
* Clean docstrings
* Use localhost as default address
* Add matter websocket api foundation (#82848 )
* Add matter config entry add-on management (#82865 )
* Use matter refactored server/client library (#83003 )
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Bump python-matter-server to 1.0.6 (#83059 )
* Extend matter websocket api (#82948 )
* Extend matter websocket api
* Finish docstring
* Fix pin type
* Adjust api after new client
* Adjust api to frontend for now
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-12-01 20:44:56 +01:00
Franck Nijhof
fa31192448
Update debugpy to 1.6.4 ( #83042 )
2022-12-01 14:07:49 +01:00
Keilin Bickar
f4a58c7dc7
Bump sense_api to 0.11.0 and add refresh token support ( #83030 )
...
fixes undefined
2022-12-01 10:53:48 +01:00
r01k
8e357faa4d
Bump python-fullykiosk to 0.0.12 ( #83029 )
2022-12-01 10:38:04 +01:00
Jc2k
843f537109
Fix getting updated thread IP at startup in homekit_controller ( #83037 )
2022-12-01 08:14:42 +00:00
Joakim Sørensen
817bbfe6aa
Bump hass-nabucasa from 0.56.0 to 0.59.0 ( #82987 )
...
* Bump hass-nabucasa from 0.56.0 to 0.58.0
* 0.59.0
2022-12-01 09:08:39 +01:00
J. Nick Koston
38b9d896b2
Fix incorrect mapping of sensitive mode on oralb 4000 series ( #83031 )
2022-11-30 23:11:01 -05:00
J. Nick Koston
c91417e71f
Fix yale access bluetooth locks delaying startup when key changes ( #83024 )
...
If the keys changed for the yale locks, the locks would be
slow to setup. Because august had yalexs_ble as an
after dep, it would be waiting with the new keys but not
able to setup because it was waiting for the locks to setup
which would be trying over and over until they failed because
the key had changed out from under it.
This change moves some more code into the lib to avoid
the dep and allows both to startup at the same time so
the cloud service can feed the new keys in if needed without
waiting for the lock to fail to setup
changelog: https://github.com/bdraco/yalexs-ble/compare/v1.9.8...v1.10.0
2022-12-01 03:36:02 +01:00
J. Nick Koston
f0d8168db7
Bump aiohomekit to 2.3.2 ( #83019 )
2022-12-01 02:07:22 +01:00
Joakim Plate
9f236c4ca5
Add nibe heat pump climate entities ( #78952 )
...
* Add climate platform
* Enable climate plarform
* Some adjustments after review
* fixup! Add climate platform
* Rename description to avoid confusion
* No need to pass None
* Rename with nibe prefix
* Handle possible translations of values
* Make sure we prune None contexts
* Switch to constants from library
2022-12-01 01:58:59 +01:00
J. Nick Koston
f4ee38687c
Bump aioesphomeapi to 12.2.1 ( #83017 )
2022-12-01 01:10:40 +01:00
Bram Kragten
a3fe08b62b
Update frontend to 20221130.0 ( #83014 )
2022-11-30 23:28:24 +01:00
J. Nick Koston
b283015987
Bump yalexs-ble to 1.9.8 ( #83012 )
2022-11-30 23:23:29 +01:00
J. Nick Koston
d620b199fc
Bump bleak-retry-connector to 2.8.6 ( #83011 )
2022-11-30 23:10:06 +01:00
Allen Porter
532ab12a48
Local calendar integration ( #79601 )
2022-11-30 21:20:21 +01:00
puddly
7f96fbb035
Bump ZHA dependencies ( #82999 )
2022-11-30 20:56:07 +01:00
Robert Svensson
182c4bbc05
Bump aiounifi to v42 ( #82995 )
2022-11-30 19:04:14 +01:00
Willem-Jan van Rootselaar
949dede16b
Add support for BSBLAN firmware v3 ( #82288 )
...
* bump python-bsblan version to 0.5.8
* add static_state
this holds values that only needs retrieving once in a while
* update diagnostics json with the right info
2022-11-30 16:36:33 +01:00
Shay Levy
cd2bb292ab
Address late review of Switcher button ( #82981 )
2022-11-30 13:32:45 +01:00
muppet3000
d243da99c7
Bump growattServer to 1.3.0 ( #82953 )
...
* Growatt library bump and init tweak (#81951 )
* Addressing review comments (#81951 )
2022-11-30 10:56:47 +01:00
Joakim Sørensen
2f91e2d6a5
Bump pycfdns from 2.0.0 to 2.0.1 ( #82971 )
2022-11-30 10:43:53 +01:00
Marvin Wichmann
1908feab79
Increase file upload limit to 100 MB ( #77117 )
...
* Increase file upload limit to 100 MB
* Remove comment
* Add test and fix chunk processing
* Add test for wrong field
* Add review suggestions
* Use nonlocal and remove unneeded executor task
* Use Janus to process chunk uploading
* Address review comments
* Address review comments #2
* Improve tests
* Fix discovery test
* Fix tests
2022-11-29 20:46:34 -05:00
Aaron Bach
43c8adc5ec
Bump `simplisafe-python` to 2022.11.2 ( #82943 )
2022-11-29 18:35:35 -07:00
Marvin Wichmann
211dd64df1
Update xknx to 2.1.0 ( #82930 )
2022-11-29 16:03:03 +01:00
Mick Vleeshouwer
9a2b608d85
Bump pyoverkiz to 1.7.1 ( #82925 )
2022-11-29 16:00:52 +01:00
Matrix
f0b979556c
Add YoLink MultiOutlet support ( #82622 )
2022-11-29 14:10:38 +01:00
J. Nick Koston
d885e45ebb
Bump bluetooth-auto-recovery to 0.5.3 ( #82909 )
2022-11-29 12:50:54 +01:00
Pascal Vizeli
e5c48edddd
Bump aioecowitt to 2022.11.0 ( #82913 )
2022-11-29 12:48:07 +01:00
Olen
33cd59d3c2
Add Twinkly effects ( #82861 )
...
* Add Twinkly effects
* Remove spurious comment
2022-11-29 11:15:30 +01:00
J. Nick Koston
f88487be25
Bump yalexs-ble to 1.9.7 ( #82888 )
2022-11-29 10:27:28 +01:00
J. Nick Koston
46b18367f7
Send back BLE address type when connecting via esphome proxies ( #82890 )
2022-11-28 18:54:53 -10:00
Christopher Bailey
1748a19242
Bump pyunifiprotect to 4.5.1 ( #82886 )
...
* Bump pyunifiprotect to 4.5.0
* Bump version to 4.5.1
2022-11-28 18:30:48 -10:00
J. Nick Koston
fb98128b9f
Add support for esphome ble client connections v3 ( #82815 )
2022-11-28 16:56:18 -10:00