mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Bump verisure to vsure 1.5.4 and jsonpath 0.82 (#28933)
This commit is contained in:
parent
a62bd97fa5
commit
e3b2a33962
@ -2,6 +2,7 @@
|
|||||||
import logging
|
import logging
|
||||||
import threading
|
import threading
|
||||||
from datetime import timedelta
|
from datetime import timedelta
|
||||||
|
|
||||||
from jsonpath import jsonpath
|
from jsonpath import jsonpath
|
||||||
import verisure
|
import verisure
|
||||||
|
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
"name": "Verisure",
|
"name": "Verisure",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/verisure",
|
"documentation": "https://www.home-assistant.io/integrations/verisure",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"jsonpath==0.75",
|
"jsonpath==0.82",
|
||||||
"vsure==1.5.2"
|
"vsure==1.5.4"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
|
@ -719,7 +719,7 @@ iperf3==0.1.11
|
|||||||
ipify==1.0.0
|
ipify==1.0.0
|
||||||
|
|
||||||
# homeassistant.components.verisure
|
# homeassistant.components.verisure
|
||||||
jsonpath==0.75
|
jsonpath==0.82
|
||||||
|
|
||||||
# homeassistant.components.kodi
|
# homeassistant.components.kodi
|
||||||
jsonrpc-async==0.6
|
jsonrpc-async==0.6
|
||||||
@ -1977,7 +1977,7 @@ volkszaehler==0.1.2
|
|||||||
volvooncall==0.8.7
|
volvooncall==0.8.7
|
||||||
|
|
||||||
# homeassistant.components.verisure
|
# homeassistant.components.verisure
|
||||||
vsure==1.5.2
|
vsure==1.5.4
|
||||||
|
|
||||||
# homeassistant.components.vasttrafik
|
# homeassistant.components.vasttrafik
|
||||||
vtjp==0.1.14
|
vtjp==0.1.14
|
||||||
|
@ -251,7 +251,7 @@ iaqualink==0.3.0
|
|||||||
influxdb==5.2.3
|
influxdb==5.2.3
|
||||||
|
|
||||||
# homeassistant.components.verisure
|
# homeassistant.components.verisure
|
||||||
jsonpath==0.75
|
jsonpath==0.82
|
||||||
|
|
||||||
# homeassistant.scripts.keyring
|
# homeassistant.scripts.keyring
|
||||||
keyring==19.2.0
|
keyring==19.2.0
|
||||||
@ -608,7 +608,7 @@ url-normalize==1.4.1
|
|||||||
uvcclient==0.11.0
|
uvcclient==0.11.0
|
||||||
|
|
||||||
# homeassistant.components.verisure
|
# homeassistant.components.verisure
|
||||||
vsure==1.5.2
|
vsure==1.5.4
|
||||||
|
|
||||||
# homeassistant.components.vultr
|
# homeassistant.components.vultr
|
||||||
vultr==0.1.2
|
vultr==0.1.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user