Update syncthru library to fix issue (#25924)
This commit is contained in:
parent
1f2bab8e67
commit
dc62671575
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
"name": "Syncthru",
|
"name": "Syncthru",
|
||||||
"documentation": "https://www.home-assistant.io/components/syncthru",
|
"documentation": "https://www.home-assistant.io/components/syncthru",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"pysyncthru==0.4.2"
|
"pysyncthru==0.4.3"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": ["@nielstron"]
|
"codeowners": ["@nielstron"]
|
||||||
|
|
|
@ -1422,7 +1422,7 @@ pysuez==0.1.17
|
||||||
pysupla==0.0.3
|
pysupla==0.0.3
|
||||||
|
|
||||||
# homeassistant.components.syncthru
|
# homeassistant.components.syncthru
|
||||||
pysyncthru==0.4.2
|
pysyncthru==0.4.3
|
||||||
|
|
||||||
# homeassistant.components.tautulli
|
# homeassistant.components.tautulli
|
||||||
pytautulli==0.5.0
|
pytautulli==0.5.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue