Bump pyunifiprotect to 5.0.1 (#113630)

This commit is contained in:
Christopher Bailey 2024-03-16 18:26:56 -04:00 committed by GitHub
parent a9da9ee443
commit 0725ff34b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 3 deletions

View File

@ -41,7 +41,7 @@
"iot_class": "local_push",
"loggers": ["pyunifiprotect", "unifi_discovery"],
"quality_scale": "platinum",
"requirements": ["pyunifiprotect==4.23.3", "unifi-discovery==1.1.8"],
"requirements": ["pyunifiprotect==5.0.1", "unifi-discovery==1.1.8"],
"ssdp": [
{
"manufacturer": "Ubiquiti Networks",

View File

@ -46,6 +46,7 @@ INFRARED_MODES = [
{"id": IRLEDMode.AUTO.value, "name": "Auto"},
{"id": IRLEDMode.ON.value, "name": "Always Enable"},
{"id": IRLEDMode.AUTO_NO_LED.value, "name": "Auto (Filter Only, no LED's)"},
{"id": IRLEDMode.CUSTOM.value, "name": "Auto (Custom Lux)"},
{"id": IRLEDMode.OFF.value, "name": "Always Disable"},
]

View File

@ -2333,7 +2333,7 @@ pytrydan==0.4.0
pyudev==0.23.2
# homeassistant.components.unifiprotect
pyunifiprotect==4.23.3
pyunifiprotect==5.0.1
# homeassistant.components.uptimerobot
pyuptimerobot==22.2.0

View File

@ -1800,7 +1800,7 @@ pytrydan==0.4.0
pyudev==0.23.2
# homeassistant.components.unifiprotect
pyunifiprotect==4.23.3
pyunifiprotect==5.0.1
# homeassistant.components.uptimerobot
pyuptimerobot==22.2.0