mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Bump pyezviz to 0.1.9.8 (#58873)
* always create sensors for ezviz * fix ezviz sensors
This commit is contained in:
parent
458bc92124
commit
c6c8c1293f
@ -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"
|
||||||
}
|
}
|
||||||
|
@ -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"),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user