Fix ThreeWayHandle sensor in Overkiz integration (#86953)
Fix typo in sensor.py Fixes https://github.com/home-assistant/core/issues/85913pull/86958/head
parent
73cd03255f
commit
98a79dd5a2
|
@ -386,7 +386,7 @@ SENSOR_DESCRIPTIONS: list[OverkizSensorDescription] = [
|
|||
key=OverkizState.CORE_THREE_WAY_HANDLE_DIRECTION,
|
||||
name="Three way handle direction",
|
||||
device_class=SensorDeviceClass.ENUM,
|
||||
options=["open", "tilt", "close"],
|
||||
options=["open", "tilt", "closed"],
|
||||
translation_key="three_way_handle_direction",
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue