mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Bump reolink_aio to 0.10.2 (#129528)
This commit is contained in:
parent
b451bfed81
commit
af144e1b77
@ -57,6 +57,7 @@ LIGHT_ENTITIES = (
|
|||||||
ReolinkLightEntityDescription(
|
ReolinkLightEntityDescription(
|
||||||
key="floodlight",
|
key="floodlight",
|
||||||
cmd_key="GetWhiteLed",
|
cmd_key="GetWhiteLed",
|
||||||
|
cmd_id=291,
|
||||||
translation_key="floodlight",
|
translation_key="floodlight",
|
||||||
supported=lambda api, ch: api.supported(ch, "floodLight"),
|
supported=lambda api, ch: api.supported(ch, "floodLight"),
|
||||||
is_on_fn=lambda api, ch: api.whiteled_state(ch),
|
is_on_fn=lambda api, ch: api.whiteled_state(ch),
|
||||||
|
@ -18,5 +18,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/reolink",
|
"documentation": "https://www.home-assistant.io/integrations/reolink",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["reolink_aio"],
|
"loggers": ["reolink_aio"],
|
||||||
"requirements": ["reolink-aio==0.10.1"]
|
"requirements": ["reolink-aio==0.10.2"]
|
||||||
}
|
}
|
||||||
|
@ -2550,7 +2550,7 @@ renault-api==0.2.7
|
|||||||
renson-endura-delta==1.7.1
|
renson-endura-delta==1.7.1
|
||||||
|
|
||||||
# homeassistant.components.reolink
|
# homeassistant.components.reolink
|
||||||
reolink-aio==0.10.1
|
reolink-aio==0.10.2
|
||||||
|
|
||||||
# homeassistant.components.idteck_prox
|
# homeassistant.components.idteck_prox
|
||||||
rfk101py==0.0.1
|
rfk101py==0.0.1
|
||||||
|
@ -2041,7 +2041,7 @@ renault-api==0.2.7
|
|||||||
renson-endura-delta==1.7.1
|
renson-endura-delta==1.7.1
|
||||||
|
|
||||||
# homeassistant.components.reolink
|
# homeassistant.components.reolink
|
||||||
reolink-aio==0.10.1
|
reolink-aio==0.10.2
|
||||||
|
|
||||||
# homeassistant.components.rflink
|
# homeassistant.components.rflink
|
||||||
rflink==0.0.66
|
rflink==0.0.66
|
||||||
|
Loading…
x
Reference in New Issue
Block a user