mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +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_LOST,
|
||||||
EVENT_CONNECTION_RESTORED,
|
EVENT_CONNECTION_RESTORED,
|
||||||
EVENT_DOORBELL_DETECTED,
|
EVENT_DOORBELL_DETECTED,
|
||||||
EVENT_ENTRY_DETECTED,
|
EVENT_ENTRY_DELAY,
|
||||||
EVENT_LOCK_LOCKED,
|
EVENT_LOCK_LOCKED,
|
||||||
EVENT_LOCK_UNLOCKED,
|
EVENT_LOCK_UNLOCKED,
|
||||||
EVENT_MOTION_DETECTED,
|
EVENT_SECRET_ALERT_TRIGGERED,
|
||||||
)
|
)
|
||||||
import voluptuous as vol
|
import voluptuous as vol
|
||||||
|
|
||||||
@ -82,8 +82,8 @@ WEBSOCKET_EVENTS_REQUIRING_SERIAL = [EVENT_LOCK_LOCKED, EVENT_LOCK_UNLOCKED]
|
|||||||
WEBSOCKET_EVENTS_TO_TRIGGER_HASS_EVENT = [
|
WEBSOCKET_EVENTS_TO_TRIGGER_HASS_EVENT = [
|
||||||
EVENT_CAMERA_MOTION_DETECTED,
|
EVENT_CAMERA_MOTION_DETECTED,
|
||||||
EVENT_DOORBELL_DETECTED,
|
EVENT_DOORBELL_DETECTED,
|
||||||
EVENT_ENTRY_DETECTED,
|
EVENT_ENTRY_DELAY,
|
||||||
EVENT_MOTION_DETECTED,
|
EVENT_SECRET_ALERT_TRIGGERED,
|
||||||
]
|
]
|
||||||
|
|
||||||
ATTR_CATEGORY = "category"
|
ATTR_CATEGORY = "category"
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
"name": "SimpliSafe",
|
"name": "SimpliSafe",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/simplisafe",
|
"documentation": "https://www.home-assistant.io/integrations/simplisafe",
|
||||||
"requirements": ["simplisafe-python==9.6.2"],
|
"requirements": ["simplisafe-python==9.6.4"],
|
||||||
"codeowners": ["@bachya"]
|
"codeowners": ["@bachya"]
|
||||||
}
|
}
|
||||||
|
@ -2028,7 +2028,7 @@ simplehound==0.3
|
|||||||
simplepush==1.1.4
|
simplepush==1.1.4
|
||||||
|
|
||||||
# homeassistant.components.simplisafe
|
# homeassistant.components.simplisafe
|
||||||
simplisafe-python==9.6.2
|
simplisafe-python==9.6.4
|
||||||
|
|
||||||
# homeassistant.components.sisyphus
|
# homeassistant.components.sisyphus
|
||||||
sisyphus-control==3.0
|
sisyphus-control==3.0
|
||||||
|
@ -1017,7 +1017,7 @@ sharkiqpy==0.1.8
|
|||||||
simplehound==0.3
|
simplehound==0.3
|
||||||
|
|
||||||
# homeassistant.components.simplisafe
|
# homeassistant.components.simplisafe
|
||||||
simplisafe-python==9.6.2
|
simplisafe-python==9.6.4
|
||||||
|
|
||||||
# homeassistant.components.slack
|
# homeassistant.components.slack
|
||||||
slackclient==2.5.0
|
slackclient==2.5.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user