Brett Adams
6bd3792e9f
Bump tesla-fleet-api to 0.9.2 ( #137295 )
2025-02-04 08:51:13 +01:00
epenet
5e0312ca60
Use HassKey in file_upload ( #137294 )
2025-02-04 08:45:41 +01:00
epenet
0f57347797
Use runtime_data in fastdotcom ( #137293 )
2025-02-04 08:44:24 +01:00
Daniel Hjelseth Høyer
82369535c4
Bump pymill to 0.12.3 ( #137264 )
...
Mill lib 0.12.3
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
2025-02-04 08:25:18 +01:00
Michael
f9cc3361e3
Don't blow up when a backup doesn't exist on Synology DSM ( #136913 )
...
* don't raise while delte not existing backup
* only raise when error ne 408
2025-02-03 17:42:30 -05:00
Jan Stienstra
42cab208d0
Update Jellyfin codeowner ( #137270 )
2025-02-03 17:38:01 -05:00
Ernst Klamer
7fe89ea329
Add channel sensor to bthome ( #137072 )
2025-02-03 22:21:58 +00:00
Simone Chemelli
1654c28d74
Pass config_entry as param to Shelly coordinator ( #137276 )
...
* Pass config_entry as param
* diff approach
2025-02-03 22:58:50 +01:00
Wouter
6fa87da5bd
Add Shelly script events entities ( #135979 )
...
* When an event is received from a script component on a shelly device, this event is send to the hass event bus
* Event emitted from a script will be send to the corresponding event entity
* Added tests for the shelly script event
* The event entity for script are now hidden by default
* Forgot to enable script event entities by default for the test
* Made serveral improvement for the shelly script event entity
- Added device name to event entity
- The event entity is now only created when a script has any event types
- The test for this entity now uses snapshots
* Shelly script event entities will not be create for the BLE scanning script and will now be automatically removed when the script no longer exsists
* Changed variable name to avoid confusion with _id
* Removed old const from first implementation and removed _script_event_listeners and used _event_listeners instead to listen for script events
2025-02-03 22:41:39 +02:00
Paulus Schoutsen
649319f4ee
Introduce async_add_assistant_content to conversation chat log ( #137273 )
...
introduce async_add_assistant_content_without_tools to conversation chat log
2025-02-03 14:27:55 -06:00
Abílio Costa
282560acf8
Allow ignored idasen_desk devices to be set up from the user flow ( #137253 )
2025-02-03 13:54:09 -06:00
Simone Chemelli
1680adf158
Add device cleanup to Vodafone Station ( #116024 )
...
* add device cleanup
* apply review comments
* fix description
* make cleanup automatic
* .
* rework approach based on IQS021 rule
* add initial devices list from registry
* use connections instead of identifiers
* apply review comment
* add some coordinator tests
* one more test
* cleanup tests
* allign tests
* apply review comment
* removed sensor test
* cleanup test
* align test to latest code
* typo
* fix after rebase
* introduce generic helper
* apply some review comments
* add comments to clarify design
* apply latest review comment
* ruff
* improved coverage
* more coverage
* 100% helpers.py test coverage
* improve test
---------
Co-authored-by: J. Nick Koston <nick@koston.org>
2025-02-03 20:48:50 +01:00
Marc Mueller
5a14409dda
Update tqdm to 4.67.1 ( #137241 )
2025-02-03 19:37:38 +01:00
Bram Kragten
3bfc1a87c8
Update frontend to 20250203.0 ( #137263 )
2025-02-03 19:37:12 +01:00
Michael Hansen
28edbdc107
Clear extra system prompt on start_conversation error ( #137254 )
...
* Clear extra system prompt on start_conversation error
* Update homeassistant/components/assist_satellite/entity.py
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
---------
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2025-02-03 12:07:45 -05:00
Erik Montnemery
58b7be7c2f
Check for errors when creating backups using supervisor ( #137220 )
...
* Check for errors when creating backups using supervisor
* Improve error reporting when there's no backup reference
2025-02-03 17:33:03 +01:00
Josef Zweck
a41566611e
Bump onedrive-personal-sdk to 0.0.2 ( #137252 )
2025-02-03 17:30:27 +01:00
Martin Hjelmare
b660703117
Fix eheimdigital sw_version mock ( #137255 )
2025-02-03 17:28:54 +01:00
starkillerOG
c5e60045b4
Add Smart Rollos virtual motionblinds integration ( #137190 )
2025-02-03 17:21:28 +01:00
starkillerOG
ce5be8686a
Add Heicko virtual motionblinds integration ( #137191 )
2025-02-03 17:18:30 +01:00
starkillerOG
94daeffe44
Add Ublockout virtual integration of MotionBlinds ( #137179 )
2025-02-03 17:10:39 +01:00
Aaron Godfrey
9856340a33
Bump todist-api-python to 2.1.7 ( #136549 )
...
Co-authored-by: Allen Porter <allen@thebends.org>
Co-authored-by: J. Diego Rodríguez Royo <jdrr1998@hotmail.com>
2025-02-03 17:06:21 +01:00
Jan Bouwhuis
30af9057d1
Ensure random temp dir is used during MQTT CI tests ( #137221 )
2025-02-03 16:06:02 +00:00
Regev Brody
a5eda3faf1
Bump python-roborock to 2.11.1 ( #137244 )
2025-02-03 17:00:36 +01:00
Shay Levy
2682f4a323
Add tests for Shelly Flood gen4 ( #137246 )
2025-02-03 17:34:02 +02:00
Josef Zweck
628e1ffb84
Migrate OneDrive to onedrive_personal_sdk library ( #137064 )
2025-02-03 16:25:58 +01:00
Paulus Schoutsen
05ca80f4ba
Assist Pipeline to use ChatSession for conversation ID ( #137143 )
...
* Assist Pipeline to use ChatSession for conversation ID
* Adjust to latest changes
2025-02-03 09:18:15 -06:00
Paulus Schoutsen
8acab6c646
Assist Satellite to use ChatSession for conversation ID ( #137142 )
...
* Assist Satellite to use ChatSession for conversation ID
* Adjust for changes main branch
* Ensure the initial message is in the chat log
2025-02-03 09:13:09 -06:00
Joost Lekkerkerker
4531a46557
Bump python-homeassistant-analytics to 0.9.0 ( #137240 )
2025-02-03 16:03:13 +01:00
cdnninja
37461d727a
Migrate unique ID in vesync switches ( #137099 )
2025-02-03 15:44:49 +01:00
Marc Mueller
b5662ded2c
Update pylint-per-file-ignores to 1.4.0 ( #137242 )
2025-02-03 15:42:21 +01:00
Richard Kroegel
71e28a4af3
Add service to retrieve schedule configuration ( #121904 )
2025-02-03 14:41:25 +00:00
Marc Mueller
dba4637aa9
Update pytest-github-actions-annotate-failures to 0.3.0 ( #137243 )
2025-02-03 15:40:38 +01:00
Marc Mueller
e24564147d
Update pytest-asyncio to 0.25.3 ( #137231 )
2025-02-03 14:52:56 +01:00
Marc Mueller
9bc110104d
Update pyOpenSSL to 25.0.0 ( #137236 )
2025-02-03 14:46:49 +01:00
Marc Mueller
c903658aa8
Update syrupy to 4.8.1 ( #137235 )
2025-02-03 14:46:22 +01:00
Conor Eager
34a229af52
Add Starlink connectivity binary sensor ( #133184 )
...
Co-authored-by: David Rapan <david@rapan.cz>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2025-02-03 14:34:25 +01:00
Marc Mueller
8579456895
Update pytest-picked to 0.5.1 ( #137233 )
2025-02-03 14:25:06 +01:00
Marc Mueller
1d7e485aa3
Update pytest-freezer to 0.4.9 ( #137232 )
2025-02-03 14:11:03 +01:00
TimL
0e73363d04
Bump pysmlight to v0.2.2 ( #137218 )
2025-02-03 14:06:27 +01:00
Markus Adrario
48184e742a
Fix minor issues in Homee ( #137239 )
2025-02-03 14:05:51 +01:00
RJPoelstra
0034055ac8
Fix retrieving PIN when no pin is set on mount in motionmount integration ( #137230 )
2025-02-03 14:05:11 +01:00
Marc Mueller
52d7cfbe32
Update coverage to 7.6.10 ( #137229 )
2025-02-03 14:03:41 +01:00
Marc Mueller
a9e73d9253
Update pylint to 3.3.4 ( #137227 )
2025-02-03 14:01:20 +01:00
Marc Mueller
a5c01a4d4f
Update pipdeptree to 2.25.0 ( #137228 )
2025-02-03 14:01:04 +01:00
Marc Mueller
6d31530811
Update license-expression to 30.4.1 ( #137226 )
2025-02-03 14:00:16 +01:00
Markus Jacobsen
c950c69cb3
Add parallel updates setting to Bang & Olufsen Event platform ( #135850 )
2025-02-03 13:42:47 +01:00
Norbert Rittel
c2f94542aa
Fix uppercase / lowercase setup strings in Generic Camera ( #137219 )
2025-02-03 12:38:38 +00:00
Simone Chemelli
cce6c735ad
Add support for Shelly Flood gen4 ( #136981 )
2025-02-03 13:04:14 +01:00
Erik Montnemery
9cfe109210
Check for errors when restoring backups using supervisor ( #137217 )
...
* Check for errors when restoring backups using supervisor
* Break long line in test
* Improve comments
2025-02-03 11:51:29 +01:00