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", ), }