J. Nick Koston and Franck Nijhof
f17003a79c
Bump aiohttp to 3.11.16 ( #142034 )
...
changelog: https://github.com/aio-libs/aiohttp/compare/v3.11.15...v3.11.16
2025-04-02 09:34:14 +00:00
Erik Montnemery and GitHub
e02a6f2f19
Convert alexa test fixtures to async ( #142054 )
2025-04-02 11:00:13 +02:00
J. Nick Koston and GitHub
6b45b0f522
Bump bluetooth-data-tools to 1.26.5 ( #142045 )
...
changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/v1.26.1...v1.26.5
2025-04-02 10:37:27 +02:00
TheJulianJES and Franck Nijhof
ec70e8b0cd
Bump ZHA to 0.0.55 ( #142031 )
2025-04-02 08:29:26 +00:00
puddly and Franck Nijhof
d888c70ff0
Fix entity names for HA hardware firmware update entities ( #142029 )
...
* Fix entity names for HA hardware firmware update entities
* Fix unit tests
2025-04-02 08:29:23 +00:00
puddly and Franck Nijhof
f29444002e
Skip firmware config flow confirmation if the hardware is in use ( #142017 )
...
* Auto-confirm the discovery if we detect that the device is already in use
* Add a unit test
2025-04-02 08:29:20 +00:00
fc66997a36
Fix warning about unfinished oauth tasks on shutdown ( #141969 )
...
* Don't wait for OAuth token task on shutdown
To reproduce the warning:
1. Start authentication with integration using OAuth (e.g. SmartThings)
2. When redirected to external login site, just close the page
3. Settings -> Restart Home Assistant
* Clarify comment
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2025-04-02 08:29:16 +00:00
Erik Montnemery and Franck Nijhof
35513ae072
Remove unused mypy ignore from google_generative_ai_conversation ( #141549 )
2025-04-02 08:29:13 +00:00
c35ec1f12b
Bump actions/dependency-review-action from 4.5.0 to 4.6.0 ( #142042 )
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](https://github.com/actions/dependency-review-action/compare/v4.5.0...v4.6.0 )
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-02 09:19:06 +02:00
J. Nick Koston and GitHub
bb7e1d4723
Reduce overhead to run headers middleware ( #142032 )
...
Instead of having to itererate a dict, update
the headers multidict using a pre-build CIMultiDict
which has an internal fast path
2025-04-02 09:09:39 +02:00
2305cb0131
Fix warning about unfinished oauth tasks on shutdown ( #141969 )
...
* Don't wait for OAuth token task on shutdown
To reproduce the warning:
1. Start authentication with integration using OAuth (e.g. SmartThings)
2. When redirected to external login site, just close the page
3. Settings -> Restart Home Assistant
* Clarify comment
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2025-04-02 09:07:36 +02:00
TheJulianJES and GitHub
253293c986
Bump ZHA to 0.0.55 ( #142031 )
2025-04-02 07:45:17 +02:00
J. Nick Koston and GitHub
1040fe50ec
Bump aiohttp to 3.11.16 ( #142034 )
...
changelog: https://github.com/aio-libs/aiohttp/compare/v3.11.15...v3.11.16
2025-04-02 07:43:43 +02:00
puddly and GitHub
6a012498a5
Fix entity names for HA hardware firmware update entities ( #142029 )
...
* Fix entity names for HA hardware firmware update entities
* Fix unit tests
2025-04-01 18:43:01 -04:00
puddly and GitHub
74c2060c49
Skip firmware config flow confirmation if the hardware is in use ( #142017 )
...
* Auto-confirm the discovery if we detect that the device is already in use
* Add a unit test
2025-04-01 21:39:25 +01:00
Franck Nijhof
cd363d48c3
Bump version to 2025.4.0b13
2025.4.0b13
2025-04-01 19:12:16 +00:00
G Johansson and Franck Nijhof
d47ef835d7
Fix train to for multiple stations in Trafikverket Train ( #142016 )
2025-04-01 19:11:51 +00:00
Bram Kragten and Franck Nijhof
00177c699e
Update frontend to 20250401.0 ( #142010 )
2025-04-01 19:11:48 +00:00
Joost Lekkerkerker and Franck Nijhof
11b0086a01
Add LG ThinQ event bus listener to lifecycle hooks ( #142006 )
2025-04-01 19:11:44 +00:00
J. Nick Koston and Franck Nijhof
ceb177f80e
Bump aiohttp to 3.11.15 ( #141967 )
...
changelog: https://github.com/aio-libs/aiohttp/compare/v3.11.14...v3.11.15
fixes #141855
fixes #141146
2025-04-01 19:10:28 +00:00
Jan Bouwhuis and Franck Nijhof
fa3832fbd7
Improve error handling and logging on MQTT update entity state updates when template rederings fails ( #141960 )
2025-04-01 19:07:10 +00:00
puddly and Franck Nijhof
2b9c903429
Fix data in old SkyConnect integration config entries or delete them ( #141959 )
...
* Delete old SkyConnect integration config entries
* Try migrating, if possible
* Do not delete config entries, log a failure
2025-04-01 19:07:07 +00:00
puddly and Franck Nijhof
a7c43f9b49
Reload the ZBT-1 integration on USB state changes ( #141287 )
...
* Reload the config entry when the ZBT-1 is unplugged
* Register the USB event handler globally to react better to re-plugs
* Fix existing unit tests
* Add an empty `CONFIG_SCHEMA`
* Add a unit test
* Fix unit tests
* Fix unit tests for Linux
* Address most review comments
* Address remaining review comments
2025-04-01 19:07:03 +00:00
Joost Lekkerkerker and Franck Nijhof
b428196149
Improve SmartThings deprecation ( #141939 )
...
* Improve SmartThings deprecation
* Improve SmartThings deprecation
2025-04-01 19:01:43 +00:00
Erik Montnemery and Franck Nijhof
e23da1a90f
Fix import issues related to onboarding views ( #141919 )
...
* Fix import issues related to onboarding views
* Add ha-intents and numpy to pyproject.toml
* Add more requirements to pyproject.toml
* Add more requirements to pyproject.toml
2025-04-01 19:00:24 +00:00
Ben Jones and Franck Nijhof
3951c2ea66
Handle empty or missing state values for MQTT light entities using 'template' schema ( #141177 )
...
* check for empty or missing values when processing state messages for MQTT light entities using 'template' schema
* normalise warning logs
* add tests (one is still failing and I can't work out why)
* fix test
* improve test coverage after PR review
* improve test coverage after PR review
2025-04-01 18:32:50 +00:00
fee152654d
Use saved volume when selecting preset in bluesound integration ( #141079 )
...
* Use load_preset to select preset as source
* Add tests
* Fix
---------
Co-authored-by: Joostlek <joostlek@outlook.com >
2025-04-01 18:32:47 +00:00
Mikko Koo and Franck Nijhof
51073c948c
Fix nordpool Not to return Unknown if price is exactly 0 ( #140647 )
...
* now the price will return even if it is exactly 0
* now the price will return even if it is exactly 0
* now the price will return even if it is exactly 0
* clean code
* clean code
* update testing code coverage
* change zero testing to SE4
* remove row duplicate
* fix date comments
* improve testing
* simplify if-return-0
* remove unnecessary tests
* order testing rows
* restore test_sensor_no_next_price
* remove_average_price_test
* fix test name
2025-04-01 18:32:44 +00:00
aaronburt and Franck Nijhof
91438088a0
Correct unit conversion for OneDrive quota display ( #140337 )
...
* Correct unit conversion for OneDrive quota display
* Convert OneDrive quota values from bytes to GiB in coordinator and update strings
2025-04-01 18:32:39 +00:00
Jan Bouwhuis and GitHub
177fff3ff0
Add type hint on inherrited attribute _message_callback for MQTT mixin classes ( #142011 )
2025-04-01 20:28:11 +02:00
G Johansson and GitHub
e7fadcda7b
Fix train to for multiple stations in Trafikverket Train ( #142016 )
2025-04-01 20:27:34 +02:00
puddly and GitHub
91c53e9c52
Fix data in old SkyConnect integration config entries or delete them ( #141959 )
...
* Delete old SkyConnect integration config entries
* Try migrating, if possible
* Do not delete config entries, log a failure
2025-04-01 20:27:06 +02:00
Norbert Rittel and GitHub
bd1c66984f
Sentence-case "Heat pump" / "High demand" states in water_heater ( #142012 )
2025-04-01 19:23:03 +01:00
Abílio Costa and GitHub
704777444c
Refactor Whirlpool sensor platform ( #141958 )
...
* Refactor Whirlpool sensor platform
* Rename sensor classes
* Remove unused logging
* Split washer dryer translation keys to use icon translations
* Address review comments
* Remove entity name; fix sentence casing
2025-04-01 20:02:24 +02:00
Mikko Koo and GitHub
c28a6a867d
Fix nordpool Not to return Unknown if price is exactly 0 ( #140647 )
...
* now the price will return even if it is exactly 0
* now the price will return even if it is exactly 0
* now the price will return even if it is exactly 0
* clean code
* clean code
* update testing code coverage
* change zero testing to SE4
* remove row duplicate
* fix date comments
* improve testing
* simplify if-return-0
* remove unnecessary tests
* order testing rows
* restore test_sensor_no_next_price
* remove_average_price_test
* fix test name
2025-04-01 19:45:23 +02:00
Joost Lekkerkerker and GitHub
4bfc96c02b
Improve SmartThings deprecation ( #141939 )
...
* Improve SmartThings deprecation
* Improve SmartThings deprecation
2025-04-01 19:36:14 +02:00
Jan Bouwhuis and GitHub
faac51d219
Improve error handling and logging on MQTT update entity state updates when template rederings fails ( #141960 )
2025-04-01 19:22:32 +02:00
Joost Lekkerkerker and GitHub
d9cd62bf65
Add LG ThinQ event bus listener to lifecycle hooks ( #142006 )
2025-04-01 19:20:31 +02:00
Bram Kragten and GitHub
6007629293
Update frontend to 20250401.0 ( #142010 )
2025-04-01 19:19:53 +02:00
426e9846d9
Add Homee climate platform ( #141616 )
...
* Add climate platform
* Add climate tests
* Add service tests
* Add snapshot test
* Code optimazitions 1
* Add test for current preset mode.
* code optimization 2
* code optimization 3
* small tweaks
* another small tweak
* Last minute changes
* Update tests/components/homee/test_climate.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
* fix review comments
* typo
* more review fixes.
* maybe final review fixes.
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2025-04-01 18:08:36 +02:00
Norbert Rittel and GitHub
935db1308f
Add common states for "Low", "Medium" and "High" ( #141999 )
2025-04-01 18:07:19 +02:00
aaronburt and GitHub
597540b611
Correct unit conversion for OneDrive quota display ( #140337 )
...
* Correct unit conversion for OneDrive quota display
* Convert OneDrive quota values from bytes to GiB in coordinator and update strings
2025-04-01 17:17:34 +02:00
e0b030c892
Add select for dehumidifier's mode control ( #140572 )
...
* Add select for dehumidifier
* Add device_class POWER
* Delete not related to select
* Update homeassistant/components/lg_thinq/strings.json
---------
Co-authored-by: yunseon.park <yunseon.park@lge.com >
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2025-04-01 17:14:39 +02:00
da9b3dc68b
Better throttling handling for the Renault API ( #141667 )
...
* Added some better throttling handling for the Renault API, it fixes #106777 HA ticket
* Added some better throttling handling for the Renault API, it fixes #106777 HA ticket, test fixing
* Update homeassistant/components/renault/coordinator.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
* Update homeassistant/components/renault/coordinator.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
* Update homeassistant/components/renault/coordinator.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
* Update homeassistant/components/renault/coordinator.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
* Update homeassistant/components/renault/coordinator.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
* Update homeassistant/components/renault/coordinator.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
* Update homeassistant/components/renault/coordinator.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
* Update homeassistant/components/renault/renault_hub.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
* bigger testsuite for #106777 HA ticket
* bigger testsuite for #106777 HA ticket
* bigger testsuite for #106777 HA ticket
* bigger testsuite for #106777 HA ticket
* Adjust tests
* Update homeassistant/components/renault/coordinator.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
* Update homeassistant/components/renault/renault_hub.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
* Update homeassistant/components/renault/renault_hub.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
* Update tests/components/renault/test_sensor.py
* Update tests/components/renault/test_sensor.py
* Update tests/components/renault/test_sensor.py
* requested changes #106777 HA ticket
* Use unkown
* Fix test
* Fix test again
* Reduce and fix
* Use assumed_state
* requested changes #106777 HA ticket
---------
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
2025-04-01 17:14:21 +02:00
Norbert Rittel and GitHub
23b79b2f39
Capitalize app name in deluge description string ( #142003 )
...
This should help fix / prevent some wrong translations like "impostazioni di diluvio" in Italian.
2025-04-01 16:39:22 +02:00
Erik Montnemery and GitHub
b9a0d553ab
Fix import issues related to onboarding views ( #141919 )
...
* Fix import issues related to onboarding views
* Add ha-intents and numpy to pyproject.toml
* Add more requirements to pyproject.toml
* Add more requirements to pyproject.toml
2025-04-01 16:29:18 +02:00
Artur Pragacz and GitHub
c4f0d9d2fa
Always set up after dependencies if they are scheduled to be loaded ( #141593 )
...
* Always setup after dependencies
* Add comment
2025-04-01 16:28:29 +02:00
Erik Montnemery and GitHub
78338f161f
Add base class for onboarding views ( #141970 )
2025-04-01 16:13:18 +02:00
Simone Chemelli and GitHub
aaafdee56f
Remove un-necessary wait for background tasks in Comelit tests ( #142000 )
2025-04-01 16:05:46 +02:00
Dan Raper and GitHub
7068986c14
Bump Ohme to platinum ( #141762 )
...
* Bump version of ohmepy and fix types
* Add strict typing to ohme
* Inject websession for ohme
* CI/code formatting fixes for ohme
* Update mypy.ini for ohme
* Fix typing in services for ohme
* Bump ohme quality in manifest
2025-04-01 15:48:45 +02:00