J. Nick Koston
4ac439ef88
Migrate nut to use aionut ( #114078 )
2024-03-23 12:02:02 -10:00
G Johansson
3c13a28357
Bump holidays to 0.45 ( #114069 )
2024-03-23 17:24:34 +01:00
On Freund
1a6ff5c2d5
Bump pyrisco to 0.6.0 ( #114063 )
2024-03-23 14:45:17 +01:00
kingy444
26b6bd83fc
Move powerview timeout logic to the upstream api ( #113984 )
2024-03-22 13:38:33 -10:00
Robert Svensson
c6f2ff8e88
Bump axis to v58 ( #114008 )
2024-03-22 17:52:45 +01:00
Arie Catsman
5f5d40ed52
Bump pyenphase to 1.20.0 ( #113963 )
2024-03-21 13:56:31 -10:00
Robert Svensson
0c791051b8
Bump axis to v57 ( #113952 )
2024-03-21 21:42:42 +01:00
Josef Zweck
b4c36d4676
Bump pytedee_async to 0.2.17 ( #113933 )
2024-03-21 15:27:51 +01:00
uchagani
15ac81aae9
Bump islamic_prayer_times to 0.0.12 ( #113744 )
2024-03-20 17:06:57 +01:00
Simone Chemelli
bd2ee161f3
Bump aioshelly to 8.2.0 ( #113886 )
...
aioshelly bump to 8.2.0
2024-03-20 17:06:16 +01:00
Henning Claßen
25be71e05b
Bump numato-gpio to v0.13.0 ( #113182 )
2024-03-20 11:42:01 +01:00
Floris272
249f708071
Bump bluecurrent-api to 1.2.2 ( #110483 )
2024-03-20 11:28:27 +01:00
Scott K Logan
6552e12161
Bump aioraven to 0.5.2 ( #113714 )
2024-03-20 10:57:37 +01:00
Jesse Hills
510e7ccf76
Bump aioesphomeapi to 23.2.0 ( #113854 )
2024-03-19 19:40:09 -10:00
Jessica Smith
02c1088596
Upgrade whirlpool integration to add shared appliances and allow brand selection ( #111687 )
...
* update to 1.18.5 and add Brand to config, required for getting shared appliances
* update version to 0.18.6
* start fixing tests
* fix typo
* check for falsy values instead of explicit None
* move CONF_BRAND from global constants to whirlpool constants
* add test for no brand, fix __init__ import
* add brand to string.json
* add brand to re-auth
* add title/description, add brand info to description
* add reauth strings
* pass already initialized data dict
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* remove trailing comma
* Update strings again
* fix reauth tests to add brand
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-03-20 02:02:45 +01:00
Erik Montnemery
8a9f69b22a
Bump pychromecast to 14.0.1 ( #113841 )
2024-03-19 11:41:10 -10:00
Ernst Klamer
6106a66ed8
Bump bthome-ble to 3.8.1 ( #113800 )
2024-03-19 08:15:57 -04:00
jan iversen
c2538d5176
Bump pymodbus v3.6.6 ( #113796 )
2024-03-19 09:37:36 +01:00
Lucas Mindêllo de Andrade
089a3ab6d7
Bump sunweg to 2.1.1 ( #113767 )
2024-03-19 08:50:11 +01:00
J. Nick Koston
e3ae66ca64
Bump PyMetno to 0.12.0 ( #113777 )
...
changelog: https://github.com/Danielhiversen/pyMetno/releases/tag/0.12.0
2024-03-19 06:57:14 +01:00
Gido
1ed8232b02
Add config flow to Rova ( #113596 )
...
* Add Config Flow for Rova component
* Add tests for Rova config flow
* Fix data type
* Add rova to requirements for tests
* Removed seperate function for area check and global variable
* Add unique name and id to rova entities
* Add support for multiple rova entries
* Fix correct error after connection timeout or http error
* Revert SENSOR_TYPES update
* Add existing rova configuration from yaml as new entity
* Add tests for import configuration.yaml flow
* Cleanup code
* Update valid rova area check in config flow
* Changed abort keys and messages
* Updated using self.add_suggested_values_to_schema
* Update to pass tests
* Added missing strings
* Update sensor unique_ids
* Fix service name formatting
* Update tests for Rova entry
* Update tests to recover after error
* Update test name
* Apply suggestions from code review
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-03-18 18:00:54 +01:00
Chris Caron
7dc64a03ef
Bump apprise to 1.7.4 ( #113629 )
...
Co-authored-by: jan iversen <jancasacondor@gmail.com>
2024-03-18 15:34:08 +01:00
Ernst Klamer
e23ce42d3a
Bump xiaomi-ble to 0.27.1 ( #113686 )
2024-03-17 19:40:03 -10:00
Christopher Bailey
0a26829ffc
Bump pyunifiprotect to 5.0.2 ( #113651 )
2024-03-16 16:15:18 -10:00
luar123
26c1b7e72e
Bump snapcast to 2.3.6 ( #113606 )
2024-03-16 21:16:26 -04:00
Christopher Bailey
0725ff34b1
Bump pyunifiprotect to 5.0.1 ( #113630 )
2024-03-16 23:26:56 +01:00
Allen Porter
a9da9ee443
Bump ical to 7.0.3 to fix local-todo persisted with invalid DTSTART values ( #113526 )
2024-03-16 12:03:26 -10:00
Robert Svensson
ab9b64729a
Bump axis to v56 ( #113608 )
2024-03-16 12:02:52 -10:00
dontinelli
98132d1cd3
Add Fyta integration ( #110816 )
...
* Initial commit for fyta integration
* Update __init__.py
Delete BinarySensor for first PR
* Update __init__.py
Rewind wrongful deletion of comma
* Delete homeassistant/components/fyta/binary_sensor.py
Delete binary_sensor for first pr of integration
* Update manifest.json
Updated requirement to new version of fyta_cli 0.2.1, where bug in import of modules has been resolved.
* Update requirements_test_all.txt
adjust to updated manifest
* Update requirements_all.txt
adjust to updated manifest
* Update test_config_flow.py
* Update config_flow.py
update file to correct error with _entry attribute
* Fyta integration - update initial PR based on review in initial PR #110816 (#2 )
* adjustments to pass test for config_flow
* backport of changes in intitial PR to dev
* update text_config_flow
* changes based on review in initial PR #110816
* Update homeassistant/components/fyta/sensor.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/fyta/config_flow.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/fyta/config_flow.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/fyta/sensor.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/fyta/sensor.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/fyta/coordinator.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/fyta/config_flow.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/fyta/strings.json
Co-authored-by: Sid <27780930+autinerd@users.noreply.github.com>
* Update homeassistant/components/fyta/strings.json
Co-authored-by: Sid <27780930+autinerd@users.noreply.github.com>
* Update homeassistant/components/fyta/manifest.json
Co-authored-by: Sid <27780930+autinerd@users.noreply.github.com>
* Adjustments based on PR-commet of Feb 19 (#3 )
* add test for config_flow.validate_input
* update based on pr review
* update based on pr review
* further refinings based on PR review
* Update tests/components/fyta/test_config_flow.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update test_config_flow.py
Update tests based on PR comment
* Update homeassistant/components/fyta/sensor.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/fyta/sensor.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* add handling and test for duplicate entry
* Update homeassistant/components/fyta/coordinator.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/fyta/sensor.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/fyta/entity.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update test_config_flow.py
parametrize test for exceptions
* Update config_flow.py
Move _async_abort_entries_match, add arguments
* Update coordinator.py
* Update typing in coordinator.py
* Update coordinator.py
update typing
* Update coordinator.py
corrected typo
* Update coordinator.py
* Update entity.py
* Update sensor.py
* Update icons.json
* Update homeassistant/components/fyta/entity.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/fyta/entity.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update entity.py
* Update test_config_flow.py
* Update config_flow.py (change FlowResult to ConfigFlowResult)
* Update config_flow.py
* Update homeassistant/components/fyta/config_flow.py
Co-authored-by: Robert Resch <robert@resch.dev>
* Update homeassistant/components/fyta/config_flow.py
Co-authored-by: Robert Resch <robert@resch.dev>
* Update homeassistant/components/fyta/coordinator.py
Co-authored-by: Robert Resch <robert@resch.dev>
* Update coordinator.py
* Update config_flow.py (typing FlowResult -> ConfigFlowResult)
* Update config_flow.py
* Aktualisieren von config_flow.py
* remove coordinator entities
* Update strings.json
remove plant_number
* Update icons.json
remove plant_number
* Update manifest.json
Update requirement to latest fyta_cli version
* Update requirements_all.txt
* Update requirements_test_all.txt
* Update homeassistant/components/fyta/sensor.py
* Update homeassistant/components/fyta/sensor.py
* Update homeassistant/components/fyta/coordinator.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/fyta/coordinator.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/fyta/coordinator.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/fyta/entity.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/fyta/strings.json
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/fyta/strings.json
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update tests/components/fyta/test_config_flow.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update tests/components/fyta/test_config_flow.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* move test-helpers into conftest.py, adjust import of coordinator.py
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
Co-authored-by: Sid <27780930+autinerd@users.noreply.github.com>
Co-authored-by: Robert Resch <robert@resch.dev>
2024-03-15 18:13:35 +01:00
Drew C
a73553581b
Bump opower to 0.4.1 ( #113509 )
2024-03-15 18:10:58 +01:00
On Freund
4181c62ec0
Bump pyrisco to 0.5.10 ( #113505 )
2024-03-15 13:38:39 +01:00
Shay Levy
e0b1531afa
Remove OpenCV integration ( #113455 )
2024-03-15 12:23:30 +01:00
Diogo Gomes
3e3cf45a5d
Bump croniter to 2.0.2 ( #113494 )
2024-03-15 12:00:08 +01:00
Robert Svensson
2b2b5a2b02
Bump axis to v55 ( #113479 )
2024-03-15 09:38:47 +01:00
Lex Li
92e73312ea
Bump `pysnmp-lextudio` to version `6.0.11` ( #113463 )
2024-03-14 16:19:18 -10:00
J. Nick Koston
e293afe46e
Bump aiodhcpwatcher to 1.0.0 ( #113469 )
2024-03-14 14:16:19 -10:00
Pete Sage
7cdec9aeeb
Bump aiooncue to 0.3.7 ( #113451 )
2024-03-15 01:42:13 +02:00
J. Nick Koston
5a62be571d
Bump aiodhcpwatcher to 0.8.2 ( #113466 )
2024-03-14 13:09:58 -10:00
Thomas55555
f1374503c3
Bump aioautomower to 2024.3.3 ( #113430 )
2024-03-14 17:51:24 +01:00
Jeef
0867ace44a
Bump weatherflow_cloud backing lib v0.2.13 ( #113181 )
...
* bump backing lib - and switch to rest models
* ci fix
2024-03-14 16:55:25 +01:00
Matthias Lohr
6a1913b372
Bump tololib to 1.1.0 ( #113268 )
...
* upgrade tololib dependency to v1.0.0
* use latest available patch version
* fixed tolo tests
* fixed test cases
2024-03-14 13:55:16 +01:00
Joakim Sørensen
a6594f8860
Bump hass-nabucasa from 0.78.0 to 0.79.0 ( #113405 )
2024-03-14 12:54:43 +01:00
tronikos
bc6917552f
Bump gassist-text to 0.0.11 ( #113386 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-03-13 22:47:09 -10:00
tronikos
438215f220
Bump opower to 0.4.0 ( #113390 )
2024-03-13 22:46:44 -10:00
J. Nick Koston
870caf90c1
Bump ha-ffmpeg to 3.2.0 ( #113297 )
...
No longer needs to use the executor to run subprocesses
changelog: https://github.com/home-assistant-libs/ha-ffmpeg/compare/3.1.0...3.2.0
2024-03-14 00:14:13 -04:00
J. Nick Koston
6338c8d86e
Bump aiodiscover to 2.0.0 ( #113337 )
2024-03-13 17:24:33 -10:00
J. Nick Koston
3d1a65a1c3
Bump bluetooth-auto-recovery to 1.4.0 ( #113368 )
2024-03-13 17:13:22 -10:00
J. Nick Koston
9e645e1b00
Bump aiodns to 3.1.1 ( #113371 )
2024-03-13 16:46:40 -10:00
Maciej Bieniek
b47fb68214
Bump `brother` library to version `4.0.2` ( #113235 )
...
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
2024-03-13 17:50:29 +01:00
Chris Talkington
dbb07c98e2
Bump pyipp to 0.15.0 ( #113204 )
...
update pyipp to 0.15.0
2024-03-13 17:22:07 +02:00
Chris Talkington
2005e787bd
Bump rokuecp to 0.19.2 ( #113198 )
2024-03-13 10:40:39 +01:00
J. Nick Koston
ca9dea79a4
Bump radios to 0.3.1 ( #112850 )
2024-03-13 10:29:50 +01:00
Ståle Storø Hauknes
d2bd68ba30
Bump airthings_ble to 0.7.1 ( #113172 )
...
Co-authored-by: Ståle Storø Hauknes <LaStrada@users.noreply.github.com>
2024-03-12 15:48:36 -10:00
Jeef
848012871f
Bump weatherflow4py to 0.1.17 ( #112661 )
2024-03-12 21:13:30 +01:00
Thomas55555
21a021944f
Bump aioautomower to 2024.3.2 ( #113162 )
2024-03-12 18:50:57 +01:00
Michael Hansen
18a7f004db
Bump intents to 2023.3.12 ( #113160 )
...
Bump intents
2024-03-12 12:45:14 -04:00
Joost Lekkerkerker
a8d1d90484
Bump yt-dlp to 2024.03.10 ( #109763 )
2024-03-12 13:57:19 +01:00
Jevgeni Kiski
50ac3c8cfd
Update vallox_websocket_api to 5.1.1 ( #113139 )
...
Bump vallox-websocket-api==5.1.1
2024-03-12 11:32:42 +01:00
Josef Zweck
433d3a5106
bump pytedee_async to 0.2.16 ( #113135 )
2024-03-12 08:55:21 +01:00
Robert Svensson
487ae1786f
Bump axis to v54 ( #113091 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-03-11 19:41:33 -04:00
J. Nick Koston
2061cedadb
Bump aiodhcpwatcher to 0.8.1 ( #113096 )
2024-03-11 12:01:06 -10:00
Mike Woudenberg
52b69bcfde
Update Loqed helper for more logging ( #112646 )
...
Updates Loqed helper for more logging
2024-03-11 22:20:06 +01:00
Aaron Bach
4d77bec681
Bump `regenmaschine` to 2024.03.0 ( #113074 )
2024-03-11 18:37:00 +01:00
Ernst Klamer
564c31e846
Bump xiaomi-ble to 0.27.0 ( #113013 )
2024-03-11 12:39:07 +01:00
Sid
c60aed3012
Bump webmin-xmlrpc to 0.0.2 ( #113004 )
2024-03-11 11:44:21 +01:00
星野SKY
716a163f5f
Bump boschshcpy to 0.2.82 ( #112890 )
2024-03-11 11:11:32 +01:00
Marcel van der Veldt
e87e0d2d41
Bump aioslimproto to 3.0.0 ( #113046 )
2024-03-11 10:54:51 +01:00
Ernst Klamer
db44efc1a3
Bump bthome-ble to 3.8.0 ( #113008 )
...
Bump bthome-ble
2024-03-10 23:25:04 -04:00
J. Nick Koston
e96ef4613c
Bump aioesphomeapi to 23.1.1 ( #113016 )
...
changelog: https://github.com/esphome/aioesphomeapi/compare/v23.1.0...v23.1.1
Fixes cryptic error message the user tried to send a command
or execute a service call when the device was disconnected
2024-03-10 23:18:49 -04:00
Robert Svensson
416d21c548
Bump axis to v53 ( #113019 )
2024-03-10 23:17:12 -04:00
Allen Porter
23f9aea64d
Bump ical to 7.0.1 and always use home assistant timezone for local todo dtstart ( #113034 )
2024-03-10 23:13:02 -04:00
Thomas55555
9a647d9b17
Bump aioautomower to 2024.3.0 ( #112627 )
...
Fix error in Husqvarna automower in Zones dataclass
2024-03-10 23:10:27 +02:00
Henning Claßen
34d316e7b5
Update the numato-gpio dependency of the numato integration to v0.12.0 ( #112272 )
...
* Update the numato-gpio dependency of the numato integration to v0.12.0
* Augment numato integration manifest with integration_type
Fulfills a requirement in the PR checklist.
2024-03-10 12:02:25 +02:00
Ernst Klamer
e91a38eede
Add Locks to Xiaomi-BLE ( #111156 )
2024-03-09 22:29:48 -10:00
A Björck
e631224372
Bump yalexs to 2.0.0 ( #111706 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-03-09 22:11:10 -10:00
Lex Li
9974af39ac
Upgrade `pysnmp-lextudio` to version `6.0.9` ( #112795 )
2024-03-09 09:51:08 -10:00
Shay Levy
ed3ec85e55
Bump bthome-ble to 3.7.0 ( #112783 )
2024-03-08 22:28:56 -05:00
Arie Catsman
c7eabd95e6
Bump pyenphase to 1.19.2 ( #112747 )
2024-03-08 15:28:03 -05:00
Maciej Bieniek
7cbe49520e
Downgrade `pysnmp-lextudio` to version `5.0.34` ( #112696 )
...
Downgrade pysnmp-lextudio to version 5.0.34
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
2024-03-08 08:54:00 -05:00
Aidan Timson
f8b05a0a81
Update systembridgeconnector to version 4.0.3 ( #112608 )
2024-03-08 12:11:17 +01:00
Mr. Bubbles
6e807df22e
Fix incorrect filtering of unsupported locales in bring-api ( #112589 )
2024-03-08 11:55:18 +01:00
Aaron Bach
9555e8764a
Bump `aionotion` to 2024.03.0 ( #112675 )
2024-03-08 11:51:05 +01:00
Jim
d2effd8693
Bump python-telegram-bot package to 21.0.1 ( #110297 )
...
* Bump python-telegram-bot package version to the latest.
* PySocks is no longer required as python-telegram-bot doesn't use urllib3 anymore.
* Fix moved ParseMode import
* Update filters import to new structure.
* Refactor removed Request objects to HTTPXRequest objects.
* Update to support asyncc functions
* Update timeout to new kwarg
connect_timeout is the most obvious option based on current param description, but this may need changing.
* Compatibility typo.
* Make methods async and use Bot client async natively
* Type needs to be Optional
That's what the source types are from the library
Also handle new possibility of None value
* Add socks support version of the library
* Refactor load_data function
Update to be async friendly
Refactor to use httpx instead of requests.
* Refactor Dispatcher references to Application
This is the newer model of the same class.
* Make more stuff async-friendly.
* Update tests to refactor Dispatcher usage out.
* Remove import and reference directly
* Refactor typing method
* Use async_fire now we have async support
* Fix some over complicate inheritance.
* Add the polling test telegram_text event fired back in.
* Add extra context to comment
* Handler should also be async
* Use underscores instead of camelCase
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Renamed kwarg.
* Refactor current timeout param to be read timeout
Reading the old version of the library code I believe this matches the existing functionality best
* Combine unload methods into one listener
* Fix test by stopping HA as part of fixture
* Add new fixture to mock stop_polling call
Use this in all polling tests.
* No longer need to check if application is running
It was to stop a test failing.
* Make sure the updater is started in tests
Mock external call methods
Remove stop_polling mock.
* Use cleaner references to patched methods
* Improve test by letting the library create the Update object
* Mock component tear down methods to be async
* Bump mypy cache version
* Update dependency to install from git
Allows use as a custom component in 2024.3
Allows us to track mypy issue resolution.
* Update manifest and requirements for new python-telegram-bot release.
* Remove pytest filterwarnings entry for old version of python-telegram-bot library.
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-03-08 08:56:26 +01:00
Robert Svensson
15b59d310a
Bump axis to v52 ( #112632 )
...
* Bump axis to v51
* Bump to v52
2024-03-08 07:42:37 +01:00
jan iversen
27af6f1466
Bump pymodbus to v3.6.5 ( #112629 )
2024-03-07 22:38:51 +01:00
Bram Kragten
1b824a4fea
Update frontend to 20240307.0 ( #112620 )
2024-03-07 10:58:49 -05:00
Erik Montnemery
fa4c0d78e9
Restore the juicenet integration ( #112578 )
2024-03-07 16:41:54 +01:00
Jeef
008e025d5c
Bump weatherflow4py to 0.1.14 ( #112554 )
...
adding missing rain states
2024-03-07 12:39:38 +01:00
Jesse Hills
3ccbb2c87a
Bump aioesphomeapi to 23.1.0 ( #112560 )
2024-03-07 16:44:58 +13:00
Michael Hansen
457e27ecfd
Bump intents to 2024.3.6 ( #112515 )
2024-03-06 13:47:58 -06:00
Josef Zweck
1daaffc01f
Bump pytedee_async to 0.2.15 ( #112495 )
2024-03-06 14:24:53 +01:00
Bram Kragten
3e7d42a83b
Update frontend to 20240306.0 ( #112492 )
2024-03-06 12:16:29 +01:00
Thomas55555
0a11cb5382
Avoid errors when there is no internet connection in Husqvarna Automower ( #111101 )
...
* Avoid errors when no internet connection
* Add error
* Create task in HA
* change from matter to automower
* tests
* Update homeassistant/components/husqvarna_automower/coordinator.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* address review
* Make websocket optional
* fix aioautomower version
* Fix tests
* Use stored websocket
* reset reconnect time after sucessful connection
* Typo
* Remove comment
* Add test
* Address review
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-03-06 11:25:56 +01:00
Brett Adams
f801ec45ce
Bump tesla-fleet-api to 0.4.9 ( #112288 )
...
* Bump to 0.4.9
* Use SubscriptionRequired instead of PaymentRequired
2024-03-06 09:09:15 +01:00
G Johansson
f5700aa318
Bump holidays to 0.44 ( #112442 )
2024-03-05 21:43:58 -05:00
Robert Svensson
fe0ba1141d
Fix handling missing parameter by bumping axis library to v50 ( #112437 )
...
Fix handling missing parameter
2024-03-05 21:41:20 -05:00
Matthias Alphart
862d04c035
Update xknx to 2.12.2 - Fix thread leak on unsuccessful connections ( #112450 )
...
Update xknx to 2.12.2
2024-03-05 23:35:22 +01:00
J. Nick Koston
235771aaa2
Bump SQLAlchemy to 2.0.28 ( #112314 )
2024-03-05 12:14:30 -10:00
Álvaro Fernández Rojas
bf596562bf
Update aioairzone-cloud to v0.4.6 ( #112198 )
...
This adds Cloud Push related functionality.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2024-03-05 15:25:15 +02:00
Mr. Bubbles
d0c81f7d00
Bump bring-api to 0.5.5 ( #112266 )
...
Fix KeyError listArticleLanguage
2024-03-04 21:19:26 -05:00