mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +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:
@@ -6,7 +6,8 @@
|
||||
"hass-nabucasa==0.11"
|
||||
],
|
||||
"dependencies": [
|
||||
"http"
|
||||
"http",
|
||||
"webhook"
|
||||
],
|
||||
"codeowners": [
|
||||
"@home-assistant/core"
|
||||
|
||||
Reference in New Issue
Block a user