Bump reolink_aio to 0.10.2 (#129528)

This commit is contained in:
starkillerOG 2024-10-30 22:24:07 +01:00 committed by GitHub
parent b451bfed81
commit af144e1b77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 3 deletions

View File

@ -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),

View File

@ -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"]
} }

View File

@ -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

View File

@ -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