mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 09:38:58 +01:00
Fix hassfest brand domain validation (#155701)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user