Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/simplisafe/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "SimpliSafe",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/simplisafe",
"requirements": ["simplisafe-python==2022.05.0"],
"requirements": ["simplisafe-python==2022.05.1"],
"codeowners": ["@bachya"],
"iot_class": "cloud_polling",
"dhcp": [
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2156,7 +2156,7 @@ simplehound==0.3
simplepush==1.1.4

# homeassistant.components.simplisafe
simplisafe-python==2022.05.0
simplisafe-python==2022.05.1

# homeassistant.components.sisyphus
sisyphus-control==3.1.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1407,7 +1407,7 @@ sharkiq==0.0.1
simplehound==0.3

# homeassistant.components.simplisafe
simplisafe-python==2022.05.0
simplisafe-python==2022.05.1

# homeassistant.components.slack
slackclient==2.5.0
Expand Down