Jan-Philipp Benecke
4ed2689678
Handle wrong WebDAV URL more gracefully in config flow ( #141040 )
2025-03-21 12:25:26 +02:00
fwestenberg
1fafe81d20
Update Stookwijzer diagnostics and description ( #141041 )
...
Update diagnostics and description
2025-03-21 12:20:15 +02:00
Maciej Bieniek
2785688f57
Add calibrate
button for Shelly BLU TRV ( #140578 )
...
* Initial commit
* Refactor
* Call async_add_entities() once
* Type
* Cleaning
* `supported` is not needed here
* Add error handling
* Add test
* Fix name
* Change class name
* Change method name
* Move BLU_TRV_TIMEOUT
* Fix BLU_TRV_TIMEOUT import
* Coverage
* Use test snapshots
* Support error translations
* Fix tests
* Introduce ShellyBaseButton class
* Rename press_method to _press_method
* Improve exception strings
2025-03-21 10:14:20 +01:00
puddly
110500b860
Bump ZHA to 0.0.53 ( #141025 )
...
* Bump ZHA to 0.0.53
* Regenerate snapshot
2025-03-21 07:44:57 +01:00
Allen Porter
a83bf4f514
Add a GetHomeState tool to return the current state of the home ( #140971 )
...
* Add a GetHomeState tool to return the current state of the home
* Fix check for exposing entities
* Add "all" to get home state description
2025-03-20 19:37:54 -07:00
Luke Lashley
a388863e62
Remove stale devices automatically for Roborock ( #140991 )
...
* Remove stale devices
* Add test
* extra test + fix networking patch bug
2025-03-20 18:28:37 -07:00
Abílio Costa
d12b4a1460
Log a warning for modules that log too often ( #139708 )
...
* Log a warning for modules that log too often
* Improve var naming
* Increase time window; improve log info
* Fix zha type
* Fix typo
* Ignore debug logs
* Use timer to avoid now() calls
* Switch to async_track_time_interval
* Allow using base QueueLister
* Add test for counters reset
* Make var names consistent; reduce message/time ratio
* Use log times instead of timer
* Simplify reset test
* Warn only once per module
* Remove uneeded counter reset
2025-03-20 14:53:53 -10:00
starkillerOG
5d1c8ea537
Reolink fix playback headers ( #141015 )
2025-03-20 20:45:07 +01:00
Maciej Bieniek
53f1dd8adf
Improve error handling and add exception translations for NextDNS integration ( #141005 )
...
* Add exception translations
* Coverage
* Add missing auth_error
* Coverage
* Use async_start_reauth
* Fix test
* Remove method placeholder
2025-03-20 20:33:45 +02:00
Norbert Rittel
a338205b73
Fix sentence-casing of "round-trip time" sensors in ping
( #141012 )
...
* Fix sentence-casing of "round-trip time" sensors in `ping`
Also add a hyphen for better English grammar.
* Update test_sensor.ambr
2025-03-20 20:30:28 +02:00
poucz
a030502489
Add MQTT cover stop tilt ( #139912 )
...
* Stop tilt move.
Stop tilt use same payload as cover - payload_stop
* Add test for STOP_TILT
* Tilt action
* Revert "Tilt action"
This reverts commit 7ce4fbb086616a900fc53277d379cbf03e9e0339.
* Update tests/components/mqtt/test_cover.py
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
* Update homeassistant/components/mqtt/cover.py
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
* Append CONF_PAYLOAD_STOP_TILT
* Update homeassistant/components/mqtt/cover.py
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
* Test for new payload
* Update tests/components/mqtt/test_cover.py
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
* Update tests/components/mqtt/test_cover.py
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
* Ruff format
* abbreviation
---------
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
2025-03-20 18:20:12 +00:00
EnjoyingM
f9bb250621
Wolf Smartset: Adding Heatpump Parameters: Frequency, RPM and Flow rate ( #140844 )
...
* Add missing Heatpump parameters and units
* Fix merge issue
* Fix snapshot
* Removing bundle_id as extra state attribute till functionality is needed and updating api translation with missing phrase
* Fix translations for listparameters
* Fix translations for listparameters
2025-03-20 18:46:04 +01:00
Abílio Costa
eca10ea591
Improve Withings sleep and weight default units ( #140665 )
2025-03-20 18:45:52 +01:00
Norbert Rittel
4bbd49af53
Capitalize "PIN to Drive" feature name in teslemetry
( #141011 )
...
* Capitalize "PIN to Drive" as feature name in `teslemetry`
Fixes the spelling of "PIN" for consistency and turns "PIN to Drive" into the feature name that Tesla uses (in English).
* Update test_binary_sensor.ambr
2025-03-20 19:20:08 +02:00
peteS-UK
e48a25e952
Add button platform for Squeezebox integration ( #140697 )
...
* initial
* trans key correction
* base class updates
* model tidy up
* Update homeassistant/components/squeezebox/strings.json
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/squeezebox/entity.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/squeezebox/media_player.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/squeezebox/media_player.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/squeezebox/button.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* review updates
* update
* move manufacturer to library
* updates
* list concat
* review updates
* Update tests/components/squeezebox/test_button.py
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2025-03-20 17:18:08 +01:00
Martin Hjelmare
a835c85f59
Patch Z-Wave platforms in button tests ( #141001 )
2025-03-20 16:37:02 +02:00
Luke Lashley
2a4ed9ace7
Add translations for Roborock Exceptions ( #140964 )
...
* Add translations to a few exceptions
* match existing wording
* fix regex
* consolidate errors
* fix test
2025-03-20 07:14:45 -07:00
Petro31
212d39ba19
Migrate template switch to new style ( #140324 )
...
* Migrate template switch to new style
* update tests
* Update tests
* Add config flow migration
* comment fixes
* revert entity config migration
2025-03-20 15:12:43 +01:00
Martin Hjelmare
5f84fc3ee5
Patch Z-Wave platforms in binary sensor tests ( #140992 )
2025-03-20 16:06:21 +02:00
Artur Pragacz
c9b27cf26e
Detect early base platforms in bootstrap ( #140359 )
...
* Detect early base platforms in bootstrap
* Address feedback
* Address feedback
2025-03-20 12:56:45 +01:00
Martin Hjelmare
df0125abdd
Patch Z-Wave platforms in api tests ( #140988 )
2025-03-20 12:54:40 +01:00
Martin Hjelmare
d8a4a97ee0
Allow patching Z-Wave platforms specifically in tests ( #140987 )
2025-03-20 12:19:14 +01:00
starkillerOG
a20601a1f0
Bump reolink-aio to 0.12.3 ( #140789 )
...
* Add password length restriction
* Bump reolink-aio to 0.12.3
* Add repair issue for too long password
* finish password too long repair issue
* add test
2025-03-20 11:39:57 +01:00
Joost Lekkerkerker
827d5256c6
Bump pySmartThings to 2.7.4 ( #140720 )
...
* Bump pySmartThings to 2.7.3
* Bump pySmartThings to 2.7.3
* Fix
* Fix
* Fix
2025-03-20 11:02:51 +01:00
Franck Nijhof
c6d3928ed1
Add template function: combine ( #140948 )
...
* Add template function: combine
* Add test to take away concern raised
2025-03-20 10:29:40 +01:00
Petar Petrov
3fb0290fba
Remove unused params in "zwave_js/provision_smart_start_node" API ( #140982 )
2025-03-20 10:19:26 +01:00
Martin Hjelmare
2674b02bfa
Refactor zwave_js config entry setup ( #107635 )
...
* Refactor zwave_js config entry setup
* Fix blocking update test
* Address timeout comment
* Remove platform tasks
* Replace deprecated async_add_job
* Use ConfigEntry.async_on_state_change
* Use modern config entry methods
* Clarify exception message
* Test listen error after config entry setup
* Test listen failure during setup after forward entry
* Test not reloading when hass is stopping
* Test client disconnect is called on entry unload
* Fix and test client not connected during driver setup
* Fix and test driver ready timeout
* Stringify listen task exception when logging
* Use identity compare
* Guard for closed connection
* Consolidate listen task checking and tests
2025-03-20 10:16:48 +01:00
J. Diego Rodríguez Royo
2ec80fd1ca
Fix initial fetch of Home Connect appliance data to handle API rate limit errors ( #139379 )
...
* Fix initial fetch of appliance data to handle API rate limit errors
* Apply comments
* Delete stale function
* Handle api rate limit error at options fetching
* Update appliances after stream non-breaking error
* Always initialize coordinator data
* Improve device update
* Update test description
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2025-03-20 09:39:28 +01:00
Ivan Lopez Hernandez
d9cf2750d5
Ensure file is correctly uploaded by the GenAI SDK ( #140969 )
...
Opened the file outside of the SDK
2025-03-19 22:58:19 -07:00
J. Nick Koston
a600bc5e57
Add turn on/off support to HomeKit TVs ( #140957 )
...
* Add turn on/off support to HomeKit TVs
* 0 = off, 1 = on, not a bool
* add coverage
* update snapshot
2025-03-19 11:19:04 -10:00
Joost Lekkerkerker
4344e9d604
Add remote control status to SmartThings ( #140197 )
...
* Add remote control status to SmartThings
* Add remote control status to SmartThings
* Fix
2025-03-19 18:23:15 +00:00
J. Diego Rodríguez Royo
8afd9c0c44
Handle API rate limit error on Home Connect entities fetch ( #139384 )
...
* Handle API rate limit error on entities fetch
* Apply suggestions
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Add decorator (does not work)
* Fix decorator
* Apply suggestions
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Add test
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2025-03-19 18:53:14 +01:00
Erik Montnemery
05c61b7ec3
Rename BackupManager last_non_idle_event to last_action_event ( #140291 )
...
* Rename BackupManager last_non_idle_event to last_action_event
* Update snapshots
2025-03-19 17:28:40 +01:00
jukrebs
2c9eb288e3
Add capability to display updated firmware versions in Home Assistant ( #140524 )
...
* add firmware version update
* incoperate review feedback
2025-03-19 16:51:39 +01:00
Erik Montnemery
6211e378c3
Fix flaky cast tests ( #140928 )
2025-03-19 16:50:09 +02:00
Erik Montnemery
6434befdcd
Fix misleading airthings_ble test ( #140933 )
2025-03-19 15:12:43 +01:00
starkillerOG
334359871d
Add Reolink home hub scene select entity ( #140823 )
2025-03-19 14:34:49 +01:00
Josef Zweck
3fd17c802c
Bump pylamarzocco to 1.4.9 ( #140916 )
2025-03-19 11:25:12 +01:00
Erik Montnemery
793e36635b
Improve google cast known hosts configuration ( #140913 )
2025-03-19 10:07:47 +01:00
Manu
caf81eecd3
Bump bring-api to v1.1.0 ( #140906 )
2025-03-18 20:25:41 -10:00
Luke Lashley
254622878a
Add Roborock entity with the name of the current room ( #140895 )
...
* Add current room entity
* Update homeassistant/components/roborock/models.py
Co-authored-by: Allen Porter <allen.porter@gmail.com>
* Update homeassistant/components/roborock/models.py
Co-authored-by: Allen Porter <allen.porter@gmail.com>
* use current_room property
* remove select changes
---------
Co-authored-by: Allen Porter <allen.porter@gmail.com>
2025-03-18 18:48:34 -07:00
starkillerOG
f8ab4d0238
Fix warnings in Reolink tests ( #140878 )
2025-03-18 16:47:33 +01:00
starkillerOG
4564d2537b
Fix flakey reolink test ( #140877 )
2025-03-18 17:38:34 +02:00
Maikel Punie
4176776d70
Fix optional password in Velbus config flow ( #140615 )
...
* Fix velbusconfigflow
* add tests
* Paramtize the tests
* Removed duplicate test in favor of another case
* more comments
2025-03-18 14:49:27 +00:00
Luke Lashley
1cae866da9
Update Roborock Map on status change ( #140873 )
...
* update map on status change
* Update tests/components/roborock/test_image.py
Co-authored-by: Allen Porter <allen.porter@gmail.com>
* update code to handle state logic within async_update_data
* Update homeassistant/components/roborock/coordinator.py
Co-authored-by: Allen Porter <allen.porter@gmail.com>
* move previous_state and allow update on None
---------
Co-authored-by: Allen Porter <allen.porter@gmail.com>
2025-03-18 07:34:02 -07:00
Petar Petrov
516aaa741d
Add Z-Wave JS lookup_device API ( #140802 )
...
* ZwaveJS lookup_device API
* add FailedCommand test
* test tweak
2025-03-18 12:05:10 +01:00
Simone Chemelli
12f5bd2aea
Add dedicated sensors for extra_state_attributes in Shelly integration ( #140793 )
...
* Add dedicated sensors for extra_state_attributes in Shelly integration
* add tests
* apply review comment
* fix text syntax
* add gas test
* update strings
* add icons
2025-03-18 11:48:18 +01:00
Dan Raper
30c19ec373
Add reconfigure flow to Ohme ( #140835 )
...
* Add reconfigure flow to Ohme
* Remove incorrect unique ID check from ohme reconfig
2025-03-18 10:36:21 +01:00
EnjoyingM
5438532780
Bump wolf-comm to 0.0.23 ( #140840 )
...
* Bump wolf-comm to 0.0.23
* fix test for new lib
2025-03-18 11:22:32 +02:00
starkillerOG
fdd36e457d
Add Reolink day night state sensor ( #140825 )
...
* Add day night state sensor
* Update test_diagnostics.ambr
2025-03-18 11:19:45 +02:00