Joost Lekkerkerker
aab349e787
Fix SmartThings ACs without supported AC modes ( #140744 )
2025-03-21 19:31:08 +00:00
Joost Lekkerkerker
21ced23c3c
Bump pySmartThings to 2.7.4 ( #140720 )
...
* Bump pySmartThings to 2.7.3
* Bump pySmartThings to 2.7.3
* Fix
* Fix
* Fix
2025-03-21 19:25:33 +00:00
Josef Zweck
a453e9d4c2
Don't reload onedrive on options flow ( #140712 )
2025-03-21 19:21:22 +00:00
Adam Feldman
3f493dce06
Fix broken core integration Smart Meter Texas by switching it to use HA's SSL Context ( #140694 )
...
* Update __init__.py to use HA's SSLContext
* Update config_flow.py to use HA's SSLContext
* Use default context for config_flow.py
* Use default context instead in __init__.py
Co-authored-by: Josef Zweck <josef@zweck.dev >
* Fix import in __init__.py
* Fix import in config_flow.py
---------
Co-authored-by: Josef Zweck <josef@zweck.dev >
2025-03-21 19:19:06 +00:00
Joost Lekkerkerker
403fe36489
Check Celsius in SmartThings oven setpoint ( #140687 )
2025-03-21 19:19:03 +00:00
J. Nick Koston
66fd7d9e8a
Bump PySwitchBot to 0.57.1 ( #140681 )
...
changelog: https://github.com/sblibs/pySwitchbot/compare/0.56.1...0.57.1
fixes #140405
2025-03-21 19:19:00 +00:00
Glenn Waters
c9ceade10d
Fix Elk-M1 missing TLS 1.2 check ( #140672 )
...
* Fix for missing TLS 1.2 check
* Fix error message.
* combine startswith
---------
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-03-21 19:18:57 +00:00
Joost Lekkerkerker
85b6b3a360
Make Oven setpoint follow temperature UoM in SmartThings ( #140666 )
2025-03-21 19:18:08 +00:00
Maikel Punie
a2102f9b98
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-21 19:12:20 +00:00
J. Diego Rodríguez Royo
28cad1d085
Handle non documented options at Home Connect select entities ( #140608 )
...
* Allow non documented options at select entities
* Don't allow undocumented options
2025-03-21 19:12:17 +00:00
J. Diego Rodríguez Royo
9d8dbfbf3f
Add 700 RPM option to washer spin speed options at Home Connect ( #140607 )
...
Add 700 RPM option to washer spin speed options
2025-03-21 19:12:14 +00:00
Hessel
1382a001e3
Change max ICP value to fixed value for Wallbox Integration ( #140592 )
...
change max ICP value to fixed value
Co-authored-by: Hessel van Es <hessel@datadragons.nl >
2025-03-21 19:12:10 +00:00
Pete Sage
88e3dcccda
Album art not available for Sonos media library favorites ( #140557 )
...
* get album art uri for favorites
* add tests
* update typing
* update typing
* update typing
* simplify
2025-03-21 19:12:07 +00:00
J. Diego Rodríguez Royo
43e24cf833
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-21 19:12:03 +00:00
J. Diego Rodríguez Royo
65aef40a3f
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-21 19:11:58 +00:00
Franck Nijhof
831f2dc30e
Bump version to 2025.3.3
2025-03-14 09:56:13 +00:00
ashionky
1566ab3b28
Fix missing UnitOfPower.MILLIWATT in sensor and number allowed units ( #140567 )
...
* MILLIWATT
* MILLIWATT
2025-03-14 09:53:08 +00:00
Joost Lekkerkerker
c852e1398c
Set unit of measurement for SmartThings oven setpoint ( #140560 )
2025-03-14 09:53:05 +00:00
Joost Lekkerkerker
761be9342e
Fix windowShadeLevel capability in SmartThings ( #140552 )
2025-03-14 09:52:58 +00:00
Maciej Bieniek
54ad44a574
Fix Shelly diagnostics for devices without WebSocket Outbound support ( #140501 )
...
* Don't assume that `ws` is always in config
* Fix device
2025-03-14 09:49:52 +00:00
Matthias Alphart
fed4015bab
Update xknxproject to 3.8.2 ( #140499 )
2025-03-14 09:49:49 +00:00
Brett Adams
019a0ebf9b
Bump Tesla Fleet API to 0.9.13 ( #140485 )
2025-03-14 09:49:45 +00:00
Joost Lekkerkerker
7607b7d494
Mark value in number.set_value action as required ( #140445 )
2025-03-14 09:49:40 +00:00
Maikel Punie
8b96a9606d
Bump velbusaio to 2025.3.1 ( #140443 )
2025-03-14 09:49:37 +00:00
Jan-Philipp Benecke
6349821037
Only do WebDAV path migration when path differs ( #140402 )
2025-03-14 09:49:33 +00:00
Louis Christ
db26a42734
Use only IPv4 for zeroconf in bluesound integration ( #140226 )
...
* Use only ipv4 for zeroconf
* Fix tests
* Use only ip_address for ip version check
* Add test
* Reduce test
2025-03-14 09:49:30 +00:00
Glenn Waters
74fe35f44e
Bump upb-lib to 0.6.1 ( #140212 )
2025-03-14 09:49:26 +00:00
jb101010-2
e648716ddf
Bump pysuezV2 to 2.0.4 ( #139824 )
2025-03-14 09:49:23 +00:00
Luke Lashley
2e20245cdf
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-14 09:49:19 +00:00
Franck Nijhof
3d5e4b980f
Bump version to 2025.3.2
2025-03-11 15:22:38 +00:00
Joost Lekkerkerker
f2f653efcf
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:21:27 +00:00
Joost Lekkerkerker
b5c7bdd98f
Make sure SmartThings light can deal with unknown states ( #140190 )
...
* Fix
* add comment
* Make light unknown
* Make light unknown
2025-03-11 14:58:36 +00:00
Pete Sage
38e6133202
Fix browsing Audible Favorites in Sonos ( #140378 )
...
* initial commit
* updates
* update test data
2025-03-11 14:58:02 +00:00
Joost Lekkerkerker
8541dc5bde
Handle incomplete power consumption reports in SmartThings ( #140370 )
2025-03-11 14:57:58 +00:00
Luke Lashley
5327996bad
Bump python-roborock to 2.12.2 ( #140368 )
...
bump python roboorck to 2.12.2
2025-03-11 14:57:55 +00:00
Jan-Philipp Benecke
4ddc43a9d9
Fix double space quoting in WebDAV ( #140364 )
2025-03-11 14:57:51 +00:00
Joost Lekkerkerker
e6dea4179b
Fix no temperature unit in SmartThings ( #140363 )
2025-03-11 14:57:47 +00:00
Brett Adams
0318b85517
Bump teslemetry-stream ( #140335 )
...
Bump
2025-03-11 14:57:43 +00:00
David Knowles
29987d443e
Bump pydrawise to 2025.3.0 ( #140330 )
2025-03-11 14:57:27 +00:00
puddly
cbfd8707b9
Bump ZHA to 0.0.52 ( #140325 )
2025-03-11 14:57:18 +00:00
Andrew Sayre
5f158f5c87
Bump pyheos to v1.0.3 ( #140310 )
...
Bump pyheos v1.0.3
2025-03-11 14:57:14 +00:00
Antoine Reversat
d67ccd2fce
FGLair : Upgrade to ayla-iot-unofficial 1.4.7 ( #140296 )
...
Upgrade to ayla-iot-unofficial 1.4.7
2025-03-11 14:57:10 +00:00
Joost Lekkerkerker
29c9d3804b
Fix dryer operating state in SmartThings ( #140277 )
2025-03-11 14:57:07 +00:00
Maikel Punie
76d478c84f
Bump velbusaio to 2025.3.0 ( #140267 )
2025-03-11 14:56:54 +00:00
Jan Bouwhuis
5d9d6f099c
Fix client_id not generated when connecting to the MQTT broker ( #140264 )
...
Fix client_id not generated when connecting to the MQTT broker
2025-03-11 14:56:49 +00:00
epenet
e4b31640b3
Fix version not always available in onewire ( #140260 )
2025-03-11 14:56:43 +00:00
Luke Lashley
c43f6a67d0
Fix todo tool broken with Gemini 2.0 models. ( #140246 )
...
* Change tool name for addlist item
* Change to HasListAddItem
* extract to function
2025-03-11 14:55:51 +00:00
J. Diego Rodríguez Royo
0bbab63193
Add 900 RPM option to washer spin speed options at Home Connect ( #140234 )
...
Add 900 RPM option to washer spin speed options
2025-03-11 14:52:37 +00:00
J. Diego Rodríguez Royo
06188b8fbd
Refresh Home Connect token during config entry setup ( #140233 )
...
* Refresh token during config entry setup
* Test 500 error
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2025-03-11 14:52:33 +00:00
David Bonnes
bbbb5cadd4
Bump evohome-async to 1.0.4 to fix #140194 ( #140230 )
...
bump client, add test for fix #140194
2025-03-11 14:52:29 +00:00