1
0
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:
Aarni Koskela
2022-11-23 20:05:31 +02:00
committed by GitHub
parent 0b5357de44
commit 97b40b5f49
20 changed files with 132 additions and 97 deletions

View File

@@ -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 = []