mirror of
https://github.com/esphome/esphome.git
synced 2024-11-02 08:40:55 +01:00
06371c9e2d
* Create issue templates * Update bug_report.md
48 lines
1.5 KiB
Markdown
48 lines
1.5 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
|
|
---
|
|
|
|
<!-- Thanks for reporting a bug for this project. READ THIS FIRST:
|
|
- Please make sure to submit issues in the right GitHub repository, if unsure just post it here:
|
|
- esphomeyaml [here] - This is mostly for reporting bugs when compiling and when you get a long stack trace while compiling or if a configuration fails to validate.
|
|
- esphomelib [https://github.com/OttoWinter/esphomelib] - Report bugs there if the ESP is crashing or a feature is not working as expected.
|
|
- esphomedocs [https://github.com/OttoWinter/esphomedocs] - Report bugs there if the documentation is wrong/outdated.
|
|
- Provide as many details as possible. Paste logs, configuration sample and code into the backticks (```). Do not delete any text from this template!
|
|
-->
|
|
|
|
**Operating environment (Hass.io/Docker/pip/etc.):**
|
|
<!--
|
|
Please provide details about your environment.
|
|
-->
|
|
|
|
**ESP (ESP32/ESP8266/Board/Sonoff):**
|
|
<!--
|
|
Please provide details about which ESP you're using.
|
|
-->
|
|
|
|
**Affected component:**
|
|
<!--
|
|
Please add the link to the documentation at https://esphomelib.com/esphomeyaml/index.html of the component in question.
|
|
-->
|
|
|
|
|
|
**Description of problem:**
|
|
|
|
|
|
**Problem-relevant YAML-configuration entries:**
|
|
```yaml
|
|
|
|
```
|
|
|
|
**Traceback (if applicable):**
|
|
<!--
|
|
Please copy the traceback here if compilation is failing. If possible, also connect to the ESP and copy its logs into the backticks.
|
|
-->
|
|
```
|
|
|
|
```
|
|
|
|
**Additional information:**
|