mirror of
https://github.com/home-assistant/core.git
synced 2025-09-10 23:31:37 +02:00
snoo: use correct value for right safety clip binary sensor (#148647)
This commit is contained in:
committed by
Franck Nijhof
parent
80c52ad8ea
commit
649fbfc729
@@ -38,7 +38,7 @@ BINARY_SENSOR_DESCRIPTIONS: list[SnooBinarySensorEntityDescription] = [
|
||||
SnooBinarySensorEntityDescription(
|
||||
key="right_clip",
|
||||
translation_key="right_clip",
|
||||
value_fn=lambda data: data.left_safety_clip,
|
||||
value_fn=lambda data: data.right_safety_clip,
|
||||
device_class=BinarySensorDeviceClass.CONNECTIVITY,
|
||||
entity_category=EntityCategory.DIAGNOSTIC,
|
||||
),
|
||||
|
Reference in New Issue
Block a user