Jan Bouwhuis
36cbd28d9d
Add platinum quality scale to incomfort integration ( #136387 )
...
* Add platinum quality scale to incomfort integration
* Add platinum quality scale to incomfort integration
* Exempt actions attributes
* Comment on known limitations
2025-03-11 17:41:19 +01:00
Norbert Rittel
7b7483b254
Fix wrong punctuation in hive integration ( #140390 )
2025-03-11 17:44:52 +02:00
Lincoln Kirchoff
95afebceb4
Add modbus climate hvac action ( #139864 )
...
* Added the hvac action attribute for modbus climate entities.
* Fixed issue in hvac action unit test, was incorrectly referencing the hvac mode attribute.
* Fixed the modbus climate test for hvac action, it now correctly checks that hvac actions in the config match HVACActions.
* Made changes recommended by @crug80 to remove dead code and to add ability to use input or holding register for hvac action.
* Moved action test case in test_climate.py
* Updated comment for `test_service_climate_action_update`
* Fixed ruff formatting error.
* Addressed request to update labels from `state_*` to `action_*`
2025-03-11 15:27:47 +00:00
Norbert Rittel
ad126a745a
Fix sentence-casing in hive integration ( #140382 )
...
Use sentence-casing for all strings following the HA standard.
Capitalize "Internet" as a name.
2025-03-11 14:58:16 +00:00
victorclaessen
490dd3b525
Add microseconds as unit for device class duration ( #140307 )
...
* Add microseconds as unit for device class duration.
Add microseconds as unit for device class duration. The converter already supports it.
* Update const.py
Also update number component
2025-03-11 14:52:55 +00:00
Joost Lekkerkerker and Martin Hjelmare
71159c755f
Delete subscription on shutdown of SmartThings ( #140135 )
...
* Cache subscription url in SmartThings
* Cache subscription url in SmartThings
* Fix
* Fix
* Fix
* Fix
* Fix
* Fix
* Fix
* Fix
* Bump pysmartthings to 2.7.1
* 2.7.2
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2025-03-11 15:33:32 +01:00
Luke Lashley
3c57b12cd1
Fix bug with all Roborock maps being set to the wrong map when empty ( #138493 )
...
* Fix bug with all maps being set to the same when empty
* fix parens
* fix other parens
* rework some of the logic
* few small updates
* Remove test that is no longer relevant
* remove updated time bump
2025-03-11 07:31:20 -07:00
Allen Porter
ca33d7263f
Improve roborock map image ( #140379 )
2025-03-11 15:12:19 +01:00
Pete Sage
6c54f8dff2
Fix browsing Audible Favorites in Sonos ( #140378 )
...
* initial commit
* updates
* update test data
2025-03-11 14:56:41 +01:00
starkillerOG
7bdec5f19f
Bump reolink-aio to 0.12.2 ( #140369 )
2025-03-11 14:54:02 +01:00
Luke Lashley
8edecd8671
Bump python-roborock to 2.12.2 ( #140368 )
...
bump python roboorck to 2.12.2
2025-03-11 14:47:30 +01:00
Joost Lekkerkerker
536109251e
Make sure SmartThings light can deal with unknown states ( #140190 )
...
* Fix
* add comment
* Make light unknown
* Make light unknown
2025-03-11 14:47:13 +01:00
Artur Pragacz
d82c30364a
Remove redundant after dependencies in person ( #140354 )
2025-03-11 14:12:30 +01:00
Norbert Rittel
ca5ce74740
Improve user-facing strings of hassio component ( #140355 )
...
- capitalize "Internet"
- remove excessive space character
- add "the" and trailing period in description of `homeassistant_exclude_database` field
- replace duplicate strings in `backup_partial` with references to `backup_full` action
2025-03-11 15:10:54 +02:00
epenet
1c242a6602
Migrate homekit tests to use unit system ( #140372 )
2025-03-11 15:10:20 +02:00
Joost Lekkerkerker
0e7a083847
Handle incomplete power consumption reports in SmartThings ( #140370 )
2025-03-11 14:10:06 +01:00
Artur Pragacz
13e9906929
Remove redundant after dependencies in search ( #140353 )
2025-03-11 14:09:58 +01:00
epenet
25d6974137
Migrate balboa tests to use unit system ( #140371 )
2025-03-11 15:09:50 +02:00
Jan-Philipp Benecke
d2124db3ec
Fix double space quoting in WebDAV ( #140364 )
2025-03-11 14:06:44 +01:00
Joost Lekkerkerker
bc6d342919
Fix no temperature unit in SmartThings ( #140363 )
2025-03-11 14:03:15 +01:00
epenet
daaa1486fc
Migrate lg_thinq tests to use unit system ( #140365 )
2025-03-11 14:54:21 +02:00
epenet
7826bb9323
Migrate google_assistant tests to use unit system ( #140366 )
2025-03-11 13:51:56 +01:00
epenet
289e94f270
Migrate gree tests to use unit system ( #140358 )
2025-03-11 14:38:44 +02:00
epenet
b160ce21fc
Migrate google_assistant tests to use unit system ( #140357 )
2025-03-11 13:21:00 +01:00
Maciej Bieniek
98cf936ff5
Improve config flow for GIOS ( #139935 )
...
* Initial commit
* Use TYPE_CHECKING
* Update strings
* Remove default value
* Improve tests
2025-03-11 13:52:40 +02:00
Norbert Rittel
d3a96ba688
Use trademark "Time-of-Use Price Plan" in srp_energy integration ( #140350 )
2025-03-11 11:18:35 +01:00
Norbert Rittel
47a9f25ba6
Improve name and description of nexia.set_hvac_run_mode action ( #140348 )
...
- use proper capitalization of "HVAC" in action name
- better explain that you can set the run mode ("permanent_hold" / "run_schedule") and / or the operation mode ("auto" / "cool" / "heat") of the HVAC system
2025-03-11 11:14:22 +01:00
Norbert Rittel
3199b538ee
Capitalize "HVAC" abbreviation in fritzbox integration ( #140344 )
...
* Capitalize "HVAC" abbreviation in `fritzbox` integration
* Update test_climate.py
* Update test_climate.py (2)
2025-03-11 11:12:22 +01:00
Artur Pragacz
4f25296c50
Improve dependencies resolution ( #138502 )
...
* Improve dependencies resolution
* Improve tests
* Better docstrings
* Fix comment
* Improve tests
* Improve logging
* Address feedback
* Address feedback
* Address feedback
* Address feedback
* Address feedback
* Simplify error handling
* small log change
* Add comment
* Address feedback
* shorter comments
* Add test
2025-03-11 10:12:23 +01:00
Tsvi Mostovicz
52408e67b2
Update hdate dependency to 1.0.3 ( #137247 )
...
* Update hdate version
* Update code to reflect changes from hdate==1.0.0
* Fix some tests
* Fix parasha tests
* Fix holiday tests
* Cleanup holidays changes
* Zmanim objects should now access the local attribute
* Fix binary sensors
* Update test values on upcoming shabbat times
* Update hdate to 1.0.1
* Adapt to changes from 1.0.0 -> 1.0.1
* Change shabbat candle lighthing test scenario to 40 minutes as expected in Jerusalem
* Update to version 1.0.2
* Update keys based on updated nomenclature in library
* Update HolidayDatabase .get_all_names in test
* Make holiday type an ordered set
* Fix freeze_time
* Fix imports
* Fix tests and minor change
* Update hdate version 1.0.3, add migration method
* Fix migration code
* Add test for migration
* The change is not backwards compatible if config is not restored
2025-03-11 09:43:29 +01:00
J. Nick Koston
3b115506b9
Bump inkbird-ble to 0.9.0 ( #140339 )
...
changelog: https://github.com/Bluetooth-Devices/inkbird-ble/compare/v0.8.0...v0.9.0
2025-03-11 09:19:21 +01:00
Andrew Sayre
6e2148193a
Bump pyheos to v1.0.3 ( #140310 )
...
Bump pyheos v1.0.3
2025-03-11 09:18:31 +01:00
David Knowles
e0f4da390a
Bump pydrawise to 2025.3.0 ( #140330 )
2025-03-11 09:16:44 +01:00
J. Nick Koston
a45ce3083b
Bump pylutron-caseta 0.24.0 ( #140338 )
...
changelog: https://github.com/gurumitts/pylutron-caseta/compare/v0.23.0...v0.24.0
2025-03-11 09:15:20 +01:00
Norbert Rittel
711f9ab900
Correct sentence-casing and spelling of "LED" in zha integration ( #140342 )
2025-03-11 09:12:29 +01:00
Andrew Jackson
cdff2e4648
Add strict typing of post to Mastodon ( #140299 )
...
* Type post API
* Update quality scale
2025-03-11 09:11:46 +01:00
puddly
6b601b9aad
Bump ZHA to 0.0.52 ( #140325 )
2025-03-11 09:09:53 +01:00
Norbert Rittel
873cf6ac09
Fix sentence-casing and spelling of "LED" in baf integration ( #140343 )
2025-03-11 09:09:15 +01:00
Brett Adams
a65bf35a06
Bump teslemetry-stream ( #140335 )
...
Bump
2025-03-11 09:06:29 +01:00
Norbert Rittel
b6df07b2ed
Improve user-facing strings of nordpool integration ( #140286 )
2025-03-11 06:14:22 +01:00
Artur Pragacz
2e79db3695
Fix hass stop in bootstrap ( #132795 )
2025-03-10 21:29:26 -04:00
Antoine Reversat
37213503b1
Do not add outside temperature sensor for FGLair if reading is None ( #140298 )
...
* Do not add outside temperature sensor if reading is None
* Fix comments
2025-03-10 22:16:44 +00:00
Norbert Rittel
bf50ee9b5e
Capitalize abbreviations in lektrico integration ( #140311 )
...
* Capitalize abbreviations in `lektrico` integration
* Update test_number.ambr
* Update test_binary_sensor.ambr
* Update test_binary_sensor.ambr
* Update test_number.ambr
2025-03-10 22:12:47 +00:00
Glen Robertson
058c965b88
Set anthemav volume_step to 0.01 ( #140130 )
2025-03-10 22:25:38 +01:00
Luke Lashley
8fe45fb994
Fix todo tool broken with Gemini 2.0 models. ( #140246 )
...
* Change tool name for addlist item
* Change to HasListAddItem
* extract to function
2025-03-10 14:02:07 -07:00
Paulus Schoutsen
49a62d5294
Standardize conversation.async_process method ( #140125 )
2025-03-10 14:15:10 -05:00
Paulus Schoutsen
1665d9474f
Enable TTS streaming implementations ( #140176 )
...
* Enable TTS streaming implementations
* Update comment
* Revert type change
2025-03-10 14:12:37 -05:00
Antoine Reversat
d498dbd5ac
FGLair : Upgrade to ayla-iot-unofficial 1.4.7 ( #140296 )
...
Upgrade to ayla-iot-unofficial 1.4.7
2025-03-10 17:37:30 +01:00
Robert Resch
8807e326d1
Bump go2rtc to 1.9.9 ( #140302 )
2025-03-10 18:15:52 +02:00
Andrew Jackson
290116029b
Add strict typing of account & instance to Mastodon ( #139739 )
...
Add strict typing of account & instance
2025-03-10 15:54:18 +01:00