mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 13:30:43 +00:00
Spelling updates (#82867)
This commit is contained in:
@@ -437,7 +437,7 @@ def _load_services_file(hass: HomeAssistant, integration: Integration) -> JSON_T
|
||||
def _load_services_files(
|
||||
hass: HomeAssistant, integrations: Iterable[Integration]
|
||||
) -> list[JSON_TYPE]:
|
||||
"""Load service files for multiple intergrations."""
|
||||
"""Load service files for multiple integrations."""
|
||||
return [_load_services_file(hass, integration) for integration in integrations]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user