mirror of
https://github.com/home-assistant/core.git
synced 2025-12-27 14:31:13 +00:00
Validate component usage (#23037)
* Update manifest validator * Update circle * Update text * Typo * fix link to codeowners * Merge CODEOWNERS into hassfest * Annotate errors with fixable * Convert error to warning * Lint * Make abs path * Python 3.5... * Typo * Fix tests
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
"requirements": [],
|
||||
"dependencies": [
|
||||
"conversation",
|
||||
"zone"
|
||||
"zone",
|
||||
"group",
|
||||
"configurator"
|
||||
],
|
||||
"codeowners": [
|
||||
"@home-assistant/core"
|
||||
|
||||
Reference in New Issue
Block a user