Update dev checklist

This commit is contained in:
Paulus Schoutsen 2019-04-29 10:05:14 -07:00
parent bf33376221
commit bc8d368c98
2 changed files with 2 additions and 7 deletions

View File

@ -7,9 +7,8 @@ sidebar_label: Introduction
Before you commit any changes, check your work against these requirements:
- All communication to external devices or services must be wrapped in an external Python library hosted on [pypi](https://pypi.python.org/pypi).
- New dependencies are added to `requirements_all.txt` (if applicable), using `script/gen_requirements_all.py`
- New codeowners are added to `CODEOWNERS` (if applicable), using `script/manifest/codeowners.py`
- New dependencies are added to `requirements_all.txt` (if applicable), using `python3 -m script.gen_requirements_all`
- New codeowners are added to `CODEOWNERS` (if applicable), using `python3 -m script.hassfest`
- The `.coveragerc` file is updated to exclude your platform if there are no tests available or your new code uses a third-party library for communication with the device, service, or sensor
- Documentation is developed for [home-assistant.io](https://home-assistant.io/)
* Visit the [website documentation](https://www.home-assistant.io/developers/documentation/) for more information about contributing to [home-assistant.io](https://github.com/home-assistant/home-assistant.github.io).
- All dependencies are only imported inside functions that use them.

View File

@ -813,10 +813,6 @@
"title": "Data Entry Flow",
"sidebar_label": "Introduction"
},
"version-0.77.0/version-0.77.0-external_api_rest_python": {
"title": "REST API - Python bindings",
"sidebar_label": "REST API - Python bindings"
},
"version-0.77.0/version-0.77.0-frontend_data": {
"title": "Frontend data",
"sidebar_label": "Data"