2022-02-19 14:46:27 +01:00
|
|
|
# What does this implement/fix?
|
2018-10-12 11:25:43 +02:00
|
|
|
|
2022-10-25 01:53:01 +02:00
|
|
|
<!-- Quick description and explanation of changes -->
|
2018-10-12 11:25:43 +02:00
|
|
|
|
2021-02-26 14:32:23 +01:00
|
|
|
## Types of changes
|
|
|
|
|
|
|
|
- [ ] Bugfix (non-breaking change which fixes an issue)
|
|
|
|
- [ ] New feature (non-breaking change which adds functionality)
|
|
|
|
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
|
2024-10-21 00:28:52 +02:00
|
|
|
- [ ] Code quality improvements to existing code or addition of tests
|
2021-06-08 22:23:23 +02:00
|
|
|
- [ ] Other
|
2021-02-26 14:32:23 +01:00
|
|
|
|
2024-10-21 00:28:52 +02:00
|
|
|
**Related issue or feature (if applicable):**
|
2018-10-12 11:25:43 +02:00
|
|
|
|
2024-10-21 00:28:52 +02:00
|
|
|
- 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>
|
2021-06-08 22:23:23 +02:00
|
|
|
|
|
|
|
## Test Environment
|
2021-02-26 14:32:23 +01:00
|
|
|
|
|
|
|
- [ ] ESP32
|
2021-10-13 21:22:57 +02:00
|
|
|
- [ ] ESP32 IDF
|
2021-02-26 14:32:23 +01:00
|
|
|
- [ ] ESP8266
|
2022-10-25 01:53:01 +02:00
|
|
|
- [ ] RP2040
|
2023-10-23 21:06:23 +02:00
|
|
|
- [ ] BK72xx
|
|
|
|
- [ ] RTL87xx
|
2021-02-26 14:32:23 +01:00
|
|
|
|
|
|
|
## Example entry for `config.yaml`:
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
# Example config.yaml
|
|
|
|
|
|
|
|
```
|
|
|
|
|
2018-10-12 11:25:43 +02:00
|
|
|
## Checklist:
|
|
|
|
- [ ] The code change is tested and works locally.
|
|
|
|
- [ ] Tests have been added to verify that the new code works (under `tests/` folder).
|
2022-02-19 14:46:27 +01:00
|
|
|
|
2018-10-12 11:25:43 +02:00
|
|
|
If user exposed functionality or configuration variables are added/changed:
|
2019-04-22 21:56:30 +02:00
|
|
|
- [ ] Documentation added/updated in [esphome-docs](https://github.com/esphome/esphome-docs).
|