diff --git a/script/hassfest/model.py b/script/hassfest/model.py index 659bdbc445b..06e1df4caf3 100644 --- a/script/hassfest/model.py +++ b/script/hassfest/model.py @@ -72,7 +72,7 @@ class Brand: @property def domain(self) -> str: """Integration domain.""" - return self.path.stem + return self.brand["domain"] @property def name(self) -> str | None: