32ee31b8c7
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 14:41:24 +02:00
Simone Chemelli and GitHub
50c12d4487
Move Vodafone Station to platinum quality scale ( #141406 )
2025-04-01 14:39:44 +02:00
Erik Montnemery and GitHub
2427b77363
Use send_json_auto_id in websocket_api tests ( #141994 )
2025-04-01 14:31:49 +02:00
Erik Montnemery and GitHub
fa9613a879
Unconditionally import turbojpeg from camera ( #141995 )
2025-04-01 14:24:15 +02:00
Erik Montnemery and GitHub
145e02769c
Remove redundant type hint from core_config.py ( #141989 )
2025-04-01 13:54:24 +03:00
Norbert Rittel and GitHub
c151696357
Fix spelling in Reolink user-facing strings ( #141971 )
...
Fix spelling in `reolink` user-facing string
- replace three occurrences of "a" with proper "an"
- replace "infra red" with "infrared"
2025-04-01 11:38:48 +02:00
cbcd1929dd
Move Z-Wave JS smoke, CO, CO2, Heat, Water problem entities to diagnostic ( #129922 )
...
* Move Z-Wave JS smoke, CO, CO2, Heat, Water problem entities to diagnostic
* Update link + states
* Specify problem class explicitly instead of catch-all
* Heat alarm test is not a problem
* Also split out smoke alarm
* Document mapping rule
* add tests
* format
* update test
* review comments
* remove idle state from doc as it is ignored
---------
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com >
2025-04-01 11:37:59 +02:00
Norbert Rittel and GitHub
7a9836064d
Replace "A entity" with "An entity" in modbus ( #141973 )
...
* Replace "A entity" with "An entity" in `modbus`
* Fix wrong commas
2025-04-01 11:14:41 +02:00
epenet and GitHub
3155c1cd4f
Add tests for renault QuotaLimitException ( #141985 )
2025-04-01 11:01:13 +02:00
Norbert Rittel and GitHub
28c38e92d4
Fix typo "certificartes" in fully_kiosk ( #141979 )
2025-04-01 09:28:41 +02:00
Norbert Rittel and GitHub
9c3b9eee2a
Replace "a entity" with "an entity" in isy994 user strings ( #141972 )
2025-04-01 09:52:31 +03:00
J. Nick Koston and GitHub
def50b255d
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 08:31:25 +02:00
Steven Stallion and GitHub
aa7694e81c
Bump sensorpush-api to 2.1.2 ( #141965 )
2025-04-01 07:29:09 +02:00
Manu and GitHub
a722912e05
Add translations for flash options in light.turn_on action ( #141950 )
2025-04-01 05:43:24 +02:00
Norbert Rittel and GitHub
a09213bce8
Replace "Start" and "Disable" with common actions in hassio ( #141953 )
2025-03-31 23:23:25 +02:00
J. Nick Koston and GitHub
0abaaa0a06
Bump pydantic to 2.11.1 ( #141951 )
2025-03-31 23:23:02 +02:00
Ben Jones and GitHub
363b88407c
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-03-31 23:16:22 +02:00
Franck Nijhof
427e1abdae
Bump version to 2025.4.0b12
2025.4.0b12
2025-03-31 20:12:58 +00:00
Steven Looman and Franck Nijhof
6e7ac45ac0
Bump async-upnp-client to 0.44.0 ( #141946 )
2025-03-31 20:12:48 +00:00
Bram Kragten and Franck Nijhof
4b3b9ebc29
Update frontend to 20250331.0 ( #141943 )
2025-03-31 20:12:43 +00:00
Norbert Rittel and GitHub
4a4458ec5b
Replace "Open" with common state in comelit ( #141949 )
2025-03-31 22:02:22 +02:00
Steven Looman and GitHub
b3379e1921
Bump async-upnp-client to 0.44.0 ( #141946 )
2025-03-31 21:35:21 +02:00
Bram Kragten and GitHub
09e5fbb258
Update frontend to 20250331.0 ( #141943 )
2025-03-31 21:23:48 +02:00
puddly and GitHub
b758dc202f
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-03-31 09:10:24 -10:00
Jan-Philipp Benecke and GitHub
c5f75bc135
Import function instead of relying on hass.component in watergate ( #141945 )
2025-03-31 21:10:14 +02:00
Michael and GitHub
a904df5bc2
Add common module to ProxymoxVE integration ( #141941 )
...
add common module
2025-03-31 21:03:13 +02:00
Franck Nijhof
649d8638ed
Bump version to 2025.4.0b11
2025.4.0b11
2025-03-31 18:34:34 +00:00
Jan-Philipp Benecke and Franck Nijhof
12c4152dbe
Bump aiowebdav2 to 0.4.5 ( #141934 )
2025-03-31 18:34:25 +00:00
Michael Hansen and Franck Nijhof
8f9572bb05
Add preannounce boolean for announce/start conversation ( #141930 )
...
* Add preannounce boolean
* Fix disabling preannounce in wizard
* Fix casing
* Fix type of preannounce_media_id
* Adjust description of preannounce_media_id
2025-03-31 18:34:22 +00:00
6d022ff4e0
Revert PR 136314 (Cleanup map references in lovelace) ( #141928 )
...
* Revert PR 136314 (Cleanup map references in lovelace)
* Update homeassistant/components/lovelace/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Fix dashboard creation
* Update homeassistant/components/lovelace/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2025-03-31 18:34:19 +00:00
Josef Zweck and Franck Nijhof
c0c2edb90a
Add None check to azure_storage ( #141922 )
2025-03-31 18:34:16 +00:00
Michael and Franck Nijhof
b014219fdd
Correct further sensor categorizations in AVM Fritz!Box tools ( #141911 )
...
mark margin and attenuation as diagnostic and disable them by default
2025-03-31 18:34:13 +00:00
Joost Lekkerkerker and Franck Nijhof
216b8ef400
Don't create SmartThings entities for disabled components ( #141909 )
2025-03-31 18:34:10 +00:00
Joost Lekkerkerker and Franck Nijhof
f2ccd46267
Fix SmartThings being able to understand incomplete DRLC ( #141907 )
2025-03-31 18:34:06 +00:00
Dan Raper and Franck Nijhof
e16ba27ce8
Bump ohmepy to 1.5.1 ( #141879 )
...
* Bump ohmepy to 1.5.1
* Fix types for ohmepy version change
2025-03-31 18:34:03 +00:00
Thomas55555 and Franck Nijhof
506526a6a2
Handle 403 error in remote calendar ( #141839 )
...
* Handle 403 error in remote calendar
* tests
2025-03-31 18:34:00 +00:00
Franck Nijhof and Joostlek
a88678cf42
Fix SmartThings climate entity missing off HAVC mode ( #141700 )
...
* Fix smartthing climate entity missing off HAVC mode:
* Fix tests
* Fix test
---------
Co-authored-by: Joostlek <joostlek@outlook.com >
2025-03-31 18:33:57 +00:00
d0b61af7ec
Add switchbot cover unit tests ( #140265 )
...
* add cover unit tests
* Add unit test for SwitchBot cover
* fix: use mock_restore_cache to mock the last state
* modify unit tests
* modify scripts as suggest
* improve readability
* adjust patch target per review comments
* adjust patch target per review comments
---------
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-03-31 18:33:53 +00:00
Abílio Costa and GitHub
1978e94aaa
Fix Whirlpool sensor icon definition ( #141937 )
2025-03-31 19:32:24 +01:00
Michael Hansen and GitHub
28dbf6e3dc
Add preannounce boolean for announce/start conversation ( #141930 )
...
* Add preannounce boolean
* Fix disabling preannounce in wizard
* Fix casing
* Fix type of preannounce_media_id
* Adjust description of preannounce_media_id
2025-03-31 20:29:07 +02:00
Jan-Philipp Benecke and GitHub
ef989160af
Bump aiowebdav2 to 0.4.5 ( #141934 )
2025-03-31 19:08:21 +02:00
4071eb76c7
Revert PR 136314 (Cleanup map references in lovelace) ( #141928 )
...
* Revert PR 136314 (Cleanup map references in lovelace)
* Update homeassistant/components/lovelace/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Fix dashboard creation
* Update homeassistant/components/lovelace/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2025-03-31 18:33:45 +02:00
J. Nick Koston and GitHub
ac723161c1
Bump grpcio to 1.71.0 ( #141881 )
2025-03-31 06:16:33 -10:00
elmurato and GitHub
94884d33db
Add button platform to Pterodactyl ( #141910 )
...
* Add button platform to Pterodactyl
* Fix parameter order of send_power_action, remove _attr_has_entity_name from button
* Rename PterodactylCommands to PterodactylCommand
2025-03-31 17:53:08 +02:00
Norbert Rittel and GitHub
64994277b1
Fix spelling of "QR code" and improve grammar in tuya ( #141929 )
...
* Fix spelling of "QR code" in `tuya`
Remove the wrong hyphen.
* Add "the" to the sentence to improve the grammar
2025-03-31 17:23:14 +03:00
Josef Zweck and GitHub
8abf822d92
Add None check to azure_storage ( #141922 )
2025-03-31 15:29:17 +02:00
6e6f10c085
Don't create persistent notification when starting discovery flow ( #141546 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2025-03-31 14:42:58 +02:00
Norbert Rittel and GitHub
1c0768dd78
Replace "Disconnected" with common string in teslemetry ( #141914 )
...
Replaced "Disconnected" with common string in `teslemetry`
2025-03-31 14:42:07 +02:00
Paulus Schoutsen and GitHub
c888502671
Add quality scale summary generator ( #141780 )
...
* Add quality scale summary generator
* Remove executable bit
* Split out virtual
2025-03-31 14:41:13 +02:00
Michael and GitHub
58af3545f4
Correct further sensor categorizations in AVM Fritz!Box tools ( #141911 )
...
mark margin and attenuation as diagnostic and disable them by default
2025-03-31 13:18:44 +02:00