J. Nick Koston and Franck Nijhof
5459daaa10
Fix ESPHome entities not being removed when the ESPHome config removes an entire platform ( #141708 )
...
* Fix old ESPHome entities not being removed when configuration changes
fixes #140756
* make sure all callbacks fire
* make sure all callbacks fire
* make sure all callbacks fire
* make sure all callbacks fire
* revert
* cover
2025-03-29 17:50:18 +00:00
400131df78
Fix ESPHome update entities being loaded before device_info is available ( #141704 )
...
* Fix ESPHome update entities being loaded before device_info is available
Since we load platforms when restoring config, the update
platform could be loaded before the connection to the
device was finished which meant device_info could still
be empty. Wait until device_info is available to
load the update platform.
fixes #135906
* Apply suggestions from code review
* move comment
* Update entry_data.py
Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com >
---------
Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com >
2025-03-29 17:50:15 +00:00
Franck Nijhof
28e1843ff9
Fix Tuya tdq category to pick up temp & humid ( #141698 )
2025-03-29 17:50:12 +00:00
Franck Nijhof
df777318d1
Handle invalid JSON errors in AirNow ( #141695 )
2025-03-29 17:50:08 +00:00
Jan Bouwhuis and Franck Nijhof
6ad5e9e89c
Improve MQTT translation strings ( #141691 )
...
* Improve MQTT options translation string
* more improvements
2025-03-29 17:50:05 +00:00
Norbert Rittel and Franck Nijhof
a0bd8deee9
Replace "country" with common string in holiday ( #141687 )
2025-03-29 17:50:01 +00:00
Marcel van der Veldt and Franck Nijhof
405cbd6a00
Always set pause feature on Music Assistant mediaplayers ( #141686 )
2025-03-29 17:49:58 +00:00
Marcel van der Veldt and Franck Nijhof
3e0eb5ab2c
Bump music assistant client to 1.2.0 ( #141668 )
...
* Bump music assistant client to 1.2.0
* Update test fixtures
2025-03-29 17:49:55 +00:00
Norbert Rittel and Franck Nijhof
fad75a70b6
Add a common string for "country" ( #141653 )
2025-03-29 17:49:52 +00:00
Josef Zweck and Franck Nijhof
d9720283df
Add unkown to uncalibrated state for tedee ( #141262 )
2025-03-29 17:49:46 +00:00
Franck Nijhof
14eed1778b
Bump version to 2025.4.0b8
2025.4.0b8
2025-03-28 20:46:26 +00:00
Norbert Rittel and Franck Nijhof
049aaa7e8b
Fix grammar / sentence-casing in workday ( #141682 )
...
* Fix grammar / sentence-casing in `workday`
Also replace "country" with common string.
* Add two more references
* Fix second data description reference
* Add "given" to action description for better translations
2025-03-28 20:46:17 +00:00
J. Nick Koston and Franck Nijhof
35717e8216
Increase websocket_api allowed peak time to 10s ( #141680 )
...
* Increase websocket_api allowed peak time to 10s
fixes #141624
During integration reload or startup, we can end up sending a message for
each entity being created for integrations that create them from an external
source (ie MQTT) because the messages come in one at a time. This can overload
the loop and/or client for more than 5s. While we have done significant work
to optimize for this path, we are at the limit at what we can expect clients
to be able to process in the time window, so increase the time window.
* adjust test
2025-03-28 20:46:13 +00:00
Franck Nijhof
2a081abc18
Fix camera proxy with sole image quality settings ( #141676 )
2025-03-28 20:46:10 +00:00
puddly and Franck Nijhof
b7f29c7358
Handle all firmware types for ZBT-1 and Yellow update entities ( #141674 )
...
Handle other firmware types
2025-03-28 20:46:06 +00:00
Jason Hunter and Franck Nijhof
3bb6373df5
Update Duke Energy package to fix integration ( #141669 )
...
* Update Duke Energy package to fix integration
* fix tests
2025-03-28 20:46:03 +00:00
Michael Hansen and Franck Nijhof
e1b4edec50
Bump intents and always prefer more literal text ( #141663 )
2025-03-28 20:46:00 +00:00
puddly and Franck Nijhof
147bee57e1
Include ZBT-1 and Yellow in device registry ( #141623 )
...
* Add the Yellow and ZBT-1 to the device registry
* Unload platforms
* Fix unit tests
* Rename the Yellow update entity to `Radio firmware`
* Rename `EmberZNet` to `EmberZNet Zigbee`
* Prefix the `sw_version` with the firmware type and clean up
* Fix unit tests
* Remove unnecessary `always_update=False` from data update coordinator
2025-03-28 20:45:56 +00:00
Erwin Douna and Franck Nijhof
fcdaea64da
Tado add proper off state ( #135480 )
...
* Add proper off state
* Remove current temp
* Add default frost temp
2025-03-28 20:45:53 +00:00
Franck Nijhof
d1512d46be
Bump version to 2025.4.0b7
2025.4.0b7
2025-03-28 16:00:45 +00:00
Bram Kragten and Franck Nijhof
0be7db6270
Update frontend to 20250328.0 ( #141659 )
2025-03-28 15:09:56 +00:00
Paulus Schoutsen and Franck Nijhof
2af0282725
Enable the message box on default for satelitte announcement actions ( #141654 )
2025-03-28 15:09:51 +00:00
Franck Nijhof
ff458c8417
Bump version to 2025.4.0b6
2025.4.0b6
2025-03-28 15:04:34 +00:00
Franck Nijhof
cc93152ff0
Fix ESPHome event entity staying unavailable ( #141650 )
2025-03-28 14:05:40 +00:00
Paulus Schoutsen and Franck Nijhof
9965f01609
Ensure connection test sound has no preannouncement ( #141647 )
2025-03-28 14:05:37 +00:00
Jan Bouwhuis and Franck Nijhof
e9c76ce694
Fix duplicate 'device' term in MQTT translation strings ( #141646 )
...
* Fix duplicate 'device' from MQTT translation strings
* Update homeassistant/components/mqtt/strings.json
2025-03-28 14:05:34 +00:00
Norbert Rittel and Franck Nijhof
58ab7d350d
Fix sentence-casing in airvisual user strings ( #141632 )
2025-03-28 14:05:30 +00:00
Nick Pesce and Franck Nijhof
e4d6e20ebd
Use correct default value for multi press buttons in the Matter integration ( #141630 )
...
* Respect the min 2 constraint for the switch MultiPressMax attribute
* Update test_event.py
* Update generic_switch_multi.json
* Fix issue and update tests
2025-03-28 14:05:27 +00:00
Tsvi Mostovicz and Franck Nijhof
45e273897a
Jewish calendar match omer service variables requirement to documentation ( #141620 )
...
The documentation and the omer schema require a Nusach to be specified, but the YAML misses that requirement
2025-03-28 14:05:23 +00:00
Jan Bouwhuis and Franck Nijhof
d9ec7142d7
Fix volatile_organic_compounds_parts translation string to be referenced for MQTT subentries device class selector ( #141618 )
...
* Fix ` volatile_organic_compounds_parts` translation string to be referenced for MQTT subentries device class selector
* Fix tests
2025-03-28 14:05:20 +00:00
Petro31 and Franck Nijhof
e162499267
Fix an issue with the switch preview in beta ( #141617 )
...
Fix an issue with the switch preview
2025-03-28 14:05:16 +00:00
Jan-Philipp Benecke and Franck Nijhof
67f21429e3
Bump aiowebdav2 to 0.4.4 ( #141615 )
2025-03-28 14:05:12 +00:00
J. Nick Koston and Franck Nijhof
a0563f06c9
Fix zeroconf logging level not being respected ( #141601 )
...
Removes an old logging workaround that is no longer needed
fixes #141558
2025-03-28 14:05:05 +00:00
Luke Lashley and Franck Nijhof
e7c4fdc8bb
Bump Python-Snoo to 0.6.5 ( #141599 )
...
* Bump Python-Snoo to 0.6.5
* add to event_types
2025-03-28 14:05:00 +00:00
Norbert Rittel and Franck Nijhof
c490e350bc
Make names of switch entities in gree consistent with docs ( #141580 )
2025-03-28 14:04:56 +00:00
Robert Resch and Franck Nijhof
e11409ef99
Reverts #141363 "Deprecate SmartThings machine state sensors" ( #141573 )
...
Reverts #141363
2025-03-28 14:04:52 +00:00
Joost Lekkerkerker and Franck Nijhof
5c8e415a76
Add default string and icon for light effect off ( #141567 )
2025-03-28 14:04:49 +00:00
alorente and Franck Nijhof
e795fb9497
Fix missing response for queued mode scripts ( #141460 )
2025-03-28 14:04:45 +00:00
Norbert Rittel and Franck Nijhof
d0afabb85c
Fix misleading friendly names of pvoutput sensors ( #141312 )
...
* Fix misleading friendly names of `pvoutput` sensors
* Update test_sensor.py
* Update test_sensor.py - prettier
2025-03-28 14:04:41 +00:00
Franck Nijhof
4f3e8e9b94
Bump version to 2025.4.0b5
2025.4.0b5
2025-03-27 20:03:14 +00:00
Paul Bottein and Franck Nijhof
46c1cbbc9c
Update frontend to 20250327.1 ( #141596 )
2025-03-27 20:03:01 +00:00
Simon Lamon and Franck Nijhof
8d9a4ea278
Fix typing error in NMBS ( #141589 )
...
Fix typing error
2025-03-27 20:02:58 +00:00
Jan-Philipp Benecke and Franck Nijhof
22c83e2393
Bump aiowebdav2 to 0.4.3 ( #141586 )
2025-03-27 20:02:55 +00:00
Joost Lekkerkerker and Franck Nijhof
c83a75f6f9
Add brand for Bosch ( #141561 )
2025-03-27 20:02:51 +00:00
Franck Nijhof
841c727112
Bump version to 2025.4.0b4
2025.4.0b4
2025-03-27 16:59:36 +00:00
Bram Kragten and Franck Nijhof
d8c9655bfd
Update frontend to 20250327.0 ( #141585 )
2025-03-27 16:59:29 +00:00
Erik Montnemery and Franck Nijhof
942ed89cc4
Revert "Promote after dependencies in bootstrap" ( #141584 )
...
Revert "Promote after dependencies in bootstrap (#140352 )"
This reverts commit 3766040960 .
2025-03-27 16:59:25 +00:00
Franck Nijhof
a1fe6b9cf3
Bump version to 2025.4.0b3
2025.4.0b3
2025-03-27 15:38:31 +00:00
Luke Lashley and Franck Nijhof
2567181cc2
Better handle Roborock discovery ( #141575 )
2025-03-27 15:38:24 +00:00
Joost Lekkerkerker and Franck Nijhof
028e4f6029
Also migrate completion time entities in SmartThings ( #141572 )
2025-03-27 15:38:21 +00:00