mirror of
https://github.com/esphome/esphome.git
synced 2025-03-19 17:18:18 +00:00
20 lines
820 B
Markdown
20 lines
820 B
Markdown
|
## Description:
|
||
|
|
||
|
|
||
|
**Related issue (if applicable):** fixes <link to issue>
|
||
|
|
||
|
**Pull request in [esphomedocs](https://github.com/OttoWinter/esphomedocs) with documentation (if applicable):** OttoWinter/esphomedocs#<esphomedocs PR number goes here>
|
||
|
**Pull request in [esphomelib](https://github.com/OttoWinter/esphomelib) with C++ framework changes (if applicable):** OttoWinter/esphomelib#<esphomelib PR number goes here>
|
||
|
|
||
|
## Example entry for YAML configuration (if applicable):
|
||
|
```yaml
|
||
|
|
||
|
```
|
||
|
|
||
|
## 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)
|