Bump reolink_aio to 0.10.2 (#129528)

This commit is contained in:
starkillerOG 2024-10-30 22:24:07 +01:00 committed by Bram Kragten
parent d7e304badf
commit 4ef31f9331
4 changed files with 4 additions and 3 deletions

View File

@ -57,6 +57,7 @@ LIGHT_ENTITIES = (
ReolinkLightEntityDescription(
key="floodlight",
cmd_key="GetWhiteLed",
cmd_id=291,
translation_key="floodlight",
supported=lambda api, ch: api.supported(ch, "floodLight"),
is_on_fn=lambda api, ch: api.whiteled_state(ch),

View File

@ -18,5 +18,5 @@
"documentation": "https://www.home-assistant.io/integrations/reolink",
"iot_class": "local_push",
"loggers": ["reolink_aio"],
"requirements": ["reolink-aio==0.10.1"]
"requirements": ["reolink-aio==0.10.2"]
}

View File

@ -2547,7 +2547,7 @@ renault-api==0.2.7
renson-endura-delta==1.7.1
# homeassistant.components.reolink
reolink-aio==0.10.1
reolink-aio==0.10.2
# homeassistant.components.idteck_prox
rfk101py==0.0.1

View File

@ -2038,7 +2038,7 @@ renault-api==0.2.7
renson-endura-delta==1.7.1
# homeassistant.components.reolink
reolink-aio==0.10.1
reolink-aio==0.10.2
# homeassistant.components.rflink
rflink==0.0.66