mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Make hassfest strictly typed (#82091)
This commit is contained in:
@@ -5,7 +5,7 @@ from .model import Config, Integration
|
||||
from .serializer import format_python_namespace
|
||||
|
||||
|
||||
def generate_and_validate(integrations: list[dict[str, str]]) -> str:
|
||||
def generate_and_validate(integrations: dict[str, Integration]) -> str:
|
||||
"""Validate and generate usb data."""
|
||||
match_list = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user