J. Nick Koston
675ddaf742
Bump securetar to 2024.2.1 ( #111782 )
2024-02-28 14:31:41 -10:00
Marcel van der Veldt
c861bd6c56
Bump Python Matter Server to 5.7.0 ( #111765 )
2024-02-28 19:01:11 -05:00
Marcel van der Veldt
220e66faad
Bump aiohue to 4.7.1 ( #111770 )
...
bump aiohue to 4.7.1
2024-02-28 18:59:44 -05:00
puddly
4ec75d6ca7
Use new zigpy OTA providers for ZHA ( #111159 )
...
* Use `None` instead of `"unknown"` when the current version is unknown
* Only use the current file version from the OTA notification
* Use `sw_version`, if available, and update `current_file_version`
* Assume the current version is the latest version
* Fix lint errors
* Use `image` instead of `firmware`
* Include a changelog if updates expose it
* Clear latest firmware only after updating the installed version
* Bump minimum zigpy version to 0.63.0
* Create a data update coordinator to consolidate updates
* Fix overridden `async_update`
* Fix most unit tests
* Simplify `test_devices` to fix current tests
* Use a dict comprehension for creating mocked entities
* Fix unit tests (thanks @dmulcahey!)
* Update the currently installed version on cluster attribute update
* Drop `PARALLEL_UPDATES` now that we use an update coordinator
* Drop `_reset_progress`, it is already handled by the update component
* Do not update the progress if we are not supposed to be updating
* Ignore latest version (e.g. if device attrs changed) if zigpy rejects it
* Clean up handling of command id in `Ota.cluster_command`
* Start progress at 1%: 0 and False are considered equal and are filtered!
Use `ceil` instead of remapping 1-100
* The installed version will be auto-updated when the upgrade succeeds
* Avoid 1 as well, it collides with `True`
* Bump zigpy to (unreleased) 0.63.2
* Fix unit tests
* Fix existing unit tests
Send both event types
Globally enable sending both event types
* Remove unnecessary branches
* Test ignoring invalid progress callbacks
* Test updating a device with a no longer compatible firmware
2024-02-28 14:38:04 -05:00
Scott K Logan
4895f92551
Bump aioraven to 0.5.1 ( #111600 )
2024-02-28 20:34:07 +01:00
Bram Kragten
928458160e
Update frontend to 20240228.0 ( #111736 )
2024-02-28 17:35:53 +01:00
Robert Svensson
c478b1416c
Adapt Axis integration to library refactoring ( #110898 )
...
* Adapt Axis integration to library refactoring
* Bump axis to v49
2024-02-28 14:36:32 +01:00
Simone Chemelli
5c124e5fd2
Add Comelit humidifier/dehumidifier ( #111203 )
...
* Add Comelit humidifier/dehumidifier
* optimize turn_on
* fix entity naming
* raise ServiceValidationError
* apply review comment
* apply review comments
* rename HumidifierComelitAction
2024-02-28 14:15:44 +01:00
Michał Jaworski
12b15a9a37
Bump blebox_uniapi to 2.2.1 ( #108918 )
...
Co-authored-by: Robert Resch <robert@resch.dev>
2024-02-28 12:39:37 +01:00
Bernhard B
1570977e9f
Bump pysignalclirestapi to 0.3.23 ( #111501 )
2024-02-27 13:42:29 -10:00
Simone Chemelli
0e329d2572
Bump aioshelly to 8.1.1 ( #111678 )
2024-02-28 00:24:42 +01:00
J. Nick Koston
290ffd14a4
Bump aiohomekit to 3.1.5 ( #111663 )
2024-02-27 10:13:14 -10:00
Arie Catsman
850add120a
Bump pyenphase to 1.19.1 ( #111653 )
2024-02-27 09:56:49 -10:00
Robert Svensson
8da2c53742
Bump aiounifi to v72 ( #111649 )
2024-02-27 20:15:33 +01:00
Jan Rothkegel
887182c224
Wolflink connection pooling ( #111483 )
...
* Enable connection pooling
* Decrease polling frequency
* Replace client passing by instance instead of lambda
2024-02-27 15:59:52 +01:00
Robert Resch
3703698f77
Bump deebot-client to 6.0.2 ( #111507 )
2024-02-27 09:39:49 +01:00
Chris Talkington
2618d4abe0
Update pyipp to 0.14.5 ( #111590 )
2024-02-26 19:30:00 -10:00
Jesse Hills
e1dade69e1
ESPHome: Pass through wake_word_phrase from on-device microWakeWord ( #111585 )
...
* ESPHome: Pass through wake_word_phrase from on-device microWakeWord
* Bump aioesphomeapi to 23.0.0
2024-02-26 23:29:03 -05:00
J. Nick Koston
86ced5a85f
Bump yalexs to 1.11.4 ( #111567 )
2024-02-26 16:30:37 -10:00
Michael Hansen
f6622ea8e0
Add speech-to-text cooldown for local wake word ( #108806 )
...
* Deconflict based on wake word
* Undo test
* Make wake up key a string, rename error
* Update snapshot
* Change to "wake word phrase" and normalize
* Move normalization into the wake provider
* Working on describe
* Use satellite info to resolve wake word phrase
* Add test for wake word phrase
* Match phrase with model name in wake word provider
* Check model id
* Use one constant wake word cooldown
* Update homeassistant/components/assist_pipeline/error.py
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
* Fix wake word tests
---------
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2024-02-26 20:35:19 -05:00
Shay Levy
24dee11a4d
Bump aioshelly to 8.0.2 ( #111414 )
2024-02-27 00:37:25 +02:00
Jeef
bc20e7900c
WeatherFlow Forecast (REST API) ( #106615 )
...
* rebase off dev
* Update homeassistant/components/weatherflow_cloud/const.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Addressing 1st round of PR Comments
* Update homeassistant/components/weatherflow_cloud/config_flow.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* addressing PR Comments
* fixing last comment that i can see
* Update homeassistant/components/weatherflow_cloud/coordinator.py
OOPS
Co-authored-by: G Johansson <goran.johansson@shiftit.se>
* Update homeassistant/components/weatherflow_cloud/weather.py
Co-authored-by: G Johansson <goran.johansson@shiftit.se>
* Update homeassistant/components/weatherflow_cloud/coordinator.py
Co-authored-by: G Johansson <goran.johansson@shiftit.se>
* switching to station id
* Update homeassistant/components/weatherflow_cloud/strings.json
Co-authored-by: G Johansson <goran.johansson@shiftit.se>
* addressing PR
* Updated tests to be better
* Updated tests accordingly
* REAuth flow and tests added
* Update homeassistant/components/weatherflow_cloud/strings.json
Co-authored-by: G Johansson <goran.johansson@shiftit.se>
* Update homeassistant/components/weatherflow_cloud/coordinator.py
Co-authored-by: G Johansson <goran.johansson@shiftit.se>
* Addressing PR comments
* Apply suggestions from code review
* ruff fix
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
Co-authored-by: G Johansson <goran.johansson@shiftit.se>
2024-02-26 22:40:21 +01:00
spycle
53f0272357
Bump pyMicrobot to 0.0.17 ( #111496 )
...
* Update manifest.json
Up-version pyMicrobot to 0.0.17
* Update requirements_all.txt
Up-version pyMicrobot to 0.0.17
* Update requirements_test_all.txt
Up-version pyMicrobot to 0.0.17
2024-02-26 20:36:05 +01:00
Erik Montnemery
730fe760cf
Remove JuiceNet integration ( #111477 )
...
* Remove JuiceNet integration
* Adjust issue
* Add test
* Fix stale DOMAIN constant
2024-02-26 21:08:36 +02:00
Joakim Plate
a55c56a207
Update rfxtrx library to handle connection retries ( #111366 )
...
Upgrade rfxtrx library to one that leaves reconnection to home assistant and handle loss of connection by reloading the integration.
https://github.com/Danielhiversen/pyRFXtrx/releases/tag/0.31.0
2024-02-26 19:30:22 +01:00
Matthias Alphart
673a95227b
Update xknx to 2.12.1 and xknxproject to 3.7.0 ( #111460 )
2024-02-26 18:52:51 +01:00
J. Nick Koston
93cc6e0f36
Switch nmap_tracker to use aiooui ( #111415 )
...
mac-vendor-lookup can take a long time to startup because
it has to fetch the oui db from the web
2024-02-26 17:32:53 +01:00
Abílio Costa
9420ac1cff
Update idasen-ha to v2.5.1 to fix regression ( #111439 )
...
Update Idasen Desk support lib to fix regression
idasen v0.11.1 introduces some regressions, so idasen-ha v2.5.1 now
depends on v.0.11.0 instead.
2024-02-26 17:15:24 +01:00
Åke Strandberg
732491d3c9
Bump myuplink lib to 0.5.0 ( #111447 )
2024-02-26 17:13:21 +01:00
Sid
174ebe70d7
Add webmin integration ( #106976 )
...
* add webmin integration 1
* refactor, add memory sensors
* Fix docstring
* addressed reviews
* address reviews
* address reviews
* use translation strings for sensors
* add async_abort_entries_match
* apply review comments
* address reviews
* add async_set_unique_id
* add identifiers to device_info
* disable all sensors by default
* move icons to icons.json
* show Faults when given from server in config flow
* add test for Fault
* Apply review suggestions
* Create helper functions for webmin instance and sorted mac addresses
* fix tests
2024-02-26 17:10:11 +01:00
Luke Lashley
4ad7f420e7
Bump Python-roborock to 0.39.2 ( #111479 )
...
bump to 0.39.2
2024-02-26 17:25:38 +02:00
Jevgeni Kiski
0947bdbd20
Bump vallox-websocket-api to 5.1.0 ( #111471 )
...
Bump lib to 5.1.0
2024-02-26 15:03:18 +02:00
Marc Mueller
eb370d7213
Update guppy3 to 3.1.4.post1 ( #111430 )
2024-02-25 15:00:51 -10:00
Marc Mueller
a492ccdc15
Update caldav to 1.3.9 ( #111429 )
2024-02-25 15:00:37 -10:00
dougiteixeira
c8ec66fcbe
Bump aioesphomeapi to 22.1.0 ( #111435 )
2024-02-25 14:58:37 -10:00
Brett Adams
d84bd14acc
Bump tesla-fleet-api to 0.4.6 in Teslemetry ( #111127 )
2024-02-25 14:06:12 -10:00
J. Nick Koston
014e21ce80
Bump bluetooth-adapters to 0.18.0 ( #111316 )
...
changelog: https://github.com/Bluetooth-Devices/bluetooth-adapters/compare/v0.17.0...v0.18.0
2024-02-25 23:07:12 +02:00
hahn-th
80662cd989
Bump homematicip to 1.1.0 ( #111385 )
...
#108775 Bump homematicip upstream lib to 1.1.0
2024-02-25 23:03:14 +02:00
Marc Mueller
f155f1c102
Update aionotion to 2024.02.2 ( #111388 )
2024-02-25 10:45:51 -07:00
Daniel Gangl
2adca7a057
Bump Geosphere to v0.3.6 ( #111376 )
2024-02-25 14:20:51 +01:00
steffenrapp
13621532fd
Nuki add binary sensor for battery charging ( #111320 )
...
* Nuki binary sensors
* disable by default
2024-02-25 13:37:13 +01:00
Marc Mueller
20f455d39f
Update python-homewizard-energy to 4.3.1 ( #111311 )
2024-02-25 10:35:12 +01:00
J. Nick Koston
d053f0b9e2
Bump ibeacon-ble to 1.2.0 ( #111315 )
...
changelog: https://github.com/Bluetooth-Devices/ibeacon-ble/compare/v1.0.1...v1.2.0
2024-02-25 10:44:23 +02:00
MarkGodwin
d004011d41
Bump tplink-omada-client to 1.3.11 ( #111273 )
...
Bump TP-Link Omada API
2024-02-24 23:33:13 +01:00
Jan-Philipp Benecke
d796085923
Bump pydiscovergy to 3.0.0 ( #111305 )
2024-02-24 22:07:46 +01:00
Ben Hoff
adf4392c0a
Bump opower to 0.3.1 ( #111307 )
...
bump opower instance
2024-02-24 21:56:20 +01:00
starkillerOG
9cebbf15f3
Bump motionblinds to 0.6.23 ( #111265 )
...
* Bump motionblinds to 0.6.22
* Bump motionblinds to 0.6.23
2024-02-24 20:05:04 +01:00
J. Nick Koston
53b12d67f7
Bump yalexs-ble to 2.4.2 ( #111247 )
...
changelog: https://github.com/bdraco/yalexs-ble/compare/v2.4.1...v2.4.2
2024-02-24 19:04:19 +02:00
Klaas Schoute
04a6c0b5f2
Bump odp-amsterdam to v6.0.1 ( #111296 )
2024-02-24 19:00:40 +02:00
J. Nick Koston
e5ac7970ca
Bump habluetooth to 2.4.1 ( #111236 )
...
changelog: https://github.com/Bluetooth-Devices/habluetooth/compare/v2.4.0...v2.4.1
2024-02-24 08:38:50 -05:00
Maciej Bieniek
ee57c924f2
Bump `pysnmp-lextudio` library to version 6.0.2 ( #111193 )
...
* Bump pysnmp-lextudio to version 6.0.2
* Update gen_requirements_all.py
---------
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
2024-02-24 11:30:00 +01:00
David F. Mulcahey
5d4dc63118
Bump ZHA dependencies ( #111227 )
2024-02-23 17:57:39 -05:00
G Johansson
9e46c2e2b3
Isolate systemmonitor from psutil shared state ( #111110 )
...
* Isolate systemmonitor from psutil shared state
* Mods
* typing
* Fix tests
* Fix read temp issue
---------
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-02-23 20:53:48 +01:00
Niklas Roth
2ff0102bce
Bump python-hpilo to 4.4.3 ( #110325 )
...
* Update hpilo version in requirements_all.txt (#109581 )
The issue with the deprecated and now removed ssl.wrap_socket function was fixed years ago in the library
* Update hpilo version in manifest.json (#109581 )
2024-02-23 20:51:29 +01:00
Marc Mueller
dd51b0c6cc
Update beautifulsoup4 to 4.12.3 ( #111195 )
2024-02-23 13:42:32 +01:00
Álvaro Fernández Rojas
d12335a3aa
Update AEMET-OpenData to v0.5.1 ( #111191 )
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2024-02-23 11:59:09 +01:00
Joakim Sørensen
512bc7c699
Bump pytraccar from 2.1.0 to 2.1.1 ( #111188 )
2024-02-23 11:57:41 +01:00
Andriy Kushnir
87fed65fb3
Bump roombapy to 1.6.13 ( #111187 )
2024-02-23 10:42:13 +01:00
jjlawren
8d4569ff55
Bump plexapi to 4.15.10 ( #111180 )
2024-02-23 07:03:07 +01:00
Matthew Donoughe
6712621b95
Update pylutron-caseta to 0.20.0 ( #111169 )
2024-02-22 14:44:30 -10:00
Maciej Bieniek
bccd9bd21f
Bump `brother` library to version 4.0.0 ( #111157 )
...
* Bump library
* Update code to the new library version
* Improve diagnostics
* Fix tests
---------
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
2024-02-22 23:27:24 +02:00
Álvaro Fernández Rojas
78f3f67e3a
Update AEMET-OpenData to v0.5.0 ( #111155 )
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2024-02-22 21:47:21 +02:00
rkruisselbrink
c1b4a21821
Bump rova to 0.4.0 ( #111131 )
...
* Bump rova to 0.4.0
* Apply suggestions from code review
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-02-22 19:55:45 +02:00
Mr. Bubbles
eeeabfb440
bump bring-api to 0.4.1 ( #111149 )
2024-02-22 19:54:56 +02:00
Christopher Bailey
b740783f8d
Bump pyunifiprotect to 4.23.3 ( #111059 )
2024-02-22 05:57:42 -10:00
David Knowles
8bf0466151
Bump pydrawise to 2024.2.0 ( #111080 )
2024-02-22 13:00:25 +01:00
Malte Franken
5f9d46205c
Bump georss-qld-bushfire-alert-client to 0.7 ( #111075 )
...
* bump georss-qld-bushfire-alert-client to 0.7
* fix tests
2024-02-22 12:58:54 +01:00
Federico D'Amico
6af7d7de41
Bump microBeesPy to 0.3.2 ( #111067 )
...
Bump microBeesPy 0.3.2
2024-02-22 11:34:48 +01:00
Michael
9348f99ce8
Bump roombapy to 1.6.12 ( #110762 )
...
* bump roombapy to 1.6.11
* Apply suggestions from code review
* "fix" tests (make them pydantic fiendly?)
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-02-22 10:39:53 +01:00
Robert Resch
345228429e
Bump deebot-client to 5.2.2 ( #111112 )
2024-02-22 01:01:32 +02:00
David Knowles
424080f79f
Bump pyschlage to 2024.2.0 ( #111079 )
2024-02-21 22:23:06 +01:00
Álvaro Fernández Rojas
704230e3c1
Bump aioairzone to v0.7.4 ( #111105 )
...
* Update aioairzone to v0.7.3
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* Update aioairzone to v0.7.4
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
---------
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2024-02-21 22:00:09 +01:00
Shay Levy
53be4ebab5
Bump pywebpush to 1.14.1 ( #111082 )
2024-02-21 19:46:08 +01:00
Álvaro Fernández Rojas
395a452162
Update AEMET-OpenData to v0.4.9 ( #111092 )
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2024-02-21 19:35:19 +01:00
Jan Rothkegel
05b23c2e7b
Replace Wolflink dependency with wolf_comm to support authentication via OpenID ( #110249 )
...
* Add OpenID authentication to wolflink integration
* Update wolf-comm to 0.0.2
* Upgrade wolf_comm to 0.0.3 + fix tests
* Version 0.0.4 of wolf_comm including LICENSE.txt
* Update requirements to wolf_comm 0.0.4
---------
Co-authored-by: Jan Rothkegel <jan.rothkegel@web.de>
2024-02-21 09:37:13 +01:00
G Johansson
32a6662d1d
Bump holidays to 0.43 ( #111039 )
2024-02-20 23:37:17 +01:00
Jeremy TRUFIER
86ea5c135f
Bump pyOverkiz to 1.13.7 ( #111004 )
2024-02-20 15:42:29 +01:00
Federico D'Amico
93d6f0a780
Bump microBeesPy to 0.2.9 ( #111006 )
...
change library
2024-02-20 13:39:14 +01:00
Thomas55555
e6cfa7fa09
Bump aioautomower to 2024.2.7 ( #110991 )
...
bump aioautomower to 2024.2.7
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
2024-02-20 12:04:42 +01:00
Mr. Bubbles
2b3f5319d6
Bump bring-api to 0.3.1 ( #110769 )
...
* bump bring-api
* unpinned dependencies
2024-02-20 08:46:02 +01:00
starkillerOG
9361f3c443
Bump motionblinds to 0.6.21 ( #110970 )
2024-02-19 23:33:02 +01:00
starkillerOG
e83c7c8770
Bump reolink-aio to 0.8.8 ( #110959 )
2024-02-19 21:35:41 +01:00
Marco Lettieri
3a4c6fc7f3
Add microBees integration ( #99573 )
...
* Create a new homeassistan integration for microBees
* black --fast homeassistant tests
* Switch platform
* rename folder
* rename folder
* Update owners
* aiohttp removed in favor of hass
* Update config_flow.py
* Update __init__.py
* Update const.py
* Update manifest.json
* Update string.json
* Update servicesMicrobees.py
* Update switch.py
* Update __init__.py
* Update it.json
* Create a new homeassistan integration for microBees
* black --fast homeassistant tests
* Switch platform
* rename folder
* rename folder
* Update owners
* aiohttp removed in favor of hass
* Update config_flow.py
* Update __init__.py
* Update const.py
* Update manifest.json
* Update string.json
* Update servicesMicrobees.py
* Update switch.py
* Update __init__.py
* Update it.json
* fixes review
* fixes review
* fixes review
* pyproject.toml
* Update package_constraints.txt
* fixes review
* bug fixes
* bug fixes
* delete microbees connector
* add other productID in switch
* added coordinator and enanchments
* added coordinator and enanchments
* fixes from suggestions
* fixes from suggestions
* fixes from suggestions
* fixes from suggestions
* fixes from suggestions
* fixes from suggestions
* fixes from suggestions
* fixes from suggestions
* fixes from suggestions
* fixes from suggestions
* fixes from suggestions
* fixes from suggestions
* add test
* add test
* add test
* add test
* requested commit
* requested commit
* requested commit
* requested commit
* reverting .strict-typing and added microbees to .coveragerc
* remove log
* remove log
* remove log
* remove log
* add test for microbeesExeption and Exeption
* add test for microbeesExeption and Exeption
* add test for microbeesException and Exception
* add test for microbeesException and Exception
* add test for microbeesException and Exception
---------
Co-authored-by: FedDam <noceracity@gmail.com>
Co-authored-by: Federico D'Amico <48856240+FedDam@users.noreply.github.com>
2024-02-19 15:12:03 +01:00
Jevgeni Kiski
2250baab21
Update vallox_websocket_api to 5.0.2 ( #110752 )
...
Co-authored-by: Sebastian Lövdahl <slovdahl@hibox.fi>
2024-02-19 14:36:51 +01:00
ruohan.chen
8201ea4b3c
Bump zhong-hong-hvac to 1.0.12 ( #110701 )
...
zhong_hong_hvac requirements upgrade to 1.0.12
2024-02-19 10:58:03 +01:00
Dominik Sander
8e78710f84
Bump deluge-client to 1.10.2 ( #110905 )
...
This mainly addresses the client hanging and not reconnecting whenever
the deluge server is restarted. See https://github.com/JohnDoee/deluge-client/pull/42
https://github.com/JohnDoee/deluge-client/compare/1.10.0...1.10.2
2024-02-19 10:49:57 +01:00
J. Nick Koston
fd1f712d67
Bump esphome dependencies ( #110892 )
2024-02-19 10:38:28 +01:00
Álvaro Fernández Rojas
49e9c9dd48
Update AEMET-OpenData to v0.4.8 ( #110890 )
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2024-02-18 23:33:06 +02:00
spycle
503af70985
Bump pyMicrobot to 0.0.16 ( #110876 )
...
* Update manifest.json
Up-version pyMicrobot
* Update requirements_all.txt
Up-version pyMicrobot
* Update requirements_test_all.txt
Up-version pyMicrobot
2024-02-18 23:32:01 +02:00
Galorhallen
7d3755715f
Update govee-local-api library to 1.4.4 ( #110854 )
2024-02-18 18:04:37 +01:00
Jan-Philipp Benecke
9ac199a8f2
Bump aiotankerkoenig to 0.4.1 ( #110840 )
2024-02-18 11:58:33 +01:00
Allen Porter
bf1b5252c0
Bump ical to 7.0.0 ( #110811 )
2024-02-17 22:58:59 +01:00
Allen Porter
80abe7bfff
Bump pyrainbird to 4.0.2 ( #110814 )
2024-02-17 22:56:09 +01:00
Chris Talkington
3491dd68b5
Update rokuecp to 0.19.1 ( #110670 )
2024-02-17 13:01:47 +01:00
J. Nick Koston
9b1ba19354
Bump aioesphomeapi to 21.0.3 ( #110772 )
2024-02-17 11:09:10 +01:00
Michael
aa5695a859
Bump aiopegelonline to 0.0.9 ( #110760 )
...
bump aiopegelonline to 0.0.9
2024-02-17 01:12:53 +01:00
Malte Franken
d7f650ed7c
Bump georss-ign-sismologia-client to 0.8 ( #110501 )
...
* bump georss-ign-sismologia-client to 0.8
* fixed tests
2024-02-17 00:52:58 +02:00
IceBotYT
35149a46fc
Bump linear-garage-door to 0.2.9 ( #110298 )
2024-02-16 13:56:25 +01:00
Robert Resch
bcce32e2de
Bump deebot-client to 5.2.1 ( #110683 )
...
* Bump deebot-client to 5.2.0
* Bumb again
* Fix tests
2024-02-16 11:47:36 +01:00
Sid
d4a2dc7116
Bump openwebifpy to 4.2.4 ( #110676 )
2024-02-16 10:47:19 +01:00
Matthew FitzGerald-Chamberlain
ce8cf314f9
Add Aprilaire integration ( #95093 )
...
* Add Aprilaire integration
* Fix test errors
* Update constants
* Code review cleanup
* Reuse coordinator from config flow
* Code review fixes
* Remove unneeded tests
* Improve translation
* Code review fixes
* Remove unneeded fixture
* Code review fixes
* Code review updates
* Use base data coordinator
* Deduplicate based on MAC
* Fix tests
* Check mac address on init
* Fix mypy error
* Use config entry ID for entity unique ID
* Fix tests
* Code review updates
* Fix mypy errors
* Code review updates
* Add data_description
* Update homeassistant/components/aprilaire/coordinator.py
Co-authored-by: Jon Oberheide <506986+jonoberheide@users.noreply.github.com>
* Update .coveragerc
* Update homeassistant/components/aprilaire/coordinator.py
---------
Co-authored-by: Erik Montnemery <erik@montnemery.com>
Co-authored-by: Jon Oberheide <506986+jonoberheide@users.noreply.github.com>
2024-02-16 08:30:51 +01:00
Robert Hillis
59d7bceaee
Bump deluge-client to 1.10.0 ( #110663 )
2024-02-16 01:12:34 +01:00
Robert Hillis
dbca65dffb
Bump nextcord to 2.6.0 ( #110485 )
2024-02-15 20:33:07 +01:00
Erik Montnemery
06a21d4ed9
Bump pychromecast to 14.0.0 ( #108374 )
...
* Pass unregister callback to cast HomeAssisstantController
* Update tests
* Bump pychromecast to 14.0.0
* Fix lint warning, adjust tests
* Improve test coverage
2024-02-15 20:14:01 +01:00
Robert Svensson
dc09633cc2
Bump aiounifi to v71 ( #110658 )
2024-02-15 19:17:06 +01:00
kingy444
3529eb6044
Powerview Gen 3 functionality ( #110158 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-02-15 08:27:11 -06:00
spycle
d6efdc47a5
Bump pyMicrobot to 0.0.15 ( #110502 )
2024-02-15 15:21:36 +01:00
Javier Fernández
d555f91702
Update wallbox to 0.6.0 ( #110636 )
...
* Update wallbox plugin version
Closes #110566
* Fix unit tests failing
* Fix import order
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-02-15 15:04:32 +01:00
Kristof Mariën
d7787cdfd8
Bump libpyfoscam to 1.2.2 ( #110625 )
...
Bump foscam dependency
2024-02-15 11:52:01 +01:00
Thomas55555
72297a9044
Bump aioautomower to 2024.2.6 ( #110598 )
2024-02-14 23:14:41 +01:00
J. Nick Koston
eee6a119d5
Bump SQLAlchemy to 2.0.27 ( #110517 )
2024-02-14 10:32:05 +01:00
DustyArmstrong
3bf6d525fb
Bump datapoint to 0.9.9 + re-enable Met Office Integration ( #110206 )
2024-02-13 17:24:08 +01:00
Shay Levy
43bd05ba82
Bump aiowebostv to 0.4.0 ( #110477 )
2024-02-13 16:15:15 +01:00
Michael
602380e111
Detect reached API rate limit in Tankerkoenig ( #110432 )
2024-02-13 14:34:01 +01:00
Cyrill Raccaud
6812596cd7
Switch to new Bring! lib ( #110355 )
...
* switch to new bring lib
* rename lib again
2024-02-13 13:25:32 +01:00
wilburCforce
a317196bda
Update pylutron to 0.2.12 ( #110414 )
2024-02-13 08:37:58 +01:00
Aaron Bach
e3c838d512
Update Notion auth to store refresh tokens instead of account passwords ( #109670 )
2024-02-12 20:35:06 -07:00
Steven Looman
147a1f7b0b
Bump async-upnp-client to 0.38.2 ( #110411 )
2024-02-12 15:31:09 -06:00
Michael
9a672a1f31
Bump py-sucks to 0.9.9 ( #110397 )
...
bump py-sucks to 0.9.9
2024-02-12 21:13:47 +01:00
J. Nick Koston
5e5a9d9c59
Bump SQLAlchemy to 2.0.26 ( #110358 )
2024-02-12 19:57:53 +01:00
J. Nick Koston
4d1e3cdf49
Bump securetar to 2024.2.0 ( #110383 )
2024-02-12 19:50:59 +01:00
Peter Winkler
0157026489
Upgrade myuplink package to 0.2.1 ( #110343 )
2024-02-12 15:33:58 +01:00
Minims
f792690e27
Update python rflink to 0.0.66 ( #110060 )
...
* Update python rflink to 0.0.66
Used to manage new data WIND from last R51 release
* Update requirements_all.txt
* Update requirements_test_all.txt
2024-02-12 13:27:01 +02:00
Joakim Sørensen
30e932f36d
Bump pytraccar from 2.0.0 to 2.1.0 ( #110320 )
2024-02-12 11:23:16 +01:00
J. Nick Koston
e9f8bae693
Bump PySwitchbot to 0.45.0 ( #110275 )
2024-02-11 13:09:11 -06:00
J. Nick Koston
ab85ebb996
Bump thermopro-ble to 0.10.0 ( #110279 )
2024-02-11 13:08:49 -06:00
Michael
ce37b84360
Bump aiopegelonline to 0.0.8 ( #110274 )
2024-02-11 20:06:47 +01:00
Matthias Alphart
8f2f869f46
Update xknxproject to 3.6.0 ( #110282 )
2024-02-11 20:01:16 +01:00
David Bonnes
2e0ee11de5
Bump evohome-async to 0.4.19 ( #110225 )
...
bump client to 0.4.19
2024-02-11 13:31:51 +02:00
Thomas55555
816f231e27
Bump aioautomower to 2024.2.4 ( #110209 )
...
* Bump aioautomower to 2024.2.3
* Bump aioautomower to 2023.2.4
2024-02-11 10:13:52 +02:00
Oliver
0c9f9486bf
Update `denonavr` to `0.11.6` ( #110231 )
...
* Update `denonavr` to `0.11.5`
* Handle `AvrProcessingError` exception
* Remove obsolete `_telnet_was_healthy` property from receiver
* Update `denonavr` to `0.11.6`
2024-02-11 09:29:40 +02:00
J. Nick Koston
327e54cbfb
Bump yalexs to 1.11.2 ( #110144 )
...
changelog: https://github.com/bdraco/yalexs/compare/v1.11.1...v1.11.2
2024-02-09 23:30:42 +01:00
Franck Nijhof
3ac0833f8c
Update sentry-sdk to 1.40.3 ( #110109 )
2024-02-09 20:01:29 +01:00
A Björck
14715c150e
Bump yalexs to 1.11.1, fixing camera snapshots from Yale Home ( #110089 )
2024-02-09 09:09:45 -06:00
Malte Franken
6499be8528
Bump aio-geojson-usgs-earthquakes to 0.3 ( #110084 )
2024-02-09 11:31:16 +01:00
Franck Nijhof
7caf78a926
Update debugpy to 1.8.1 ( #110076 )
2024-02-09 10:08:23 +01:00
David Bonnes
86e6fdb57c
Bump evohome-async to 0.4.18 ( #110056 )
2024-02-09 08:49:09 +01:00
Malte Franken
eef5b44282
Bump aio-geojson-geonetnz-volcano to 0.9 ( #109940 )
2024-02-09 08:45:55 +01:00
Christophe Gagnier
720fb7da59
Update pytechnove to 1.2.2 ( #110074 )
2024-02-09 08:41:48 +01:00
spycle
d3da6cbcfc
Bump pyMicrobot to 0.0.12 ( #109970 )
2024-02-09 08:33:52 +01:00
Brandon Rothweiler
a3dbe42fa1
Bump py-aosmith to 1.0.8 ( #110061 )
2024-02-09 08:25:32 +01:00
Franck Nijhof
e7043f5dda
Update sentry-sdk to 1.40.2 ( #110049 )
2024-02-09 08:15:21 +01:00
J. Nick Koston
122ac059bc
Convert dhcp watcher to asyncio ( #109938 )
2024-02-08 22:23:42 -06:00
J. Nick Koston
2d8d6ce642
Bump aiodiscover 1.6.1 ( #110059 )
...
fixes decoding idna encoding hostnames
changelog: https://github.com/bdraco/aiodiscover/compare/v1.6.0...v1.6.1
2024-02-09 04:27:04 +01:00
Bram Kragten
35cb37ffb0
Update frontend to 20240207.1 ( #110039 )
2024-02-08 20:03:41 +01:00
Robert Resch
69af00b360
Bump deebot-client to 5.1.1 ( #109994 )
2024-02-08 15:41:37 +01:00
Robert Resch
fa0260a5d5
Bump aioecowitt to 2024.2.1 ( #109999 )
2024-02-08 15:41:19 +01:00
wilburCforce
29d3e17461
Update pylutron to 0.2.11 ( #109853 )
2024-02-08 13:32:57 +01:00
jan iversen
e968486594
Bump pymodbus to v3.6.4 ( #109980 )
2024-02-08 13:16:50 +01:00
Marcel van der Veldt
d6e617eff8
Bump Python matter server to 5.5.0 ( #109894 )
2024-02-08 08:59:57 +01:00