Fix typo in tuya select (#78881)
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…
Reference in New Issue