mirror of
https://github.com/esphome/esphome.git
synced 2024-10-31 08:25:53 +01:00
8e75980ebd
* Cleanup dashboard JS * Add vscode * Save start_mark/end_mark * Updates * Updates * Remove need for cv.nameable It's a bit hacky but removes so much bloat from integrations * Add enum helper * Document APIs, and Improvements * Fixes * Fixes * Update PULL_REQUEST_TEMPLATE.md * Updates * Updates * Updates
14 lines
574 B
Markdown
14 lines
574 B
Markdown
## Description:
|
|
|
|
|
|
**Related issue (if applicable):** fixes <link to issue>
|
|
|
|
**Pull request in [esphome-docs](https://github.com/esphome/esphome-docs) with documentation (if applicable):** esphome/esphome-docs#<esphome-docs PR number goes here>
|
|
|
|
## Checklist:
|
|
- [ ] The code change is tested and works locally.
|
|
- [ ] Tests have been added to verify that the new code works (under `tests/` folder).
|
|
|
|
If user exposed functionality or configuration variables are added/changed:
|
|
- [ ] Documentation added/updated in [esphome-docs](https://github.com/esphome/esphome-docs).
|