mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
3d9301a0f7
* Rename * Update * Add migration * Fix * Fix dashboard * Change test * Fixes * Code cleanup * Fix import order * Update * Automate docker builds * Shellcheck
14 lines
751 B
Markdown
14 lines
751 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>
|
|
**Pull request in [esphome-core](https://github.com/esphome/esphome-core) with C++ framework changes (if applicable):** esphome/esphome-core#<esphome-core 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 [esphomedocs](https://github.com/OttoWinter/esphomedocs).
|