Jan-Philipp Benecke
4ed2689678
Handle wrong WebDAV URL more gracefully in config flow ( #141040 )
2025-03-21 12:25:26 +02:00
Jan-Philipp Benecke
99b140f73f
Remove WebDAV properties and rely on metadata file ( #140539 )
2025-03-14 10:21:16 +01:00
Jan-Philipp Benecke
0b41d056d3
Only do WebDAV path migration when path differs ( #140402 )
2025-03-11 20:05:02 +01:00
Jan-Philipp Benecke
d2124db3ec
Fix double space quoting in WebDAV ( #140364 )
2025-03-11 14:06:44 +01:00
Jan-Philipp Benecke
9d10e0e054
Change webdav namespace to absolut URI ( #139456 )
...
* Change webdav namespace to absolut URI
* Add const file
2025-02-28 11:18:16 +01:00
Jan-Philipp Benecke
d197acc069
Reduce requests made by webdav ( #139238 )
...
* Reduce requests made by webdav
* Update homeassistant/components/webdav/backup.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2025-02-25 11:46:40 +01:00
Erik Montnemery
bf190a8a73
Add backup helper ( #139199 )
...
* Add backup helper
* Add hassio to stage 1
* Apply same changes to newly merged `webdav` and `azure_storage` to fix inflight conflict
* Address comments, add tests
---------
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-02-25 10:19:41 +01:00
Jan-Philipp Benecke
ec3f5561dc
Add WebDAV backup agent ( #137721 )
...
* Add WebDAV backup agent
* Process code review
* Increase timeout for large uploads
* Make metadata file based
* Update IQS
* Grammar
* Move to aiowebdav2
* Update helper text
* Add decorator to handle backup errors
* Bump version
* Missed one
* Add unauth handling
* Apply suggestions from code review
Co-authored-by: Josef Zweck <josef@zweck.dev >
* Update homeassistant/components/webdav/__init__.py
* Update homeassistant/components/webdav/config_flow.py
* Remove timeout
Co-authored-by: Josef Zweck <josef@zweck.dev >
* remove unique_id
* Add tests
* Add missing tests
* Bump version
* Remove dropbox
* Process code review
* Bump version to relax pinned dependencies
* Process code review
* Add translatable exceptions
* Process code review
* Process code review
---------
Co-authored-by: Josef Zweck <josef@zweck.dev >
2025-02-24 18:00:48 +01:00