mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Fix typo in google_assistant (#119522)
This commit is contained in:
@@ -257,7 +257,7 @@ def _google_temp_unit(units):
|
|||||||
|
|
||||||
|
|
||||||
def _next_selected(items: list[str], selected: str | None) -> str | None:
|
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
|
If selected is missing in items, None is returned
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user