Bump reolink-aio to 0.5.6 (#90059)
This commit is contained in:
parent
ed4e49a4c2
commit
d20b07f3ac
4 changed files with 4 additions and 4 deletions
|
@ -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.5.5"]
|
"requirements": ["reolink-aio==0.5.6"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -63,7 +63,7 @@ NUMBER_ENTITIES = (
|
||||||
native_step=1,
|
native_step=1,
|
||||||
get_min_value=lambda api, ch: api.zoom_range(ch)["focus"]["pos"]["min"],
|
get_min_value=lambda api, ch: api.zoom_range(ch)["focus"]["pos"]["min"],
|
||||||
get_max_value=lambda api, ch: api.zoom_range(ch)["focus"]["pos"]["max"],
|
get_max_value=lambda api, ch: api.zoom_range(ch)["focus"]["pos"]["max"],
|
||||||
supported=lambda api, ch: api.supported(ch, "zoom"),
|
supported=lambda api, ch: api.supported(ch, "focus"),
|
||||||
value=lambda api, ch: api.get_focus(ch),
|
value=lambda api, ch: api.get_focus(ch),
|
||||||
method=lambda api, ch, value: api.set_focus(ch, int(value)),
|
method=lambda api, ch, value: api.set_focus(ch, int(value)),
|
||||||
),
|
),
|
||||||
|
|
|
@ -2237,7 +2237,7 @@ regenmaschine==2022.11.0
|
||||||
renault-api==0.1.12
|
renault-api==0.1.12
|
||||||
|
|
||||||
# homeassistant.components.reolink
|
# homeassistant.components.reolink
|
||||||
reolink-aio==0.5.5
|
reolink-aio==0.5.6
|
||||||
|
|
||||||
# homeassistant.components.python_script
|
# homeassistant.components.python_script
|
||||||
restrictedpython==6.0
|
restrictedpython==6.0
|
||||||
|
|
|
@ -1594,7 +1594,7 @@ regenmaschine==2022.11.0
|
||||||
renault-api==0.1.12
|
renault-api==0.1.12
|
||||||
|
|
||||||
# homeassistant.components.reolink
|
# homeassistant.components.reolink
|
||||||
reolink-aio==0.5.5
|
reolink-aio==0.5.6
|
||||||
|
|
||||||
# homeassistant.components.python_script
|
# homeassistant.components.python_script
|
||||||
restrictedpython==6.0
|
restrictedpython==6.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue