Bump reolink-aio to 0.5.10 (#90963)
* use is_doorbell instead of is_doorbell_enabled * Bump reolink-aio to 0.5.10
This commit is contained in:
parent
e9f6a963a0
commit
fca9052430
4 changed files with 4 additions and 4 deletions
|
@ -87,7 +87,7 @@ BINARY_SENSORS = (
|
|||
icon="mdi:bell-ring-outline",
|
||||
icon_off="mdi:doorbell",
|
||||
value=lambda api, ch: api.visitor_detected(ch),
|
||||
supported=lambda api, ch: api.is_doorbell_enabled(ch),
|
||||
supported=lambda api, ch: api.is_doorbell(ch),
|
||||
),
|
||||
)
|
||||
|
||||
|
|
|
@ -18,5 +18,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/reolink",
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["reolink_aio"],
|
||||
"requirements": ["reolink-aio==0.5.9"]
|
||||
"requirements": ["reolink-aio==0.5.10"]
|
||||
}
|
||||
|
|
|
@ -2231,7 +2231,7 @@ regenmaschine==2022.11.0
|
|||
renault-api==0.1.12
|
||||
|
||||
# homeassistant.components.reolink
|
||||
reolink-aio==0.5.9
|
||||
reolink-aio==0.5.10
|
||||
|
||||
# homeassistant.components.python_script
|
||||
restrictedpython==6.0
|
||||
|
|
|
@ -1597,7 +1597,7 @@ regenmaschine==2022.11.0
|
|||
renault-api==0.1.12
|
||||
|
||||
# homeassistant.components.reolink
|
||||
reolink-aio==0.5.9
|
||||
reolink-aio==0.5.10
|
||||
|
||||
# homeassistant.components.python_script
|
||||
restrictedpython==6.0
|
||||
|
|
Loading…
Add table
Reference in a new issue