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 431d15b commit b4b7588Copy full SHA for b4b7588
homeassistant/components/yamaha_musiccast/select.py
@@ -59,4 +59,4 @@ def options(self):
59
@property
60
def current_option(self):
61
"""Return the currently selected option."""
62
- return self.capability.options[self.capability.current]
+ return self.capability.options.get(self.capability.current)
0 commit comments