Bump pyezviz to 0.1.9.8 (#58873)
* always create sensors for ezviz * fix ezviz sensorspull/59688/head
parent
458bc92124
commit
c6c8c1293f
|
@ -4,7 +4,7 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/ezviz",
|
||||
"dependencies": ["ffmpeg"],
|
||||
"codeowners": ["@RenierM26", "@baqs"],
|
||||
"requirements": ["pyezviz==0.1.9.4"],
|
||||
"requirements": ["pyezviz==0.1.9.8"],
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
}
|
||||
|
|
|
@ -36,6 +36,8 @@ SENSOR_TYPES: dict[str, SensorEntityDescription] = {
|
|||
key="PIR_Status",
|
||||
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"),
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1471,7 +1471,7 @@ pyeverlights==0.1.0
|
|||
pyevilgenius==1.0.0
|
||||
|
||||
# homeassistant.components.ezviz
|
||||
pyezviz==0.1.9.4
|
||||
pyezviz==0.1.9.8
|
||||
|
||||
# homeassistant.components.fido
|
||||
pyfido==2.1.1
|
||||
|
|
|
@ -874,7 +874,7 @@ pyeverlights==0.1.0
|
|||
pyevilgenius==1.0.0
|
||||
|
||||
# homeassistant.components.ezviz
|
||||
pyezviz==0.1.9.4
|
||||
pyezviz==0.1.9.8
|
||||
|
||||
# homeassistant.components.fido
|
||||
pyfido==2.1.1
|
||||
|
|
Loading…
Reference in New Issue