Abílio Costa
0fcac987df
Update strings for Whirlpool config flows ( #142758 )
2025-04-11 20:21:53 +02:00
Joost Lekkerkerker
ffcc2254ce
Refactor Syncthru binary sensor ( #142696 )
2025-04-11 19:40:37 +02:00
Manu
b01eac3ba5
Fix error in recurrence calculation of Habitica integration ( #142759 )
...
Fix error in rrule calculation of Habitica integration
2025-04-11 19:39:40 +02:00
Simone Chemelli
a3341c4330
Add full test coverage for Comelit humidifier platform ( #141852 )
...
* Add full test coverage for Comelit humidifier platform
* clean
* update snapshot
* apply review comment
2025-04-11 18:23:03 +02:00
Jeff Rescignano
a4fac730d4
Upgrade sharkiq depedency to 1.1.0 ( #142746 )
2025-04-11 18:07:27 +02:00
Allen Porter
ca07975ead
Fix Anthropic bug parsing a streaming response with no json ( #142745 )
2025-04-11 17:30:12 +02:00
Michael
5a1a41beb1
Fix reload of AVM FRITZ!Tools when new connected device is detected ( #142430 )
2025-04-11 17:26:58 +02:00
Bram Kragten
20a3a061a1
Update frontend to 20250411.0 ( #142736 )
2025-04-11 17:25:26 +02:00
Joost Lekkerkerker
7b78f6db17
Fix SmartThings gas meter ( #142741 )
2025-04-11 17:24:39 +02:00
Simone Chemelli
5816a24577
Cleanup snapshot call in tests ( #142750 )
2025-04-11 17:21:12 +02:00
Joost Lekkerkerker
0e4f44b775
Bump pySmartThings to 3.0.4 ( #142739 )
2025-04-11 16:51:32 +02:00
Erik Montnemery
0105332476
Add WS command integration/wait ( #142040 )
...
* Add WS command integration/wait
* Add test
* Update homeassistant/components/websocket_api/commands.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Use helper setup.async_wait_component
* Add onboarding view
* Revert "Add onboarding view"
This reverts commit df3a1a05807ae18cac6455cf04ca0cd6bea31857.
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2025-04-11 16:09:15 +02:00
Erik Montnemery
4aca9cd66b
Move cloud onboarding API to an onboarding platform ( #141978 )
...
* Move cloud onboarding API to an onboarding platform
* Address review comments
* Add tests
* Move cloud onboarding tests to the cloud integration
* Address review comments
* Don't wait for platforms
* Add test
* Remove useless check for CLOUD_DATA
2025-04-11 16:02:27 +02:00
Norbert Rittel
a4234bf80e
Add more state references to shelly
( #142716 )
...
- replace "Normal" with common state
- replace `self_test` state attributes with references
2025-04-11 16:39:44 +03:00
Norbert Rittel
f42f698dbc
Fix missing sentence-casing in a few plex
strings ( #142720 )
2025-04-11 16:38:07 +03:00
Martin Hjelmare
cd45c5d886
Avoid Z-Wave config entry unload in test teardown ( #142732 )
2025-04-11 16:37:47 +03:00
Simone Chemelli
2af6ee7584
Add missing typed to SamsungTV ( #142738 )
2025-04-11 15:19:21 +02:00
Erik Montnemery
3b437c9b84
Add onboarding view /api/onboarding/integration/wait ( #142688 )
2025-04-11 13:43:18 +02:00
Martin Hjelmare
af8ecdd48d
Improve Z-Wave reconfigure flow ( #142475 )
2025-04-11 12:15:11 +02:00
starkillerOG
16d9ccd423
Reolink migrate unique ID debugging ( #142723 )
...
* Filter out unexpected unique_ids
* correct
* Add test
* fix styling
2025-04-11 11:42:18 +02:00
Simone Chemelli
e1d223f726
Add exceptions translation to SamsungTV ( #142406 )
...
* Add exceptions translation to SmasungTV
* Update strings.json
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
---------
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2025-04-11 11:32:19 +02:00
Stefan Agner
a4904a3f2d
Bump aiohasupervisor from version 0.3.0 to version 0.3.1b1 ( #142721 )
2025-04-11 10:14:07 +01:00
Christopher Fenner
dff7b30405
Bump PyViCare to 2.44.0 ( #142701 )
...
bump vicare to v2.44.0
2025-04-11 10:32:54 +02:00
starkillerOG
a06cd770a4
Bump reolink-aio 0.13.1 ( #142719 )
2025-04-11 10:22:30 +02:00
Joost Lekkerkerker
56c4121eb2
Refactor Syncthru sensor platform ( #142704 )
2025-04-11 08:12:59 +02:00
Christopher Fenner
f519b20495
Add device error sensor to ViCare integration ( #142605 )
...
* add error sensor
* remove translation
2025-04-11 08:11:53 +02:00
Jan Bouwhuis
32da8c52f7
Add test to assert different private key types are accepted and stored correctly in MQTT config flow ( #142703 )
2025-04-11 00:58:48 +02:00
Hugo van Rijswijk
c6994731b1
Add Buienradar apparent temperature and forecast rain chance & wind gust ( #135287 )
...
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2025-04-11 00:24:59 +02:00
Renier Moorcroft
2eb1041f4b
Use sub stream as default option for EZVIZ ( #136023 )
2025-04-11 00:07:03 +02:00
Jan Bouwhuis
4ad5eb5a82
Fix EC certificate key not allowed in MQTT client setup ( #142698 )
2025-04-10 23:11:35 +02:00
Jan Bouwhuis
ea38639395
Validate MQTT device tracker location data before assigning ( #141980 )
...
* Validate MQTT device tracker location data before assigning
* Log warning for invalid gps_accuracy
2025-04-10 22:32:17 +02:00
Joost Lekkerkerker
bf0d2e9bd2
Extract Syncthru coordinator in separate file ( #142620 )
2025-04-10 21:24:38 +02:00
Simone Chemelli
bb3c2175bc
Comelit config flow timeout error ( #142667 )
2025-04-10 21:16:53 +02:00
Joost Lekkerkerker
6fafafbed0
Improve Syncthru config flow tests ( #142618 )
2025-04-10 21:16:12 +02:00
Norbert Rittel
8f73c53d26
Replace "Setup your …" with correct "Set up your …" in iometer
( #142685 )
2025-04-10 21:12:39 +02:00
Erik Montnemery
5a09847596
Add backup support to the hassio OS update entity ( #142580 )
...
* Add backup support to the hassio OS update entity
* Remove meaningless assert
2025-04-10 20:56:02 +02:00
Erik Montnemery
cf63175232
Abort reauth flows on config entry reload ( #140931 )
...
* Abort reauth flows on config entry reload
* Don't cancel reauth when reload is triggered by a reauth flow
* Revert "Don't cancel reauth when reload is triggered by a reauth flow"
This reverts commit f37c75621e99d4c160c2c4adc9b36e52e4cc81ec.
* Don't fail in FlowManager._async_handle_step when the flow was aborted
* Update tplink config flow
* Add tests
* Don't allow create_entry from an aborted flow
* Add comment
* Adjust after merge with dev
2025-04-10 20:55:34 +02:00
Thimo Seitz
88428fc772
Update growatt server dependency to 1.6.0 ( #142606 )
...
* Update GrowattServer Dependency
* Update requirements_test_all.txt
2025-04-10 20:14:30 +02:00
Jan Bouwhuis
505dfcbcd9
Use shorthand attributes for MQTT device tracker entity ( #142671 )
2025-04-10 19:51:36 +02:00
Erik Montnemery
7cbcb21e80
Revert "Don't create repairs asking user to remove duplicate flipr config entries" ( #142647 )
...
Revert "Don't create repairs asking user to remove duplicate flipr config ent…"
This reverts commit 536e6868923ae7956f06b90baeb8f5bb1f15dfb1.
2025-04-10 19:50:50 +02:00
Erik Montnemery
d4dbd76a0a
Revert "Add onboarding view /api/onboarding/integration/wait" ( #142680 )
...
This reverts commit 956cac8f1aa57950e4469669d4440951faf8b77c.
2025-04-10 19:15:54 +02:00
Norbert Rittel
1d9343df7f
Fixes to user-facing strings of rfxtrx
integration ( #142677 )
...
- consistently use "RFXtrx" for the friendly name of the integration
- apply sentence-casing to all strings
- use the common state for "Normal"
2025-04-10 18:00:37 +02:00
Norbert Rittel
c7ca88e666
Use common state for "Normal" in onedrive
( #142673 )
2025-04-10 17:47:02 +02:00
Artur Pragacz
efbb94a1b1
Use common helper function in resolve integration dependencies ( #140989 )
...
Extract to helper function in resolve integration dependencies
2025-04-10 17:41:06 +02:00
Erik Montnemery
eee6e8a2c3
Add WS command config_entries/flow/subscribe ( #142459 )
2025-04-10 16:58:46 +02:00
Abílio Costa
a26cdef427
Refactor Whirlpool sensor tests ( #142437 )
2025-04-10 15:47:28 +01:00
Erik Montnemery
a5013cddd5
Correct enum member check in home_connect ( #142666 )
...
* Correct enum member check in home_connect
* Update homeassistant/components/home_connect/coordinator.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Add mypy override
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2025-04-10 16:46:30 +02:00
Yuxin Wang
844515787b
Fallback to config entry ID as unique ID when serialno is not available for APCUPSD ( #130852 )
2025-04-10 16:45:46 +02:00
Erik Montnemery
d5476a1da1
Store update settings in hassio store ( #142526 )
2025-04-10 11:55:07 +02:00
Norbert Rittel
12ae70630f
Fix sentence-casing and typo in elmax
( #142650 )
...
- change a few words to lowercase
- replace "login to" with "log in to"
2025-04-10 11:43:46 +02:00