Files
core/homeassistant/components/map/manifest.json
T
Paulus Schoutsen e8343452cd 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
2019-04-13 13:17:01 -07:00

11 lines
188 B
JSON

{
"domain": "map",
"name": "Map",
"documentation": "https://www.home-assistant.io/components/map",
"requirements": [],
"dependencies": [
"frontend"
],
"codeowners": []
}