mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +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 threading
|
||||
from datetime import timedelta
|
||||
|
||||
from jsonpath import jsonpath
|
||||
import verisure
|
||||
|
||||
|
@ -3,8 +3,8 @@
|
||||
"name": "Verisure",
|
||||
"documentation": "https://www.home-assistant.io/integrations/verisure",
|
||||
"requirements": [
|
||||
"jsonpath==0.75",
|
||||
"vsure==1.5.2"
|
||||
"jsonpath==0.82",
|
||||
"vsure==1.5.4"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
|
@ -719,7 +719,7 @@ iperf3==0.1.11
|
||||
ipify==1.0.0
|
||||
|
||||
# homeassistant.components.verisure
|
||||
jsonpath==0.75
|
||||
jsonpath==0.82
|
||||
|
||||
# homeassistant.components.kodi
|
||||
jsonrpc-async==0.6
|
||||
@ -1977,7 +1977,7 @@ volkszaehler==0.1.2
|
||||
volvooncall==0.8.7
|
||||
|
||||
# homeassistant.components.verisure
|
||||
vsure==1.5.2
|
||||
vsure==1.5.4
|
||||
|
||||
# homeassistant.components.vasttrafik
|
||||
vtjp==0.1.14
|
||||
|
@ -251,7 +251,7 @@ iaqualink==0.3.0
|
||||
influxdb==5.2.3
|
||||
|
||||
# homeassistant.components.verisure
|
||||
jsonpath==0.75
|
||||
jsonpath==0.82
|
||||
|
||||
# homeassistant.scripts.keyring
|
||||
keyring==19.2.0
|
||||
@ -608,7 +608,7 @@ url-normalize==1.4.1
|
||||
uvcclient==0.11.0
|
||||
|
||||
# homeassistant.components.verisure
|
||||
vsure==1.5.2
|
||||
vsure==1.5.4
|
||||
|
||||
# homeassistant.components.vultr
|
||||
vultr==0.1.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user