Bump simplisafe-python to 9.6.4 (#45716)

* Bump simplisafe-python to 9.6.4

* Fix imports
This commit is contained in:
Aaron Bach 2021-01-29 13:30:21 -07:00 committed by GitHub
parent 84f506efb7
commit 14c2053841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View File

@ -10,10 +10,10 @@ from simplipy.websocket import (
EVENT_CONNECTION_LOST,
EVENT_CONNECTION_RESTORED,
EVENT_DOORBELL_DETECTED,
EVENT_ENTRY_DETECTED,
EVENT_ENTRY_DELAY,
EVENT_LOCK_LOCKED,
EVENT_LOCK_UNLOCKED,
EVENT_MOTION_DETECTED,
EVENT_SECRET_ALERT_TRIGGERED,
)
import voluptuous as vol
@ -82,8 +82,8 @@ WEBSOCKET_EVENTS_REQUIRING_SERIAL = [EVENT_LOCK_LOCKED, EVENT_LOCK_UNLOCKED]
WEBSOCKET_EVENTS_TO_TRIGGER_HASS_EVENT = [
EVENT_CAMERA_MOTION_DETECTED,
EVENT_DOORBELL_DETECTED,
EVENT_ENTRY_DETECTED,
EVENT_MOTION_DETECTED,
EVENT_ENTRY_DELAY,
EVENT_SECRET_ALERT_TRIGGERED,
]
ATTR_CATEGORY = "category"

View File

@ -3,6 +3,6 @@
"name": "SimpliSafe",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/simplisafe",
"requirements": ["simplisafe-python==9.6.2"],
"requirements": ["simplisafe-python==9.6.4"],
"codeowners": ["@bachya"]
}

View File

@ -2028,7 +2028,7 @@ simplehound==0.3
simplepush==1.1.4
# homeassistant.components.simplisafe
simplisafe-python==9.6.2
simplisafe-python==9.6.4
# homeassistant.components.sisyphus
sisyphus-control==3.0

View File

@ -1017,7 +1017,7 @@ sharkiqpy==0.1.8
simplehound==0.3
# homeassistant.components.simplisafe
simplisafe-python==9.6.2
simplisafe-python==9.6.4
# homeassistant.components.slack
slackclient==2.5.0