From 14c205384171dee59c1a908f8449f9864778b2dc Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Fri, 29 Jan 2021 13:30:21 -0700 Subject: [PATCH] Bump simplisafe-python to 9.6.4 (#45716) * Bump simplisafe-python to 9.6.4 * Fix imports --- homeassistant/components/simplisafe/__init__.py | 8 ++++---- homeassistant/components/simplisafe/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/homeassistant/components/simplisafe/__init__.py b/homeassistant/components/simplisafe/__init__.py index 89f5c40b1ff..495ba29fefb 100644 --- a/homeassistant/components/simplisafe/__init__.py +++ b/homeassistant/components/simplisafe/__init__.py @@ -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" diff --git a/homeassistant/components/simplisafe/manifest.json b/homeassistant/components/simplisafe/manifest.json index a502a7908f0..b18bafb0bbf 100644 --- a/homeassistant/components/simplisafe/manifest.json +++ b/homeassistant/components/simplisafe/manifest.json @@ -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"] } diff --git a/requirements_all.txt b/requirements_all.txt index 2db6ddc37e6..f1755b3ed1b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 345edcfbb35..90505f1297c 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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