Bump reolink-aio to 0.5.6 (#90059)

This commit is contained in:
starkillerOG 2023-03-21 19:16:50 +01:00 committed by GitHub
parent ed4e49a4c2
commit d20b07f3ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -63,7 +63,7 @@ NUMBER_ENTITIES = (
native_step=1,
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"],
supported=lambda api, ch: api.supported(ch, "zoom"),
supported=lambda api, ch: api.supported(ch, "focus"),
value=lambda api, ch: api.get_focus(ch),
method=lambda api, ch, value: api.set_focus(ch, int(value)),
),