mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Mark Reolink doorbell visitor sensor as always available (#145002)
Mark doorbell visitor sensor as always available
This commit is contained in:
@@ -115,6 +115,7 @@ BINARY_PUSH_SENSORS = (
|
||||
translation_key="visitor",
|
||||
value=lambda api, ch: api.visitor_detected(ch),
|
||||
supported=lambda api, ch: api.is_doorbell(ch),
|
||||
always_available=True,
|
||||
),
|
||||
ReolinkBinarySensorEntityDescription(
|
||||
key="cry",
|
||||
|
Reference in New Issue
Block a user