mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Bump reolink_aio to 0.10.2 (#129528)
This commit is contained in:
parent
d7e304badf
commit
4ef31f9331
@ -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),
|
||||
|
@ -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"]
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user