Skip to content

Commit da0fb37

Browse files
authored
Fix hassfest brand domain validation (#155701)
1 parent 28675ee commit da0fb37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/hassfest/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def brand(self) -> dict[str, Any]:
7272
@property
7373
def domain(self) -> str:
7474
"""Integration domain."""
75-
return self.path.stem
75+
return self.brand["domain"]
7676

7777
@property
7878
def name(self) -> str | None:

0 commit comments

Comments
 (0)