Mick Vleeshouwer
273e125859
Bump pyOverkiz to 1.13.8 ( #111930 )
...
Bump pyoverkiz to 1.13.8
2024-03-01 23:29:47 +01:00
Paul Bottein
d592e95ba4
Update frontend to 20240301.0 ( #111961 )
2024-03-01 13:38:08 -05:00
Robert Svensson
d81ed37501
Fix unsupported device type in deCONZ integration ( #111892 )
2024-02-29 21:05:43 -05:00
J. Nick Koston
0b0036fb12
Bump habluetooth to 2.4.2 ( #111885 )
2024-02-29 12:49:28 -10:00
Álvaro Fernández Rojas
3b1688f6bd
Update aioairzone to v0.7.5 ( #111879 )
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2024-02-29 22:41:33 +01:00
Bram Kragten
66b17a8e0d
Update frontend to 20240228.1 ( #111859 )
2024-02-29 12:05:22 -05:00
Michael Hansen
0985a7ab91
Bump intents and add sentence tests ( #111791 )
2024-02-28 23:25:33 -05:00
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
Jan-Philipp Benecke
fc5f4bd5b8
Bump aioelectricitymaps to 0.4.0 ( #109895 )
2024-02-08 08:42:22 +01:00
Åke Strandberg
8fd51fcbef
Bump myuplink dependency to 0.1.1 ( #109878 )
...
Bump myuplink dependeny to 0.1.1
2024-02-07 18:07:53 +01:00
Malte Franken
8dd1e741b2
Bump aio-geojson-geonetnz-quakes to 0.16 ( #109873 )
2024-02-07 16:24:25 +01:00
Bram Kragten
521e9eb869
Update frontend to 20240207.0 ( #109871 )
2024-02-07 12:29:06 +01:00
Malte Franken
059c251194
Bump aio-georss-gdacs to 0.9 ( #109859 )
2024-02-07 10:27:10 +01:00
Thomas55555
6d4ab6c758
Add Husqvarna Automower integration ( #109073 )
...
* Add Husqvarna Automower
* Update homeassistant/components/husqvarna_automower/__init__.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/husqvarna_automower/config_flow.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/husqvarna_automower/entity.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/husqvarna_automower/entity.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/husqvarna_automower/lawn_mower.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/husqvarna_automower/lawn_mower.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* address review
* add test_config_non_unique_profile
* add missing const
* WIP tests
* tests
* tests
* Update homeassistant/components/husqvarna_automower/api.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/husqvarna_automower/config_flow.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/husqvarna_automower/config_flow.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update tests/components/husqvarna_automower/conftest.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* .
* loop through test
* Update homeassistant/components/husqvarna_automower/entity.py
* Update homeassistant/components/husqvarna_automower/coordinator.py
* Update homeassistant/components/husqvarna_automower/coordinator.py
* Apply suggestions from code review
* ruff
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-02-07 09:27:04 +01:00
Vilppu Vuorinen
5521a39866
Disable energy report based operations with API lib upgrade ( #109832 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-02-07 08:45:27 +01:00
starkillerOG
8e51affe50
Bump motionblinds to 0.6.20 ( #109837 )
2024-02-07 06:23:57 +01:00
puddly
26e6bc8a6a
Bump ZHA dependency zigpy to 0.62.3 ( #109848 )
2024-02-07 06:22:54 +01:00
Joost Lekkerkerker
252baa93aa
Bump aioecowitt to 2024.2.0 ( #109817 )
2024-02-06 22:37:20 +01:00
Joakim Plate
3ec0ea3ef9
Update nibe to 2.8.0 with LOG.SET fixes ( #109825 )
...
Update nibe to 2.8.0
2024-02-06 22:06:59 +01:00
J. Nick Koston
88086dfa0c
Bump aioesphomeapi to 21.0.2 ( #109824 )
2024-02-06 21:01:10 +01:00
Erik Montnemery
b5f049b84c
Bump python-otbr-api to 2.6.0 ( #109823 )
2024-02-06 21:14:45 +02:00
Erik Montnemery
fabcf2948e
Bump hass-nabucasa from 0.77.0 to 0.78.0 ( #109813 )
2024-02-06 19:02:32 +01:00
puddly
a533fa222e
Bump ZHA dependencies ( #109770 )
...
* Bump ZHA dependencies
* Bump universal-silabs-flasher to 0.0.18
* Flip `Server_to_Client` enum in ZHA unit test
* Bump zigpy to 0.62.2
2024-02-06 09:40:29 -05:00
Jan-Philipp Benecke
1e5ab3ad47
Bump aioelectricitymaps to 0.3.1 ( #109797 )
2024-02-06 15:16:15 +01:00
Matthias Alphart
78f21ecc58
Update xknx to 2.12.0 and xknxproject to 3.5.0 ( #109787 )
2024-02-06 14:30:53 +01:00
Matrix
b8c4821e48
Bump yolink-api to 0.3.7 ( #109776 )
2024-02-06 10:52:41 +01:00
Steven B
f8862f64a1
Bump ring_doorbell to 0.8.7 ( #109783 )
2024-02-06 10:10:43 +01:00
G Johansson
4119d20f87
Bump holidays to 0.42 ( #109760 )
2024-02-05 15:59:02 -05:00
Simone Chemelli
3294506190
Queue climate calls for Comelit SimpleHome ( #109707 )
2024-02-05 18:52:58 +01:00
Cyrill Raccaud
53d46acc50
Bump python-bring-api to 3.0.0 ( #109720 )
2024-02-05 18:51:01 +01:00
Bram Kragten
0e9628bba0
Update frontend to 20240205.0 ( #109716 )
2024-02-05 16:09:33 +01:00
Erik Montnemery
ebda0472e9
Bump hass-nabucasa from 0.76.0 to 0.77.0 ( #109699 )
2024-02-05 15:11:39 +01:00
Marcel van der Veldt
682fff73f5
Bump python matter server to 5.4.1 ( #109692 )
2024-02-05 12:40:40 +01:00
Myles Eftos
41a256a3ff
Show site state in Amberelectric config flow ( #104702 )
2024-02-05 10:53:42 +01:00
spycle
bfebde0f79
Bump pyMicrobot to 0.0.10 ( #109628 )
2024-02-05 10:34:14 +01:00
jjlawren
a5bd0292da
Bump plexapi to 4.15.9 ( #109676 )
2024-02-05 08:52:37 +01:00
Ernst Klamer
a95a51da05
Add Xiaomi-ble remotes and dimmers ( #109327 )
2024-02-05 00:30:47 +01:00
Malte Franken
3def42726a
Bump georss-generic-client to 0.8 ( #109658 )
2024-02-05 00:27:49 +01:00
Aaron Bach
edc6e3e2f9
Bump `aionotion` to 2024.02.0 ( #109577 )
2024-02-04 14:35:08 -07:00
Franck Nijhof
b553bb71e6
Fix Tuya QR code expiry, use native QR selector ( #109615 )
...
* Fix Tuya QR code expiry, use native QR selector
* Adjust tests
2024-02-04 18:58:09 +01:00
J. Nick Koston
0a248d0f87
Bump yalexs-ble to 2.4.1 ( #109585 )
...
changelog: https://github.com/bdraco/yalexs-ble/compare/v2.4.0...v2.4.1
2024-02-04 10:17:13 +01:00
Klaas Schoute
7e299c2142
Bump easyenergy lib to v2.1.1 ( #109510 )
2024-02-03 20:20:17 +01:00
J. Nick Koston
1c268b1724
Bump mopeka-iot-ble to 0.7.0 ( #109516 )
2024-02-03 12:11:40 -06:00
Aidas Klimas
978d2a79f6
Bump qingping_ble to 0.10.0 - Add support for GCP22C (Qingping CO2 Temp RH) ( #108567 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-02-03 11:23:19 -06:00
Matthias Alphart
ad0ee7d781
Update pyfronius to 0.7.3 ( #109507 )
2024-02-03 17:34:50 +02:00
Jurriaan Pruis
3f7d2da35c
Bump matrix-nio to 0.24.0 ( #109403 )
...
Update matrix-nio to 0.24.0
2024-02-03 12:31:48 +01:00
Michael Hansen
c6ea57458c
Pass slots to error messages instead of IDs [rework] ( #109410 )
...
Co-authored-by: tetele <tm.sandu@gmail.com>
2024-02-03 12:14:33 +01:00
Jc2k
0884215130
Bump aiohomekit to 3.1.4 ( #109414 )
2024-02-03 07:39:35 +01:00
Michael Hansen
595dd651bb
Bump intents to 2024.2.2 ( #109412 )
...
Bump intents to 2024.2.2
2024-02-02 20:13:17 -05:00
Jan-Philipp Benecke
99fcff47f9
Bump aioelectricitymaps to 0.3.0 ( #109399 )
...
* Bump aioelectricitymaps to 0.3.0
* Fix tests
2024-02-03 00:04:41 +02:00
Jan-Philipp Benecke
4809327124
Bump aiotankerkoenig to 0.3.0 ( #109404 )
2024-02-02 23:42:10 +02:00
Teemu R
e61864c0b5
Bump python-kasa to 0.6.2.1 ( #109397 )
2024-02-02 21:24:24 +01:00
Franck Nijhof
2c3a952ef8
Update elgato to 5.1.2 ( #109391 )
2024-02-02 14:34:00 -05:00
Bram Kragten
6b7a984314
Update frontend to 20240202.0 ( #109388 )
2024-02-02 17:30:07 +01:00
Franck Nijhof
a452ad6454
Update sentry-sdk to 1.40.0 ( #109363 )
2024-02-02 11:33:03 +01:00
Robert Resch
61e6882b91
Bump deebot_client to 5.1.0 ( #109360 )
2024-02-02 11:02:00 +01:00
Michael Hansen
a1eaa5cbf2
Migrate to new intent error response keys ( #109269 )
2024-02-01 21:10:24 +01:00
Josef Zweck
fa17693e3c
Bump pytedee_async to 0.2.13 ( #109307 )
...
bump
2024-02-01 17:05:02 +01:00
Ståle Storø Hauknes
9bb6d756f1
Bump airthings-ble to 0.6.1 ( #109302 )
...
Bump airthings-ble
2024-02-01 12:59:41 +01:00
Joakim Sørensen
f791c77f3b
Bump hass-nabucasa from 0.75.1 to 0.76.0 ( #109296 )
2024-02-01 11:11:28 +01:00
Chris Talkington
f87550c909
Update rokuecp to 0.19 ( #109100 )
2024-02-01 09:08:32 +01:00
Dan
08f8f84f61
Bump opower to 0.3.0 ( #109248 )
...
Co-authored-by: Dan Swartz <3066652+swartzd@users.noreply.github.com>
2024-02-01 01:34:33 +01:00
Steven B
552d14204d
Bump ring_doorbell to 0.8.6 ( #109199 )
2024-01-31 10:32:27 -10:00
J. Nick Koston
729c6db082
Bump govee-ble to 0.31.0 ( #109235 )
2024-01-31 09:47:31 -10:00
Bram Kragten
3cbfae5cc7
Update frontend to 20240131.0 ( #109231 )
2024-01-31 19:49:50 +01:00
Jan-Philipp Benecke
71c2460161
Move tankerkoenig to new aiotankerkoenig package ( #108913 )
...
* Move tankerkoenig to new aiotankerkoenig package
* Fix config flow coverage
* Process code review suggestions
* Process code review suggestions
2024-01-31 14:57:08 +01:00
Joakim Sørensen
640463c559
Add Traccar server integration ( #109002 )
...
* Add Traccar server integration
* Add explination
* Update homeassistant/components/traccar_server/coordinator.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Add data_description
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-01-31 14:50:18 +01:00
Joakim Sørensen
52a692df3e
Add Elvia integration ( #107405 )
2024-01-31 14:47:37 +01:00
Manuel Dipolt
0c83fd0897
Add romy vacuum integration ( #93750 )
...
Co-authored-by: Erik Montnemery <erik@montnemery.com>
Co-authored-by: Robert Resch <robert@resch.dev>
Co-authored-by: Allen Porter <allen.porter@gmail.com>
2024-01-31 10:48:44 +01:00
Robert Svensson
30fdb2a8b3
Add log to show last received UniFi websocket message ( #109167 )
2024-01-31 08:46:47 +01:00
Jan-Philipp Benecke
7e99ddcac9
Bump aioelectricitymaps to 0.2.0 ( #109150 )
2024-01-30 23:48:56 -05:00
David F. Mulcahey
3115af1041
Add update platform to ZHA (bumps zigpy to 0.61.0) ( #107612 )
...
* stub out zha update entity
* update matcher
* updates based on assumptions / conversation
* hook into current installed version
* post rebase cleanup
* incorporate zigpy changes
* fix async_setup_entry
* fix sw_version
* make ota work with config diagnostic match
* fix version format
* sync up with latest Zigpy changes
* fix name attribute
* disable ota providers for tests
* update device list
* review comment
* add current_file_version to Ota ZCL_INIT_ATTRS
* updates to update and start tests
* get installed version from restore data
* better version handling
* remove done todo notes
* reorganize test
* move image notify to cluster handler
* add test for manual update check
* firmware update success test
* coverage
* use zigpy defs
* clean up after rebase
* bump Zigpy
* cleanup from review comments
* fix busted F string
* fix empty error
* move inside check
* guard zigbee network from bulk check for updates
2024-01-30 22:34:48 -05:00
Franck Nijhof
82e1ed43f8
Migrate Tuya integration to new sharing SDK ( #109155 )
...
* Scan QR code to log in And Migrate Tuya integration to new sharing SDK (#104767 )
* Remove non-opt-in/out reporting
* Improve setup, fix unload
* Cleanup token listner, remove logging of sensitive data
* Collection of fixes after extensive testing
* Tests happy user config flow path
* Test unhappy paths
* Add reauth
* Fix translation key
* Prettier manifest
* Ruff format
* Cleanup of const
* Process review comments
* Adjust update token handling
---------
Co-authored-by: melo <411787243@qq.com>
2024-01-30 21:22:22 -05:00
Duco Sebel
41fdcce226
Bumb python-homewizard-energy to 4.3.0 ( #109131 )
2024-01-31 01:50:00 +01:00
Marcel van der Veldt
182d00be66
Bump python-matter-server to 5.4.0 ( #109178 )
2024-01-31 01:39:00 +01:00
J. Nick Koston
bea7dd756a
Bump regenmaschine to 2024.01.0 ( #109157 )
2024-01-30 12:34:48 -10:00
escoand
e7d5ae7ef6
Add Nextcloud update entity ( #106690 )
...
* add nextcloud update entity
* don't init update entity on older nextcloud versions
* ruff
* pass skipUpdate to module
* bump deps
* bump requirements
* Update homeassistant/components/nextcloud/update.py
Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
* Update homeassistant/components/nextcloud/update.py
Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
* bump requirements
* Update homeassistant/components/nextcloud/update.py
Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
* Update homeassistant/components/nextcloud/update.py
Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
---------
Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
2024-01-30 23:01:26 +01:00
TheJulianJES
0b09ffbcde
Bump zha-quirks to 0.0.110 ( #109161 )
...
* Bump zha-quirks to 0.0.110
* Reflect removal of `IasWd` cluster for Heiman sensor in tests
2024-01-30 16:39:59 -05:00
Ernst Klamer
70ee6a16ee
Add event entity to Xiaomi-BLE integration ( #108811 )
2024-01-30 08:42:56 -10:00
Marcel van der Veldt
4576fea511
Bump python-matter-server to 5.3.1 ( #109118 )
2024-01-30 13:19:51 +01:00
Christophe Gagnier
a8915b85a4
Bump pytechnove to 1.2.1 ( #109098 )
...
* Bump TechnoVE library to 1.2.0
* Bump TechnoVE library to 1.2.1
* Exclude unknown status from the options
* Regenerate test_sensor.ambr for TechnoVE snapshot test
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-01-30 12:40:35 +01:00
Michael Hansen
9752e70675
Intents package combines sentences/responses per language ( #109079 )
2024-01-30 12:38:29 +01:00
peebles
b3c1e165db
Bump simplisafe-python to 2024.01.0 ( #109091 )
2024-01-30 08:58:02 +01:00
puddly
b9f48f62de
Bump ZHA dependency zigpy to 0.60.7 ( #109082 )
2024-01-29 23:59:56 +01:00
Marcel van der Veldt
769da1ee23
Bump python-matter-server to version 5.3.0 ( #109068 )
2024-01-29 23:26:37 +01:00
Franck Nijhof
6ce16286d5
Update colorlog to 6.8.2 ( #109072 )
2024-01-29 23:24:17 +01:00
Franck Nijhof
3dec206421
Update apprise to 1.7.2 ( #109071 )
2024-01-29 23:17:44 +01:00
J. Nick Koston
b5c1d3feeb
Bump tesla-powerwall to 0.5.1 ( #109069 )
2024-01-29 22:50:06 +01:00
Robert Resch
872a59f405
Bump deebot-client to 5.0.0 ( #109066 )
2024-01-29 21:45:10 +01:00
Teemu R
6f88cd3273
Bump python-kasa to 0.6.2 ( #109064 )
2024-01-29 10:19:44 -10:00
Malte Franken
6cf48068b5
Bump aio-geojson-nsw-rfs-incidents to 0.7 ( #108885 )
2024-01-29 15:52:20 +01:00
Cyrill Raccaud
f82fb63dce
Add bring integration ( #108027 )
...
* add bring integration
* fix typings and remove from strictly typed
- wait for python-bring-api to be ready for strictly typed
* make entity unique to user and list
- before it was only list, therefore the same list imported by two users would have failed
* simplify bring attribute
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* cleanup and code simplification
* remove empty fields in manifest
* __init__.py aktualisieren
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* __init__.py aktualisieren
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* strings.json aktualisieren
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* streamline async calls
* use coordinator refresh
* fix order in update call and simplify bring list
* simplify the config_flow
* Update homeassistant/components/bring/manifest.json
Co-authored-by: Sid <27780930+autinerd@users.noreply.github.com>
* add unit testing for __init__.py
* cleanup comments
* use dict instead of list
* Update homeassistant/components/bring/todo.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* clean up
* update attribute name
* update more attribute name
* improve unit tests
- remove patch and use mock in conftest
* clean up tests even more
* more unit test inprovements
* remove optional type
* minor unit test cleanup
* Update .coveragerc
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
Co-authored-by: Sid <27780930+autinerd@users.noreply.github.com>
2024-01-29 15:08:11 +01:00
Isak Nyberg
789055fd68
Fix Permobil eula error ( #107290 )
...
* bump mypermobil to 0.1.8
* add eula check in config flow
* Update strings.json
* add test for email code with signed eula
* fix docstring character limit
* add placeholder description for MyPermobil
2024-01-29 12:48:55 +01:00
Joost Lekkerkerker
57622acabf
Bump python-homewizard-energy to v4.2.2 ( #109038 )
2024-01-29 08:42:24 +01:00
Tomer Shemesh
6de8304256
Update pylutron-caseta to 0.19.0 ( #108987 )
2024-01-28 09:18:28 -10:00
Brett Adams
6ef0b9bf97
Bump tesla-fleet-api to 0.2.3 ( #108992 )
2024-01-28 19:25:17 +01:00
G Johansson
c6ffd453d2
Bump pytrafikverket to 0.3.10 ( #108984 )
2024-01-28 11:26:02 +01:00
Matrix
40010620dd
Bump yolink-api to 0.3.6 fix aiomqtt breaking changes ( #108555 )
...
* bump yolink-api to 0.3.5
* bump yolink-api to 0.3.6
2024-01-28 00:38:42 -05:00
Arie Catsman
49667a26b2
Bump pyenphase to 1.19.0 ( #108951 )
2024-01-27 10:10:03 -10:00
Michael Hansen
61c6c70a7d
Improved Assist debug ( #108889 )
...
* Differentiate builtin/custom sentences and triggers in debug
* Refactor so async_process runs triggers
* Report relative path of custom sentences file
* Add sentence trigger test
2024-01-26 23:04:45 -05:00
Simone Chemelli
e1b1bb070d
Bump aiocomelit to 0.8.2 ( #108862 )
...
* bump aicomelit to 0.8.1
* bump to 0.8.2
2024-01-25 21:40:06 +01:00