Florent Thoumie
9f2232fad1
Bump iaqualink to 0.5.3 ( #141709 )
...
* Update to iaqualink 0.5.3 and silence warning
* Update to iaqualink 0.5.3 and silence warning
* Re-add via_device line
2025-03-30 06:49:18 +02:00
Marcel van der Veldt
f7a0a9fa41
Bump music assistant client to 1.2.0 ( #141668 )
...
* Bump music assistant client to 1.2.0
* Update test fixtures
2025-03-28 22:43:31 +01:00
Jason Hunter
7ae397a211
Update Duke Energy package to fix integration ( #141669 )
...
* Update Duke Energy package to fix integration
* fix tests
2025-03-28 18:33:59 +00:00
Michael Hansen
a150f9d5ad
Bump intents and always prefer more literal text ( #141663 )
2025-03-28 13:03:42 -04:00
Bram Kragten
ef06d2c06e
Update frontend to 20250328.0 ( #141659 )
2025-03-28 16:08:14 +01:00
Jan-Philipp Benecke
9f0976d94a
Bump aiowebdav2 to 0.4.4 ( #141615 )
2025-03-27 23:19:04 +01:00
Luke Lashley
4ff5a04a72
Bump Python-Snoo to 0.6.5 ( #141599 )
...
* Bump Python-Snoo to 0.6.5
* add to event_types
2025-03-27 21:56:11 +01:00
Paul Bottein
799962ef0e
Update frontend to 20250327.1 ( #141596 )
2025-03-27 20:58:59 +01:00
Stephan Traub
631f817f11
Wiz - update dependency to support new light features and bugfixes ( #141529 )
...
* Bump pywizlight and fix deprecation issue
* Removed workaround for color_mode; update pywizlight
2025-03-27 21:51:42 +02:00
Jan-Philipp Benecke
1ad12d5945
Bump aiowebdav2 to 0.4.3 ( #141586 )
2025-03-27 19:44:33 +02:00
Bram Kragten
abbabc11d2
Update frontend to 20250327.0 ( #141585 )
2025-03-27 17:51:52 +01:00
Simon Lamon
dfb088e524
Bump linkplay to v0.2.2 ( #141542 )
...
Bump linkplay
2025-03-27 08:51:12 +01:00
J. Nick Koston
0f9fd78656
Bump pyserial-asyncio-fast to 0.16 ( #141540 )
...
changelog: https://github.com/home-assistant-libs/pyserial-asyncio-fast/compare/0.15...0.16
2025-03-27 07:32:59 +01:00
Marc Mueller
d51070c99b
Update boto3 to 1.37.1 and aiobotocore to 2.21.1 ( #141499 )
2025-03-27 01:38:34 +01:00
Marc Mueller
50d050e63e
Update pyserial-asyncio-fast to 0.15 ( #141537 )
2025-03-27 01:33:01 +01:00
Robert Resch
22d1b8e1cd
Bump deebot-client to 12.4.0 ( #141501 )
2025-03-26 19:36:04 +01:00
Maciej Bieniek
c8ab5bc796
Bump IMGW-PIB library to 1.0.10 ( #141491 )
2025-03-26 17:57:27 +01:00
Álvaro Fernández Rojas
4f3b36c2e1
Update aioairzone-cloud to v0.6.11 ( #141488 )
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2025-03-26 17:57:15 +01:00
Marc Mueller
222d89a84c
Update meteofrance-api to 1.4.0 ( #141490 )
2025-03-26 17:56:45 +01:00
Joost Lekkerkerker
eb3cb0e0c7
Bump yt-dlp to 2025.03.26 ( #141484 )
2025-03-26 11:49:29 -05:00
Erik Montnemery
6e56486294
Bump pychromecast to 14.0.7 ( #141479 )
2025-03-26 16:30:37 +01:00
Bram Kragten
9d63a49812
Update frontend to 20250326.0 ( #141481 )
2025-03-26 16:27:43 +01:00
Michael Hansen
8db91623ec
Add language scores websocket command ( #140480 )
...
* Add language scores websocket command
* Don't store language scores in snapshot
* Add language/country args for preferred lang
* Bump intents to 2025.3.24 for dash lang code
2025-03-26 14:07:15 +01:00
Sanjay Govind
dba4c197c8
Add bosch_alarm integration ( #138497 )
...
* Add bosch_alarm integration
* Remove other platforms for now
* update some strings not being consistant
* fix sentence-casing for strings
* remove options flow and versioning
* clean up config flow
* Add OSI license + tagged releases + ci to bosch-alarm-mode2
* Apply suggestions from code review
Co-authored-by: Josef Zweck <josef@zweck.dev>
* apply changes from review
* apply changes from review
* remove options flow
* work on fixtures
* work on fixtures
* fix errors and complete flow
* use fixtures for alarm config
* Update homeassistant/components/bosch_alarm/manifest.json
Co-authored-by: Josef Zweck <josef@zweck.dev>
* fix missing type
* mock setup entry
* remove use of patch in config flow test
* Use coordinator for managing panel data
* Use coordinator for managing panel data
* Coordinator cleanup
* remove unnecessary observers
* update listeners when error state changes
* Update homeassistant/components/bosch_alarm/coordinator.py
Co-authored-by: Josef Zweck <josef@zweck.dev>
* Update homeassistant/components/bosch_alarm/quality_scale.yaml
Co-authored-by: Josef Zweck <josef@zweck.dev>
* Update homeassistant/components/bosch_alarm/config_flow.py
Co-authored-by: Josef Zweck <josef@zweck.dev>
* rename config flow
* Update homeassistant/components/bosch_alarm/quality_scale.yaml
Co-authored-by: Josef Zweck <josef@zweck.dev>
* add missing types
* fix quality_scale.yaml
* enable strict typing
* enable strict typing
* Add test for alarm control panel
* add more tests
* add more tests
* Update homeassistant/components/bosch_alarm/coordinator.py
Co-authored-by: Josef Zweck <josef@zweck.dev>
* Update homeassistant/components/bosch_alarm/coordinator.py
Co-authored-by: Josef Zweck <josef@zweck.dev>
* Update homeassistant/components/bosch_alarm/alarm_control_panel.py
Co-authored-by: Josef Zweck <josef@zweck.dev>
* Update homeassistant/components/bosch_alarm/alarm_control_panel.py
Co-authored-by: Josef Zweck <josef@zweck.dev>
* Update homeassistant/components/bosch_alarm/alarm_control_panel.py
Co-authored-by: Josef Zweck <josef@zweck.dev>
* Add snapshot test
* add snapshot test
* add snapshot test
* update quality scale
* update quality scale
* update quality scale
* update quality scale
* Apply suggestions from code review
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* apply changes from code review
* apply changes from code review
* apply changes from code review
* Apply suggestions from code review
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* apply changes from code review
* apply changes from code review
* Fix alarm control panel device name
* Fix
* Fix
* Fix
* Fix
---------
Co-authored-by: Josef Zweck <josef@zweck.dev>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2025-03-26 13:56:44 +01:00
Brett Adams
4a6d2c91da
Bump tesla-fleet-api to v1.0.16 ( #140869 )
...
* Add streaming climate
* fixes
* Add missing changes
* Fix restore
* Update homeassistant/components/teslemetry/climate.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Use dict
* Add fan mode translations
* Infer side
* WIP
* fix deps
* Migration in progress
* Working
* tesla-fleet-api==1.0.15
* tesla-fleet-api==1.0.16
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2025-03-26 12:28:16 +01:00
TimL
e10801af80
Bump pysmlight to v0.2.4 ( #141450 )
2025-03-26 11:28:25 +01:00
TheJulianJES
02f8322ac1
Bump ZHA to 0.0.54 ( #141447 )
...
* Bump ZHA to 0.0.54
* Add strings for v2 quirk entities
* Adjust cover tests for new ZHA behavior
* Improve cover tests further
2025-03-26 11:55:18 +02:00
elmurato
e853df4fb0
Add Pterodactyl integration ( #141197 )
...
* Add Pterodactyl integration
* Remove translation for unavailable platform sensor, use constant for host
* Improve data descriptions
* Replace index based handling of data (list) with dict[str, PterodactylData]
* Replace CONF_HOST with CONF_URL
* Parse URL with YARL
* Set proper availability in binary sensor
* Remove storage of data within api.py
* Fix some review findings
* Use better unique ID for binary_sensor
* Fix more review findings
* Fix remaining review findings
* Add wrapper for server and util API, use underscore in unique ID
* Reuse result in config flow tests
* Patch async_setup_entry in config_flow tests
* Move patching of library APIs to the fixture mock_pterodactyl
2025-03-25 20:50:03 +01:00
G Johansson
44a02ac7a7
Bump holidays to 0.69 ( #141391 )
2025-03-25 18:52:31 +01:00
G Johansson
db66b4093a
Bump psutil to 7.0.0 ( #141390 )
2025-03-25 07:27:17 -10:00
Huyuwei
e72231037e
Bump PySwitchBot to 0.58.0 ( #141378 )
2025-03-25 17:12:01 +02:00
starkillerOG
37aaf149f9
Bump reolink-aio to 0.13.0 ( #141379 )
...
* Bump reolink-aio to 0.13.0
* Add push cmd_id 588
2025-03-25 17:09:51 +02:00
Simone Chemelli
8f000f222d
Bump aiocomelit to 0.11.3 ( #141375 )
2025-03-25 15:50:40 +01:00
Noah Groß
19bc54c1de
Bump python-picnic-api2 from 1.2.2 to 1.2.4 ( #141353 )
2025-03-25 14:12:07 +01:00
Matrix
4e266fe56e
Bump YoLink API to 0.4.9 fix fob event ( #141343 )
...
Fix Fob Event
2025-03-25 08:39:58 +01:00
Joost Lekkerkerker
11877a3b12
Bump pysmartthings to 3.0.0 ( #141058 )
...
* Bump pysmartthings to 2.7.5
* Bump to pysmartthings 3.0.0
2025-03-25 08:37:32 +01:00
Mick Vleeshouwer
b2377d6da3
Bump pyOverkiz to version 1.16.5 ( #141326 )
...
Bump pyoverkiz to version 1.16.5
2025-03-24 23:28:37 +00:00
SLaks
c8f839068c
Bump google-genai to 1.7.0 ( #140770 )
...
Gemini: Upgrade google-genai to support generating images
2025-03-24 10:52:16 -07:00
Erik Montnemery
9fdb69c558
Remove the zengge integration ( #141283 )
2025-03-24 17:22:52 +01:00
Erwin Douna
358f78c7cd
Tado migrate to OAuth Device Flow ( #140761 )
...
* Bump PyTado 0.19.0
* Initial setup
* Current state
* Update to PyTado 0.18.8
* First concept for review
* Fix
* Fix
* Fix
* First concept for review
* Bump PyTado to 0.18.9
* Remove redundant part
* Initial test setup
* Authentication exceptions
* Fix
* Fix
* Fix
* Update version to 2
* All migration code
* Small tuning
* Add reauth unique ID check
* Add reauth test
* 100% on config flow
* Making tests working on new device flow
* Fix
* Fix
* Fix
* Update homeassistant/components/tado/strings.json
* Update homeassistant/components/tado/strings.json
---------
Co-authored-by: Joostlek <joostlek@outlook.com>
Co-authored-by: Josef Zweck <josef@zweck.dev>
2025-03-24 14:28:12 +01:00
tronikos
f4bc1a3545
Bump androidtvremote2 to 0.2.1 ( #141259 )
2025-03-24 13:04:47 +02:00
Simon Lamon
b4fd5339c6
Bump linkplay to v0.2.1 ( #141260 )
2025-03-24 10:45:09 +02:00
tronikos
59190786f9
Bump gassist-text to 0.0.12 ( #141244 )
2025-03-24 00:46:30 -07:00
Thomas55555
b171439098
Bump aioautomower to 2025.3.2 ( #141211 )
...
* Bump aioautomower to 2025.3.2
* requirements
* adjust test
2025-03-23 22:19:16 +01:00
Allen Porter
842356877e
Bump mcp to 1.5.0 ( #141219 )
...
* Bump mcp to 1.5.0
* Add required server lifespan typing
* Remove comment about typing
2025-03-23 22:12:44 +01:00
Michael Hansen
2883f0a1e8
Bump intents to 2025.3.23 ( #141241 )
2025-03-23 22:12:05 +01:00
J. Nick Koston
3917b460f4
Bump dbus-fast to 2.43.0 ( #141240 )
2025-03-23 10:48:34 -10:00
Robert Svensson
5d16a23d79
Bump pydeconz to v120 ( #141239 )
2025-03-23 10:00:27 -10:00
Simon Lamon
5f3344cd3d
Bump linkplay to v0.2.0 ( #141098 )
...
* Bump linkplay to v0.2.0
* Fix invalid reference on items()
* Ruff
2025-03-23 16:27:40 +02:00
J. Nick Koston
8869236e9c
Bump google-cloud-pubsub to 2.29.0 ( #141178 )
...
changelog: https://github.com/googleapis/python-pubsub/compare/v2.28.0...v2.29.0
2025-03-23 16:26:14 +02:00