We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28675ee commit da0fb37Copy full SHA for da0fb37
script/hassfest/model.py
@@ -72,7 +72,7 @@ def brand(self) -> dict[str, Any]:
72
@property
73
def domain(self) -> str:
74
"""Integration domain."""
75
- return self.path.stem
+ return self.brand["domain"]
76
77
78
def name(self) -> str | None:
0 commit comments