mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Fix typo in google_assistant (#119522)
This commit is contained in:
parent
929dd9f5da
commit
51891ff8e2
@ -257,7 +257,7 @@ def _google_temp_unit(units):
|
||||
|
||||
|
||||
def _next_selected(items: list[str], selected: str | None) -> str | None:
|
||||
"""Return the next item in a item list starting at given value.
|
||||
"""Return the next item in an item list starting at given value.
|
||||
|
||||
If selected is missing in items, None is returned
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user