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
J. Nick Koston
1000f500df
Bump aioesphomeapi to 12.0.1 ( #82873 )
2022-11-28 18:40:04 +01:00
Avi Miller
9849735dc5
Bump aiolifx to 0.8.7 and refactor config flow connection ( #82818 )
...
Signed-off-by: Avi Miller <me@dje.li>
Signed-off-by: Avi Miller <me@dje.li>
2022-11-28 17:27:27 +01:00
hahn-th
caa981bbea
Bump homematicip 1.0.11 ( #82852 )
...
fixes undefined
2022-11-28 13:54:20 +01:00
Shay Levy
f97ac9fdcd
Add Switcher button platform ( #81245 )
2022-11-28 10:06:14 +02:00
J. Nick Koston
d6e287f47a
Add manufacturer and model to bluetooth adapter device ( #82769 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-11-27 15:44:44 -05:00
Mask3007
e1572872a1
Update holidays dependency to latest 0.17.2 ( #82794 )
...
fixes undefined
2022-11-27 15:14:21 -05:00
J. Nick Koston
3e3138ef1b
Bump yalexs-ble to 1.9.6 ( #82779 )
2022-11-27 14:58:32 -05:00
J. Nick Koston
6662dbf3c8
Bump bluetooth-auto-recovery to 0.5.2 ( #82768 )
2022-11-27 14:27:59 -05:00
Duco Sebel
27bd1520e8
Add support for HomeWizard enable/disable cloud feature ( #82573 )
2022-11-27 14:26:15 -05:00
Daniel Hjelseth Høyer
093bd00807
Update pyTibber to 0.26.1 ( #82787 )
...
* Update tibber library, 0.26.0
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* 0.26.1
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
2022-11-27 16:46:42 +01:00
mkmer
cf249d85ee
Bump AIOAladdinConnect to 0.1.48 ( #82791 )
2022-11-27 05:31:41 -10:00
G Johansson
528a4819f0
Bump pytrafikverket to 0.2.2 ( #82739 )
...
Bump pytrafikverket 0.2.2
2022-11-27 00:06:49 +02:00
G Johansson
6cfb40f080
Bump pysensibo to 1.0.22 ( #82738 )
...
fixes undefined
2022-11-26 11:14:11 -10:00
Maciej Bieniek
dcf50e5e90
Bump `nextdns` library to version 1.2.2 ( #82735 )
...
Bump nextdns library to version 1.2.2
2022-11-26 13:02:12 -05:00
Matthias Alphart
daf56e92a0
Update xknx to 2.0.0 ( #82709 )
2022-11-26 06:49:11 +01:00
Bouwe Westerdijk
ea1868b7b9
Bump plugwise to v0.25.12 ( #82146 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
fixes undefined
2022-11-25 10:55:51 +01:00
Gleb Sinyavskiy
6c024c8875
Bump aiotractive, properly handle auth errors when reading events ( #76715 )
...
* Bump aiotractive, start handling authorzation errors when reading events
* Bump aiotractive, start handling authorzation errors when reading events
* Properly handle unauthorized errors
* Update homeassistant/components/tractive/__init__.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* Use await when unsibscribing after auth error
* Update homeassistant/components/tractive/__init__.py
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-11-24 21:51:18 +01:00
Maciej Bieniek
34633b0ede
Bump nextdns library to 1.2.0 ( #82643 )
2022-11-24 19:24:47 +01:00
Franck Nijhof
285aff154d
Remove Google Chat/Hangouts integration ( #82645 )
2022-11-24 18:33:13 +01:00
Allen Porter
bba119affa
Bump gcal_sync to 4.0.3 ( #82606 )
...
fixes undefined
2022-11-24 17:01:20 +01:00
Joakim Plate
a55fb445b0
Bump to Arcam 1.0.1 and make strictly typed ( #82487 )
...
* Make arcam_fmj strictly typed
* Add test for invalid UDN
2022-11-23 16:23:25 +01:00
Jc2k
f20c8c657a
Fix HomeKit CoAP connection getting RST incorrectly ( #82553 )
2022-11-23 00:05:40 +00:00
Jesse Hills
7c36f1409d
Bump aioesphomeapi to 12.0.0 ( #82543 )
2022-11-22 13:45:40 -06:00
puddly
dfed57ed4d
Bump ZHA dependencies ( #82509 )
...
* Bump ZHA dependencies
* Use the corrected `TypeValue` keyword argument name in unit tests
2022-11-21 19:39:34 -05:00
Erik Montnemery
4b0b2ecc0e
Bump pychromecast to 13.0.1 ( #82472 )
2022-11-21 14:55:32 +01:00
Joakim Plate
36e38841a4
Bump nibe to 1.3.0 ( #82445 )
2022-11-21 09:02:11 +01:00
mvn23
71604f544b
Bump pyotgw to 2.1.3 ( #82430 )
2022-11-21 08:47:38 +01:00
Felipe Martins Diel
574f6f3fd1
Bump broadlink to 0.18.3 ( #82427 )
...
fixes undefined
2022-11-20 15:13:18 -06:00
Paarth Shah
372c3cd0f0
Bump plexapi version to 4.13.1 ( #82396 )
2022-11-20 08:26:00 -06:00
TheJulianJES
ea0c3e806d
Bump PyViCare to 2.19.0 ( #82381 )
...
fixes undefined
2022-11-20 08:13:19 -06:00
Marvin Wichmann
3618160768
Update xknx to 1.2.1 ( #82404 )
2022-11-20 08:12:38 -06:00
J. Nick Koston
9add474c45
Bump bleak-retry-connector to 2.8.5 ( #82387 )
...
changelog: https://github.com/Bluetooth-Devices/bleak-retry-connector/compare/v2.8.4...v2.8.5
from: https://github.com/esphome/esphome/pull/4049
2022-11-19 19:46:06 -05:00
Aarni Koskela
38b84620bd
Add support for Sensirion BLE sensors ( #82382 )
2022-11-19 14:26:54 -06:00
René Klomp
14f2649ae2
Bump pysma to version 0.7.3 ( #82343 )
...
fixes undefined
2022-11-19 09:05:38 -06:00
J. Nick Koston
df959c364c
Bump flux_led to 0.28.34 ( #82347 )
...
* Bump flux_led to 0.28.33
fixes #75832
changelog: https://github.com/Danielhiversen/flux_led/compare/0.28.32...0.28.33
* more more bump for legacy turn on
2022-11-19 13:49:54 +01:00
Ernst Klamer
672acf30a4
Bump bthome-ble to 2.3.1 ( #82342 )
...
* Bump bthome-ble
* Bump bthome-ble
2022-11-19 13:48:33 +01:00
Aaron Bach
9fefa2e139
Bump `regenmaschine` to 2022.11.0 ( #82337 )
...
fixes undefined
2022-11-18 18:37:12 -06:00
Álvaro Fernández Rojas
fff967ce17
Update aioairzone to v0.5.1 ( #82311 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-11-18 18:01:41 +01:00
J. Nick Koston
f28d9285bf
Bump dbus-fast to 1.75.0 ( #82289 )
2022-11-17 23:02:35 +01:00
Franck Nijhof
a07117470e
Add number device class support to ESPHome ( #82277 )
2022-11-17 21:12:45 +01:00
J. Nick Koston
47c66dbed4
Offload platform specific bluetooth code to bluetooth-adapters ( #82196 )
...
* Offload platform specific bluetooth code to bluetooth-adapters
* adjust
* fix some more patch targets
* more test fixes
* almost there
* may not be setup yet
* more fixes
* fixes
* fix test
* fix merge
2022-11-17 14:34:19 -05:00
Álvaro Fernández Rojas
e8ff3d10f7
Update aioairzone to v0.5.0 ( #82278 )
2022-11-17 12:40:27 -06:00
J. Nick Koston
9d8dfc2d71
Add effects support to led-ble ( #82224 )
2022-11-16 23:07:02 +02:00
J. Nick Koston
08398370c5
Bump dbus-fast to 1.74.1 ( #82202 )
2022-11-16 11:26:47 -06:00
J. Nick Koston
1f0691bf18
Bump bluetooth-auto-recovery to 0.4.0 ( #82195 )
2022-11-16 17:07:01 +01:00
Franck Nijhof
e01115fd1f
Update apprise to 1.2.0 ( #82182 )
2022-11-16 12:39:39 +01:00
cnico
c7dfd6b15a
Add flipr battery level sensor ( #81389 )
...
* Addition of battery level sensor. Correction of pylint errors
* Review improvement for typing
* Review improvement for typing
* Correction following review
2022-11-16 09:42:31 +01:00
Kevin Stillhammer
aedbfdabee
Use HERE API v8 ( #80892 )
...
* Use HERE API v8
Signed-off-by: Kevin Stillhammer <kevin.stillhammer@gmail.com>
* Add migration
Signed-off-by: Kevin Stillhammer <kevin.stillhammer@gmail.com>
* Catch correct voluptuous error
Signed-off-by: Kevin Stillhammer <kevin.stillhammer@gmail.com>
* Use list comprehension for transit values
* Add migration alternative
Signed-off-by: Kevin Stillhammer <kevin.stillhammer@gmail.com>
2022-11-15 19:04:41 -08:00
J. Nick Koston
495ca67e8b
Bump xiaomi_ble to 0.12.2 ( #82167 )
2022-11-15 20:38:46 -06:00
J. Nick Koston
248b93f112
Update aiohomekit to 2.3.0 ( #82164 )
2022-11-15 20:38:31 -06:00
J. Nick Koston
7614aba401
Stop shelly BLE scanner on unload ( #82151 )
...
* Stop shelly BLE scanner on unload
needs https://github.com/home-assistant-libs/aioshelly/pull/285
* bump
2022-11-15 23:22:33 +02:00
Franck Nijhof
a2e638329e
Update geopy to 2.3.0 ( #82145 )
2022-11-15 21:52:50 +01:00
J. Nick Koston
435fc23737
Add shelly ble scanner support ( #82007 )
2022-11-15 12:34:45 -06:00
J. Nick Koston
c65f894fbe
Bump PySwitchbot to 0.20.5 ( #82099 )
2022-11-15 18:30:03 +01:00
Franck Nijhof
ab5c99fe22
Update sentry-sdk to 1.11.0 ( #82122 )
2022-11-15 17:59:02 +01:00
Franck Nijhof
19e5e671a2
Update sqlalchemy to 1.4.44 ( #82129 )
2022-11-15 08:51:13 -06:00
J. Nick Koston
f497b989b9
Bump dbus-fast to 1.74.0 ( #82107 )
...
changelog: https://github.com/Bluetooth-Devices/dbus-fast/compare/v1.73.0...v1.74.0
2022-11-15 15:27:54 +01:00
Ernst Klamer
af73afa2e2
Add support for HHCCJCY10 to xiaomi_ble ( #82069 )
2022-11-14 11:18:51 -06:00
Pascal Reeb
e9117cd1db
Update pynuki to 1.6.0 ( #81208 )
2022-11-14 13:43:24 +01:00
muppet3000
096ef85c68
Bump growattServer to 1.2.4 ( #82071 )
...
Growatt - Library bump to workaround for #81951
2022-11-14 10:41:25 +01:00
Allen Porter
4bf233a4c1
Bump python-google-nest-sdm to 2.1.0 ( #82066 )
2022-11-13 18:24:32 -08:00
J. Nick Koston
298c95d9f0
Bump pySwitchbot to 0.20.4 ( #82055 )
...
Fixes for curtain firmware v6
changelog: https://github.com/Danielhiversen/pySwitchbot/compare/0.20.3...0.20.4
2022-11-14 00:12:52 +01:00
J. Nick Koston
50f960097f
Add support for thermobeacon WS 03 aka device 0x18 ( #82045 )
...
* Add support for thermobeacon WS 03 aka device 0x18
changelog: https://github.com/Bluetooth-Devices/thermobeacon-ble/compare/v0.3.2...v0.4.0
* empty
2022-11-13 20:30:50 +01:00
Vincent Giorgi
8252d7f3b5
Bump airthings-ble to 0.5.3 ( #82033 )
...
Bump airthings-ble
2022-11-13 16:11:07 +01:00
G Johansson
50c686343e
Bump pysensibo to 1.0.21 ( #82023 )
...
* pysensibo 1.0.21
* Add name to fixture
2022-11-13 16:05:54 +01:00
Allen Porter
edad5ece58
Bump gcal_sync 4.0.2 ( #82017 )
2022-11-13 06:58:59 -08:00
J. Nick Koston
62bd692a58
Bump bluetooth-data-tools to 0.3.0 ( #82016 )
...
prep work for #82007
changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/v0.2.0...v0.3.0
2022-11-13 09:47:24 +01:00
kingy444
7ddf2e4ca4
Bump Powerview aiopvapi to 2.0.4 ( #82014 )
2022-11-12 20:58:02 -06:00
Cougar
5e610cdfd2
Bump luftdaten to 0.7.4 ( #82002 )
...
Bump luftdaten to 0.7.4 (#61687 )
changelog: https://github.com/home-assistant-ecosystem/python-luftdaten/compare/0.7.2...0.7.4
Fixes API connection error handling (#61687 )
2022-11-12 14:24:33 -08:00
Ziv
b6c27585c7
Implemented RestoreEntity for Dynalite ( #73911 )
...
* Implemented RestoreEntity
Merged commit conflict
* removed accidental change
* Update homeassistant/components/dynalite/dynalitebase.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
* added tests for the state
* added tests for switch state
* moved to ATTR_x and STATE_x instead of strings
some fixes to test_cover
* moved blind to DEVICE_CLASS_BLIND
* used correct constant instead of deprecated
* Implemented RestoreEntity
* removed accidental change
* added tests for the state
* added tests for switch state
* moved to ATTR_x and STATE_x instead of strings
some fixes to test_cover
* fixed isort issue from merge
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2022-11-12 22:59:29 +01:00
On Freund
4bb1f4ec79
Add Armed binary sensor to local Risco ( #81997 )
2022-11-12 21:29:31 +01:00
J. Nick Koston
de48ae2e53
Bump dbus-fast to 1.73.0 ( #81959 )
...
changelog: https://github.com/Bluetooth-Devices/dbus-fast/compare/v1.72.0...v1.73.0
2022-11-11 23:22:22 +01:00
David F. Mulcahey
8ee60c2e7f
Bump ZHA quirks lib to 0.0.86 ( #81966 )
2022-11-11 17:03:32 -05:00
J. Nick Koston
a8aea6df5e
Bump oralb-ble to 0.14.2 ( #81969 )
...
fixes detection of the black 9000 model
fixes #81967
changelog: https://github.com/Bluetooth-Devices/oralb-ble/compare/v0.14.1...v0.14.2
2022-11-11 17:01:54 -05:00
J. Nick Koston
8c9a8d72a8
Bump PySwitchbot to 0.20.3 ( #81938 )
...
changelog: https://github.com/Danielhiversen/pySwitchbot/compare/0.20.2...0.20.3
releases the connection sooner to reduce the risk
of running out of connection slots on the ble adapter
2022-11-11 08:53:07 +01:00
J. Nick Koston
777bf27dda
Bump bleak-retry-connector to 2.8.4 ( #81937 )
...
changelog: https://github.com/Bluetooth-Devices/bleak-retry-connector/compare/v2.8.3...v2.8.4
reduces the risk that the operation will fail because the adapter
temporarily runs out of connection slots
2022-11-11 08:51:58 +01:00
Aaron Bach
f67ecd8ef5
Bump aioridwell to 2022.11.0 ( #81929 )
2022-11-10 15:32:49 -06:00
Allen Porter
f34de5072a
Bump gcal_sync to 4.0.1 to fix Google Calendar config flow ( #81873 )
...
Bump gcal_sync to 4.0.1
This reverts test chagnes from PR #81562 that were actually incorrect given
the calendar "get" API returns less information that the "CalendarList" api.
2022-11-09 19:34:31 -08:00
J. Nick Koston
b18c558a80
Bump oralb-ble to 0.14.1 ( #81869 )
2022-11-09 10:21:31 -06:00
J. Nick Koston
438184a43c
Bump aiohomekit to 2.2.19 ( #81867 )
2022-11-09 10:01:12 -06:00
Ville Skyttä
e690db9ba6
Upgrade huawei-lte-api to 1.6.7, fixes empty username issues ( #81751 )
...
Recentish versions of huawei-lte-api behave differently with regards to
empty/default username compared to the older versions this integration
was originally written against. 1.6.5+ changes the behavior so that our
existing implementation works as expected when no username is supplied
for the config entry.
https://github.com/Salamek/huawei-lte-api/releases/tag/1.6.4
https://github.com/Salamek/huawei-lte-api/releases/tag/1.6.5
https://github.com/Salamek/huawei-lte-api/releases/tag/1.6.6
https://github.com/Salamek/huawei-lte-api/releases/tag/1.6.7
2022-11-09 15:51:33 +01:00
Phil Bruckner
8874bf7791
Change life360 timeouts & retries ( #81799 )
...
Change from single timeout of 10 to socket timeout of 15, total timeout of 60, and retry up to 3 times.
Bump life360 package to 5.3.0.
2022-11-09 15:44:30 +01:00
Aarni Koskela
ec316e94ed
RuuviTag BLE sensor support ( #81327 )
2022-11-09 08:35:30 -06:00
Ernst Klamer
b72876d369
Add support for BTHome V2 to bthome ( #81811 )
...
* Add BTHome v2 support
* Add new sensor types
* Add new sensor types
2022-11-09 15:31:58 +01:00
Hessel
4b4bf54994
Bump wallbox to 0.4.12 ( #81852 )
...
Version Bump for WALLBOX
2022-11-09 15:22:54 +01:00
Aarni Koskela
738419309d
Add numpy requirement to stream ( #81841 )
...
Closes https://github.com/home-assistant/core/pull/81790
2022-11-09 12:22:14 +01:00
Joakim Plate
58c691be1e
Update nibe to 1.2.1 with support for 2120 pumps ( #81824 )
...
Update nibe to 1.2.1
2022-11-09 01:20:55 +01:00
Bram Kragten
014c2d487d
Update frontend to 20221108.0 ( #81787 )
2022-11-08 15:00:30 +01:00
J. Nick Koston
b7533aff48
Replace led-ble util with bluetooth-data-tools ( #81093 )
2022-11-08 07:26:16 -06:00
Joakim Sørensen
d6c10cd887
Bump pycfdns from 1.2.2 to 2.0.0 ( #81776 )
2022-11-08 12:28:36 +01:00
Joakim Plate
fc0e0bf099
Support for direct modbus connection to nibe pumps ( #80557 )
...
* Initial support for modbus
* Complete test coverage of config flow
* Bump to 1.1.0 with corrected numbers
* Handle missing mapping for reset-alarm
* Fixup type checks after library bump
* Adjust coil number
* Move word_swap to nibegw
* Adjust to 1.1.2 with fixes
* Add series property
* Add S series models
* Correct test for invalid host
* Apply suggestions from code review
Co-authored-by: J. Nick Koston <nick@koston.org>
* Move some things into library
* Adjust strings somewhat
* Correct black
* Correct test after validation change
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-11-08 10:49:47 +01:00
Christopher Bailey
1b9c2dfb68
Bump pyunifiprotect to 4.4.1 ( #81732 )
2022-11-07 19:10:42 +02:00
StefanIacobLivisi
902e075d58
Add livisi integration ( #76863 )
2022-11-07 14:40:23 +01:00
David F. Mulcahey
d1fd141e8c
Bump ZHA quirks and associated changes ( #81587 )
2022-11-07 12:28:59 +01:00
Robert Hillis
9860b06913
Bump aiopyarr to 22.11.0 ( #81694 )
2022-11-07 12:23:49 +01:00
Christopher Bailey
190840cd33
Bump pyunifiprotect to 4.4.0 ( #81696 )
2022-11-07 12:12:41 +01:00
tstabrawa
499839c596
Fix nuheat temporary hold time ( #81635 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-11-06 19:16:22 -06:00
J. Nick Koston
9c3bd22e77
Bump bleak to 0.19.2 ( #81688 )
2022-11-06 19:07:21 -06:00
J. Nick Koston
3cfcb93d70
Bump aiohomekit to 2.2.18 ( #81693 )
2022-11-06 18:04:45 -06:00
J. Nick Koston
c3946159d8
Bump bleak-retry-connector to 2.8.3 ( #81675 )
...
Improves chances of making a BLE connection with the ESP32s
changelog: https://github.com/Bluetooth-Devices/bleak-retry-connector/compare/v2.8.2...v2.8.3
2022-11-07 00:45:53 +01:00
J. Nick Koston
e7b5aaec47
Bump aioesphomeapi to 11.4.3 ( #81676 )
2022-11-06 17:13:14 -06:00
J. Nick Koston
d3529cb346
Add missing h2 dep to iaqualink ( #81630 )
...
fixes https://github.com/home-assistant/core/issues/81439
2022-11-06 12:59:32 -06:00
J. Nick Koston
3630de909c
Bump aiohomekit to 2.2.17 ( #81657 )
...
Improve BLE pairing reliability, especially with esp32 proxies
changelog: https://github.com/Jc2k/aiohomekit/compare/2.2.16...2.2.17
2022-11-06 09:47:07 -06:00
J. Nick Koston
b18a1e6d7c
Bump dbus-fast to 1.72.0 ( #81574 )
2022-11-06 08:12:58 -06:00
Klaas Schoute
4056f673b8
Fix watermeter issue for old P1 Monitor versions ( #81570 )
...
* Bump the python package version
* Add exception to check if user has a water meter
2022-11-06 14:51:19 +01:00
Sebastian Muszynski
4c65a2f455
Bump PyXiaomiGateway to 0.14.3 ( #81603 )
...
Fixes : #80249
2022-11-06 13:02:59 +01:00
J. Nick Koston
cdec4fe110
Bump oralb-ble to 0.13.0 ( #81622 )
...
* Bump oralb-ble to 0.11.1
adds some more missing pressure mappings
changelog: https://github.com/Bluetooth-Devices/oralb-ble/compare/v0.10.2...v0.11.1
* bump again to update for additional reports
* bump again for more data from issue reports
2022-11-06 12:38:01 +01:00
Tobias Sauerwein
8e965eb56f
Bump pyatmo to 7.4.0 ( #81636 )
2022-11-06 10:21:48 +01:00