From b3c1e165db1487545cd5ac3f93885d8ed6f2128c Mon Sep 17 00:00:00 2001 From: peebles Date: Mon, 29 Jan 2024 23:58:02 -0800 Subject: [PATCH] Bump simplisafe-python to 2024.01.0 (#109091) --- homeassistant/components/simplisafe/alarm_control_panel.py | 6 +++--- homeassistant/components/simplisafe/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/simplisafe/alarm_control_panel.py b/homeassistant/components/simplisafe/alarm_control_panel.py index b895be83f2e..71f250b0e02 100644 --- a/homeassistant/components/simplisafe/alarm_control_panel.py +++ b/homeassistant/components/simplisafe/alarm_control_panel.py @@ -13,7 +13,7 @@ from simplipy.websocket import ( EVENT_ARMED_HOME, EVENT_AWAY_EXIT_DELAY_BY_KEYPAD, EVENT_AWAY_EXIT_DELAY_BY_REMOTE, - EVENT_DISARMED_BY_MASTER_PIN, + EVENT_DISARMED_BY_KEYPAD, EVENT_DISARMED_BY_REMOTE, EVENT_ENTRY_DELAY, EVENT_HOME_EXIT_DELAY, @@ -86,7 +86,7 @@ STATE_MAP_FROM_WEBSOCKET_EVENT = { EVENT_ARMED_HOME: STATE_ALARM_ARMED_HOME, EVENT_AWAY_EXIT_DELAY_BY_KEYPAD: STATE_ALARM_ARMING, EVENT_AWAY_EXIT_DELAY_BY_REMOTE: STATE_ALARM_ARMING, - EVENT_DISARMED_BY_MASTER_PIN: STATE_ALARM_DISARMED, + EVENT_DISARMED_BY_KEYPAD: STATE_ALARM_DISARMED, EVENT_DISARMED_BY_REMOTE: STATE_ALARM_DISARMED, EVENT_ENTRY_DELAY: STATE_ALARM_PENDING, EVENT_HOME_EXIT_DELAY: STATE_ALARM_ARMING, @@ -103,7 +103,7 @@ WEBSOCKET_EVENTS_TO_LISTEN_FOR = ( EVENT_ARMED_HOME, EVENT_AWAY_EXIT_DELAY_BY_KEYPAD, EVENT_AWAY_EXIT_DELAY_BY_REMOTE, - EVENT_DISARMED_BY_MASTER_PIN, + EVENT_DISARMED_BY_KEYPAD, EVENT_DISARMED_BY_REMOTE, EVENT_HOME_EXIT_DELAY, ) diff --git a/homeassistant/components/simplisafe/manifest.json b/homeassistant/components/simplisafe/manifest.json index d0d2a4c5689..17afd74cd06 100644 --- a/homeassistant/components/simplisafe/manifest.json +++ b/homeassistant/components/simplisafe/manifest.json @@ -13,5 +13,5 @@ "integration_type": "hub", "iot_class": "cloud_polling", "loggers": ["simplipy"], - "requirements": ["simplisafe-python==2023.08.0"] + "requirements": ["simplisafe-python==2024.01.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index c6eb6ab51e1..925d838427e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2525,7 +2525,7 @@ simplehound==0.3 simplepush==2.2.3 # homeassistant.components.simplisafe -simplisafe-python==2023.08.0 +simplisafe-python==2024.01.0 # homeassistant.components.sisyphus sisyphus-control==3.1.3 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 1f09b1e2482..dcfc3271f2f 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1920,7 +1920,7 @@ simplehound==0.3 simplepush==2.2.3 # homeassistant.components.simplisafe -simplisafe-python==2023.08.0 +simplisafe-python==2024.01.0 # homeassistant.components.slack slackclient==2.5.0