mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Mark Reolink doorbell visitor sensor as always available (#145002)
Mark doorbell visitor sensor as always available
This commit is contained in:
parent
cc62943835
commit
52e8196d0a
@ -115,6 +115,7 @@ BINARY_PUSH_SENSORS = (
|
|||||||
translation_key="visitor",
|
translation_key="visitor",
|
||||||
value=lambda api, ch: api.visitor_detected(ch),
|
value=lambda api, ch: api.visitor_detected(ch),
|
||||||
supported=lambda api, ch: api.is_doorbell(ch),
|
supported=lambda api, ch: api.is_doorbell(ch),
|
||||||
|
always_available=True,
|
||||||
),
|
),
|
||||||
ReolinkBinarySensorEntityDescription(
|
ReolinkBinarySensorEntityDescription(
|
||||||
key="cry",
|
key="cry",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user