Add on_key to ONE_TOUCH_FILTER property in LG ThinQ integration (#125797)

Co-authored-by: jangwon.lee <jangwon.lee@lge.com>
This commit is contained in:
LG-ThinQ-Integration
2024-09-13 21:16:03 +09:00
committed by GitHub
parent e71709f0ec
commit e6d1daacee
@@ -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",
),
}