mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Bump simplisafe-python to 9.6.4 (#45716)
* Bump simplisafe-python to 9.6.4 * Fix imports
This commit is contained in:
parent
84f506efb7
commit
14c2053841
@ -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"
|
||||
|
@ -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"]
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user