Replace attrs with dataclasses in hassfest (#84475)

This commit is contained in:
Franck Nijhof
2022-12-23 15:46:00 +01:00
committed by GitHub
parent 94755a5773
commit 139dd22ce6
2 changed files with 23 additions and 24 deletions

View File

@@ -12,7 +12,7 @@ def integration():
"""Fixture for hassfest integration model."""
integration = Integration(
path=Path("homeassistant/components/test"),
manifest={
_manifest={
"domain": "test",
"documentation": "https://example.com",
"name": "test",