mirror of
https://github.com/home-assistant/core.git
synced 2025-08-31 18:31:35 +02:00
Bump reolink-aio to 0.15.0 (#151367)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
@@ -19,5 +19,5 @@
|
|||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["reolink_aio"],
|
"loggers": ["reolink_aio"],
|
||||||
"quality_scale": "platinum",
|
"quality_scale": "platinum",
|
||||||
"requirements": ["reolink-aio==0.14.7"]
|
"requirements": ["reolink-aio==0.15.0"]
|
||||||
}
|
}
|
||||||
|
@@ -158,9 +158,9 @@ NUMBER_ENTITIES = (
|
|||||||
native_step=1,
|
native_step=1,
|
||||||
native_min_value=0,
|
native_min_value=0,
|
||||||
native_max_value=100,
|
native_max_value=100,
|
||||||
supported=lambda api, ch: api.supported(ch, "volume_speek"),
|
supported=lambda api, ch: api.supported(ch, "volume_speak"),
|
||||||
value=lambda api, ch: api.volume_speek(ch),
|
value=lambda api, ch: api.volume_speak(ch),
|
||||||
method=lambda api, ch, value: api.set_volume(ch, volume_speek=int(value)),
|
method=lambda api, ch, value: api.set_volume(ch, volume_speak=int(value)),
|
||||||
),
|
),
|
||||||
ReolinkNumberEntityDescription(
|
ReolinkNumberEntityDescription(
|
||||||
key="volume_doorbell",
|
key="volume_doorbell",
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@@ -2667,7 +2667,7 @@ renault-api==0.4.0
|
|||||||
renson-endura-delta==1.7.2
|
renson-endura-delta==1.7.2
|
||||||
|
|
||||||
# homeassistant.components.reolink
|
# homeassistant.components.reolink
|
||||||
reolink-aio==0.14.7
|
reolink-aio==0.15.0
|
||||||
|
|
||||||
# homeassistant.components.idteck_prox
|
# homeassistant.components.idteck_prox
|
||||||
rfk101py==0.0.1
|
rfk101py==0.0.1
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@@ -2213,7 +2213,7 @@ renault-api==0.4.0
|
|||||||
renson-endura-delta==1.7.2
|
renson-endura-delta==1.7.2
|
||||||
|
|
||||||
# homeassistant.components.reolink
|
# homeassistant.components.reolink
|
||||||
reolink-aio==0.14.7
|
reolink-aio==0.15.0
|
||||||
|
|
||||||
# homeassistant.components.rflink
|
# homeassistant.components.rflink
|
||||||
rflink==0.0.67
|
rflink==0.0.67
|
||||||
|
Reference in New Issue
Block a user