Updated simplisafe-python to 3.1.13 (#17696)
This commit is contained in:
parent
4e8cd7281c
commit
b773a9049c
3 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ from homeassistant.helpers import config_validation as cv
|
|||
from .config_flow import configured_instances
|
||||
from .const import DATA_CLIENT, DEFAULT_SCAN_INTERVAL, DOMAIN, TOPIC_UPDATE
|
||||
|
||||
REQUIREMENTS = ['simplisafe-python==3.1.12']
|
||||
REQUIREMENTS = ['simplisafe-python==3.1.13']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -1349,7 +1349,7 @@ shodan==1.10.4
|
|||
simplepush==1.1.4
|
||||
|
||||
# homeassistant.components.simplisafe
|
||||
simplisafe-python==3.1.12
|
||||
simplisafe-python==3.1.13
|
||||
|
||||
# homeassistant.components.sisyphus
|
||||
sisyphus-control==2.1
|
||||
|
|
|
@ -222,7 +222,7 @@ ruamel.yaml==0.15.72
|
|||
rxv==0.5.1
|
||||
|
||||
# homeassistant.components.simplisafe
|
||||
simplisafe-python==3.1.12
|
||||
simplisafe-python==3.1.13
|
||||
|
||||
# homeassistant.components.sleepiq
|
||||
sleepyq==0.6
|
||||
|
|
Loading…
Add table
Reference in a new issue