Skip to content

Commit

Permalink
Bump pyialarm to 1.9.0 (#51804)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuzakiKK committed Jun 14, 2021
1 parent 1e00e48 commit c260fca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/ialarm/manifest.json
Expand Up @@ -2,7 +2,7 @@
"domain": "ialarm",
"name": "Antifurto365 iAlarm",
"documentation": "https://www.home-assistant.io/integrations/ialarm",
"requirements": ["pyialarm==1.8.1"],
"requirements": ["pyialarm==1.9.0"],
"codeowners": ["@RyuzakiKK"],
"config_flow": true,
"iot_class": "local_polling"
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -1469,7 +1469,7 @@ pyhomematic==0.1.73
pyhomeworks==0.0.6

# homeassistant.components.ialarm
pyialarm==1.8.1
pyialarm==1.9.0

# homeassistant.components.icloud
pyicloud==0.10.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Expand Up @@ -813,7 +813,7 @@ pyhiveapi==0.4.2
pyhomematic==0.1.73

# homeassistant.components.ialarm
pyialarm==1.8.1
pyialarm==1.9.0

# homeassistant.components.icloud
pyicloud==0.10.2
Expand Down

0 comments on commit c260fca

Please sign in to comment.