Thomas55555
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
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
Retha Runolfsson
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
Paulus Schoutsen
7f9e4ba39e
Ensure user always has first turn for Google Gen AI ( #141893 )
2025-03-31 08:09:10 +00:00
J. Nick Koston
9e81ec5aae
Handle encryption being disabled on an ESPHome device ( #141887 )
...
fixes #121442
2025-03-31 08:09:00 +00:00
Michael
7773cc121e
Fix the entity category for max throughput sensors in AVM Fritz!Box Tools ( #141838 )
...
correct the entity category for max throughput sensors
2025-03-31 08:08:54 +00:00
Aidan Timson
fc0d71e891
Fix System Bridge wait timeout wait condition ( #141811 )
...
* Fix System Bridge wait timeout wait condition
* Add DataMissingException as a timeout condition
* Add tests
2025-03-31 08:08:42 +00:00
Michael
6fe158836e
Add boost preset to AVM Fritz!SmartHome climate entities ( #141802 )
...
* add boost preset to climate entities
* add set boost preset test
2025-03-31 08:08:36 +00:00
puddly
8ac8401b4e
Add helper methods to simplify USB integration testing ( #141733 )
...
* Add some helper methods to simplify USB integration testing
* Re-export `usb_device_from_port`
2025-03-31 08:08:24 +00:00
Michal Schwarz
35fc81b038
Fix order of palettes, presets and playlists in WLED integration ( #132207 )
...
* Fix order of palettes, presets and playlists in WLED integration
* fix tests: update palette items order
---------
Co-authored-by: Franck Nijhof <git@frenck.dev>
2025-03-31 08:08:11 +00:00
Lucas Mindêllo de Andrade
5d45b84cd2
Remove sunweg integration ( #124230 )
...
* chore(sunweg): remove sunweg integration
* Update homeassistant/components/sunweg/strings.json
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
* Update homeassistant/components/sunweg/manifest.json
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
* feat: added async remove entry
* Clean setup_entry; add tests
---------
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
Co-authored-by: abmantis <amfcalt@gmail.com>
2025-03-31 08:06:54 +00:00
Joost Lekkerkerker
9927de4801
Only trigger events on button updates in SmartThings ( #141720 )
...
Only trigger events on button updates
2025-03-29 17:50:29 +00:00
J. Nick Koston
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
J. Nick Koston
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
Marcel van der Veldt
405cbd6a00
Always set pause feature on Music Assistant mediaplayers ( #141686 )
2025-03-29 17:49:58 +00:00
Marcel van der Veldt
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
J. Nick Koston
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
puddly
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
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
puddly
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
Franck Nijhof
cc93152ff0
Fix ESPHome event entity staying unavailable ( #141650 )
2025-03-28 14:05:40 +00:00
Paulus Schoutsen
9965f01609
Ensure connection test sound has no preannouncement ( #141647 )
2025-03-28 14:05:37 +00:00
Nick Pesce
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
Jan Bouwhuis
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
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
Norbert Rittel
c490e350bc
Make names of switch entities in gree
consistent with docs ( #141580 )
2025-03-28 14:04:56 +00:00
Robert Resch
e11409ef99
Reverts #141363 "Deprecate SmartThings machine state sensors" ( #141573 )
...
Reverts #141363
2025-03-28 14:04:52 +00:00
alorente
e795fb9497
Fix missing response for queued mode scripts ( #141460 )
2025-03-28 14:04:45 +00:00
Norbert Rittel
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
Erik Montnemery
942ed89cc4
Revert "Promote after dependencies in bootstrap" ( #141584 )
...
Revert "Promote after dependencies in bootstrap (#140352 )"
This reverts commit 376604096049ac2388a1c9d23c578402acbce0b5.
2025-03-27 16:59:25 +00:00
Joost Lekkerkerker
028e4f6029
Also migrate completion time entities in SmartThings ( #141572 )
2025-03-27 15:38:21 +00:00
Martin Hjelmare
b82e1a9bef
Handle cloud subscription expired for backup upload ( #141564 )
...
Handle cloud backup subscription expired for upload
2025-03-27 15:38:18 +00:00
Erwin Douna
2f139e3cb1
Tado fix HomeKit flow ( #141525 )
...
* Initial commit
* Fix
* Fix
---------
Co-authored-by: Joostlek <joostlek@outlook.com>
2025-03-27 15:38:07 +00:00
Thomas55555
4ead108c15
Handle webcal prefix in remote calendar ( #141541 )
...
Handel webcal prefix in remote calendar
2025-03-27 10:19:14 +00:00
Michael Hansen
ec8363fa49
Add default preannounce sound to Assist satellites ( #141522 )
...
* Add default preannounce sound
* Allow None to disable sound
* Register static path instead of HTTP view
* Fix path
---------
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2025-03-27 10:19:09 +00:00
J. Diego Rodríguez Royo
e7ff0a3f8b
Improve some Home Connect deprecations ( #141508 )
2025-03-27 10:19:06 +00:00
Manu
b1ee5a76e1
Support for upcoming pyLoad-ng release in pyLoad integration ( #141297 )
...
Fix extra key `proxy` in pyLoad
2025-03-27 10:18:58 +00:00
Jan Bouwhuis
cff0a632e8
Fix QoS schema issue in MQTT subentries ( #141531 )
2025-03-26 23:21:17 +00:00
Thomas55555
ca6286f241
Fix work area sensor for Husqvarna Automower ( #141527 )
...
* Fix work area sensor for Husqvarna Automower
* simplify
2025-03-26 23:21:10 +00:00
Robert Resch
35bcc9d5af
Show box for Smartthings rise number entity ( #141526 )
2025-03-26 23:21:07 +00:00
Joost Lekkerkerker
2e3853dd7d
Deprecate SmartThings media player switch ( #141467 )
...
* Deprecate SmartThings media player switch
* Fix
* Fix
* Update homeassistant/components/smartthings/strings.json
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
* Fix
---------
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
2025-03-26 18:40:11 +01:00
Joost Lekkerkerker
fe99c39e25
Deprecate media player sensors for SmartThings ( #141469 )
...
* Deprecate media player sensors for SmartThings
* Deprecate media player sensors
2025-03-26 18:21:49 +01:00
Marc Mueller
222d89a84c
Update meteofrance-api to 1.4.0 ( #141490 )
2025-03-26 17:56:45 +01:00
Joost Lekkerkerker
69c8f4fbb6
Add button to reset the water filter in SmartThings ( #141493 )
...
* Add button to reset the water filter in SmartThings
* Add button to reset the water filter in SmartThings
2025-03-26 11:48:03 -05:00
Michael Hansen
220aaf93c6
Add preannounce media id support for ESPHome ( #141474 )
...
* Working on preannounce media id support for ESPHome
* Fix test
* Update tests
2025-03-26 11:31:05 -05:00
Jan Bouwhuis
febc455bc5
Add switch as entity platform on MQTT subentries ( #140658 )
2025-03-26 16:46:44 +01:00
Joost Lekkerkerker
3a1e1684ea
Add power binary sensor for Cooktop in SmartThings ( #141482 )
2025-03-26 16:29:02 +01:00
Markus Adrario
7a4ca6dcdc
Add Homee lock platform ( #140893 )
...
* Add homee lock platform
* finish tests
* add locking & unlocking
* add PARALLEL_UPDATES
* fix review comments
* fix test review comment.
* fix another review comment
2025-03-26 09:46:21 -05:00
Jan Bouwhuis
0de3549e6e
Move QoS setting to shared device properties in MQTT device subentries configuration ( #141369 )
...
* Move QoS setting to shared device properties in MQTT device subentries configuration
* Use kwargs for validate_user_input helper
2025-03-26 15:20:08 +01:00
Joost Lekkerkerker
63d4efda2e
Deprecate switch entity for airdresser ( #141470 )
...
* Deprecate switch entity for airdresser
* Deprecate switch entity for airdresser
2025-03-26 15:06:13 +01:00