We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c52ad commit 649fbfcCopy full SHA for 649fbfc
homeassistant/components/snoo/binary_sensor.py
@@ -38,7 +38,7 @@ class SnooBinarySensorEntityDescription(BinarySensorEntityDescription):
38
SnooBinarySensorEntityDescription(
39
key="right_clip",
40
translation_key="right_clip",
41
- value_fn=lambda data: data.left_safety_clip,
+ value_fn=lambda data: data.right_safety_clip,
42
device_class=BinarySensorDeviceClass.CONNECTIVITY,
43
entity_category=EntityCategory.DIAGNOSTIC,
44
),
0 commit comments