mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix typo in tuya select (#78881)
This commit is contained in:
parent
9e7c03af56
commit
a605b6bcf1
@ -397,7 +397,7 @@ class TuyaSelectEntity(TuyaEntity, SelectEntity):
|
||||
self.entity_description = description
|
||||
self._attr_unique_id = f"{super().unique_id}{description.key}"
|
||||
|
||||
self._attr_opions: list[str] = []
|
||||
self._attr_options: list[str] = []
|
||||
if enum_type := self.find_dpcode(
|
||||
description.key, dptype=DPType.ENUM, prefer_function=True
|
||||
):
|
||||
|
Loading…
x
Reference in New Issue
Block a user