1
0
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:
Paulus Schoutsen
2019-04-13 13:17:01 -07:00
committed by GitHub
parent fc481133e7
commit e8343452cd
19 changed files with 415 additions and 220 deletions

View File

@@ -5,7 +5,9 @@
"requirements": [],
"dependencies": [
"conversation",
"zone"
"zone",
"group",
"configurator"
],
"codeowners": [
"@home-assistant/core"