diff --git a/custom_components/ezviz_cloud/__init__.py b/custom_components/ezviz_cloud/__init__.py index bc29b5b..68f7864 100644 --- a/custom_components/ezviz_cloud/__init__.py +++ b/custom_components/ezviz_cloud/__init__.py @@ -27,9 +27,9 @@ MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=30) PLATFORMS = [ + "binary_sensor", "camera", "sensor", - "binary_sensor", "switch", ] diff --git a/custom_components/ezviz_cloud/manifest.json b/custom_components/ezviz_cloud/manifest.json index 32f366d..adf9865 100644 --- a/custom_components/ezviz_cloud/manifest.json +++ b/custom_components/ezviz_cloud/manifest.json @@ -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 }