Fix ThreeWayHandle sensor in Overkiz integration (#86953)
Fix typo in sensor.py Fixes https://github.com/home-assistant/core/issues/85913
This commit is contained in:
parent
73cd03255f
commit
98a79dd5a2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue