1
0
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:
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

@@ -6,7 +6,8 @@
"hass-nabucasa==0.11"
],
"dependencies": [
"http"
"http",
"webhook"
],
"codeowners": [
"@home-assistant/core"