Bump pyezviz to 0.1.9.8 (#58873)

* always create sensors for ezviz

* fix ezviz sensors
This commit is contained in:
Regev Brody 2021-11-14 12:20:02 +02:00 committed by GitHub
parent 458bc92124
commit c6c8c1293f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View File

@ -4,7 +4,7 @@
"documentation": "https://www.home-assistant.io/integrations/ezviz", "documentation": "https://www.home-assistant.io/integrations/ezviz",
"dependencies": ["ffmpeg"], "dependencies": ["ffmpeg"],
"codeowners": ["@RenierM26", "@baqs"], "codeowners": ["@RenierM26", "@baqs"],
"requirements": ["pyezviz==0.1.9.4"], "requirements": ["pyezviz==0.1.9.8"],
"config_flow": true, "config_flow": true,
"iot_class": "cloud_polling" "iot_class": "cloud_polling"
} }

View File

@ -36,6 +36,8 @@ SENSOR_TYPES: dict[str, SensorEntityDescription] = {
key="PIR_Status", key="PIR_Status",
device_class=DEVICE_CLASS_MOTION, device_class=DEVICE_CLASS_MOTION,
), ),
"last_alarm_type_code": SensorEntityDescription(key="last_alarm_type_code"),
"last_alarm_type_name": SensorEntityDescription(key="last_alarm_type_name"),
} }

View File

@ -1471,7 +1471,7 @@ pyeverlights==0.1.0
pyevilgenius==1.0.0 pyevilgenius==1.0.0
# homeassistant.components.ezviz # homeassistant.components.ezviz
pyezviz==0.1.9.4 pyezviz==0.1.9.8
# homeassistant.components.fido # homeassistant.components.fido
pyfido==2.1.1 pyfido==2.1.1

View File

@ -874,7 +874,7 @@ pyeverlights==0.1.0
pyevilgenius==1.0.0 pyevilgenius==1.0.0
# homeassistant.components.ezviz # homeassistant.components.ezviz
pyezviz==0.1.9.4 pyezviz==0.1.9.8
# homeassistant.components.fido # homeassistant.components.fido
pyfido==2.1.1 pyfido==2.1.1