We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb74c5 commit d22867bCopy full SHA for d22867b
homeassistant/components/shelly/select.py
@@ -59,9 +59,6 @@ def __init__(
59
if self.option_map:
60
self._attr_options = list(self.option_map.values())
61
62
- if hasattr(self, "_attr_name") and description.role != ROLE_GENERIC:
63
- delattr(self, "_attr_name")
64
-
65
@property
66
def current_option(self) -> str | None:
67
"""Return the selected entity option to represent the entity state."""
0 commit comments