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:
parent
e71709f0ec
commit
e6d1daacee
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue