Bump reolink_aio to 0.7.3 (#96284)
This commit is contained in:
parent
a04aaf10a5
commit
a0e20c6c6b
5 changed files with 7 additions and 5 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.7.1"]
|
"requirements": ["reolink-aio==0.7.3"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -49,7 +49,7 @@ SELECT_ENTITIES = (
|
||||||
icon="mdi:spotlight-beam",
|
icon="mdi:spotlight-beam",
|
||||||
entity_category=EntityCategory.CONFIG,
|
entity_category=EntityCategory.CONFIG,
|
||||||
translation_key="floodlight_mode",
|
translation_key="floodlight_mode",
|
||||||
get_options=[mode.name for mode in SpotlightModeEnum],
|
get_options=lambda api, ch: api.whiteled_mode_list(ch),
|
||||||
supported=lambda api, ch: api.supported(ch, "floodLight"),
|
supported=lambda api, ch: api.supported(ch, "floodLight"),
|
||||||
value=lambda api, ch: SpotlightModeEnum(api.whiteled_mode(ch)).name,
|
value=lambda api, ch: SpotlightModeEnum(api.whiteled_mode(ch)).name,
|
||||||
method=lambda api, ch, name: api.set_whiteled(ch, mode=name),
|
method=lambda api, ch, name: api.set_whiteled(ch, mode=name),
|
||||||
|
|
|
@ -62,7 +62,9 @@
|
||||||
"state": {
|
"state": {
|
||||||
"off": "[%key:common::state::off%]",
|
"off": "[%key:common::state::off%]",
|
||||||
"auto": "Auto",
|
"auto": "Auto",
|
||||||
"schedule": "Schedule"
|
"schedule": "Schedule",
|
||||||
|
"adaptive": "Adaptive",
|
||||||
|
"autoadaptive": "Auto adaptive"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"day_night_mode": {
|
"day_night_mode": {
|
||||||
|
|
|
@ -2267,7 +2267,7 @@ renault-api==0.1.13
|
||||||
renson-endura-delta==1.5.0
|
renson-endura-delta==1.5.0
|
||||||
|
|
||||||
# homeassistant.components.reolink
|
# homeassistant.components.reolink
|
||||||
reolink-aio==0.7.1
|
reolink-aio==0.7.3
|
||||||
|
|
||||||
# homeassistant.components.idteck_prox
|
# homeassistant.components.idteck_prox
|
||||||
rfk101py==0.0.1
|
rfk101py==0.0.1
|
||||||
|
|
|
@ -1660,7 +1660,7 @@ renault-api==0.1.13
|
||||||
renson-endura-delta==1.5.0
|
renson-endura-delta==1.5.0
|
||||||
|
|
||||||
# homeassistant.components.reolink
|
# homeassistant.components.reolink
|
||||||
reolink-aio==0.7.1
|
reolink-aio==0.7.3
|
||||||
|
|
||||||
# homeassistant.components.rflink
|
# homeassistant.components.rflink
|
||||||
rflink==0.0.65
|
rflink==0.0.65
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue