Skip to content

Commit

Permalink
Bump simplisafe-python to 2024.01.0 (#109091)
Browse files Browse the repository at this point in the history
  • Loading branch information
peebles authored Jan 30, 2024
1 parent 7268e9a commit b3c1e16
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions homeassistant/components/simplisafe/alarm_control_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
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,
Expand Down Expand Up @@ -86,7 +86,7 @@
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,
Expand All @@ -103,7 +103,7 @@
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,
)
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/simplisafe/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3c1e16

Please sign in to comment.