Skip to content

Commit

Permalink
Bump api version and sort platform list.
Browse files Browse the repository at this point in the history
  • Loading branch information
RenierM26 committed Mar 7, 2021
1 parent caa15d9 commit 43972b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/ezviz_cloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=30)

PLATFORMS = [
"binary_sensor",
"camera",
"sensor",
"binary_sensor",
"switch",
]

Expand Down
2 changes: 1 addition & 1 deletion custom_components/ezviz_cloud/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/ezviz",
"dependencies": ["ffmpeg"],
"codeowners": ["@RenierM26", "@baqs"],
"requirements": ["pyezviz==0.1.7.4"],
"requirements": ["pyezviz==0.1.7.6"],
"config_flow": true
}

0 comments on commit 43972b7

Please sign in to comment.