From e6d1daaceed854f2b3ea5fba6303273d521a25b5 Mon Sep 17 00:00:00 2001 From: LG-ThinQ-Integration Date: Fri, 13 Sep 2024 21:16:03 +0900 Subject: [PATCH] Add on_key to ONE_TOUCH_FILTER property in LG ThinQ integration (#125797) Co-authored-by: jangwon.lee --- homeassistant/components/lg_thinq/binary_sensor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/lg_thinq/binary_sensor.py b/homeassistant/components/lg_thinq/binary_sensor.py index c4f21861e54..596f808ed89 100644 --- a/homeassistant/components/lg_thinq/binary_sensor.py +++ b/homeassistant/components/lg_thinq/binary_sensor.py @@ -82,6 +82,7 @@ BINARY_SENSOR_DESC: dict[ThinQProperty, ThinQBinarySensorEntityDescription] = { ThinQProperty.ONE_TOUCH_FILTER: ThinQBinarySensorEntityDescription( key=ThinQProperty.ONE_TOUCH_FILTER, translation_key=ThinQProperty.ONE_TOUCH_FILTER, + on_key="on", ), }