Skip to content

Commit

Permalink
Очепятка
Browse files Browse the repository at this point in the history
  • Loading branch information
dext0r committed Apr 27, 2024
1 parent 3e0b8d7 commit 857180f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/yandex_station_intents/yandex_quasar.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ async def async_get_scenarios(self) -> list[dict[str, Any]]:
return resp["scenarios"]

async def async_get_intents(self) -> dict[str, str]:
"""Получает список интенетов, которые управляются компонентом."""
"""Получает список интентов, которые управляются компонентом."""
_LOGGER.debug("Получение списка интентов")

rv = {}
Expand Down

0 comments on commit 857180f

Please sign in to comment.