Skip to content

Commit 649fbfc

Browse files
falconindyfrenck
authored andcommitted
snoo: use correct value for right safety clip binary sensor (home-assistant#148647)
1 parent 80c52ad commit 649fbfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/snoo/binary_sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class SnooBinarySensorEntityDescription(BinarySensorEntityDescription):
3838
SnooBinarySensorEntityDescription(
3939
key="right_clip",
4040
translation_key="right_clip",
41-
value_fn=lambda data: data.left_safety_clip,
41+
value_fn=lambda data: data.right_safety_clip,
4242
device_class=BinarySensorDeviceClass.CONNECTIVITY,
4343
entity_category=EntityCategory.DIAGNOSTIC,
4444
),

0 commit comments

Comments
 (0)