Skip to content

Commit 388c679

Browse files
Revert "Merge in v1.11.2 from upstream."
This reverts commit c052046.
1 parent 308fe98 commit 388c679

File tree

256 files changed

+3519
-4470
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

256 files changed

+3519
-4470
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help esphomelib improve
4+
5+
---
6+
7+
<!-- Thanks for reporting a bug for this project. READ THIS FIRST:
8+
- Please make sure to submit issues in the right GitHub repository, if unsure just post it here:
9+
- 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.
10+
- esphomelib [https://github.com/OttoWinter/esphomelib] - Report bugs there if the ESP is crashing or a feature is not working as expected.
11+
- esphomedocs [https://github.com/OttoWinter/esphomedocs] - Report bugs there if the documentation is wrong/outdated.
12+
- Provide as many details as possible. Paste logs, configuration sample and code into the backticks (```).
13+
14+
DO NOT DELETE ANY TEXT from this template! Otherwise the issue may be closed without a comment.
15+
-->
16+
17+
**Operating environment (Hass.io/Docker/pip/etc.):**
18+
<!--
19+
Please provide details about your environment.
20+
-->
21+
22+
**ESP (ESP32/ESP8266/Board/Sonoff):**
23+
<!--
24+
Please provide details about which ESP you're using.
25+
-->
26+
27+
**Affected component:**
28+
<!--
29+
Please add the link to the documentation at https://esphomelib.com/esphomeyaml/index.html of the component in question.
30+
-->
31+
32+
33+
**Description of problem:**
34+
35+
36+
**Problem-relevant YAML-configuration entries:**
37+
```yaml
38+
PASTE YAML FILE HERE
39+
```
40+
41+
**Traceback (if applicable):**
42+
<!--
43+
Please copy the traceback here if compilation is failing. If possible, also connect to the ESP and copy its logs into the backticks.
44+
-->
45+
```
46+
47+
```
48+
49+
**Additional information:**
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
<!-- READ THIS FIRST:
8+
- This is for feature requests only, if you want to have a certain new sensor/module supported, please use the "new integration" template.
9+
- Please be as descriptive as possible, especially use-cases that can otherwise not be solved boost the problem's priority.
10+
11+
DO NOT DELETE ANY TEXT from this template! Otherwise the issue may be closed without a comment.
12+
-->
13+
14+
**Is your feature request related to a problem/use-case? Please describe.**
15+
<!-- A clear and concise description of what the problem is. -->
16+
17+
**Describe the solution you'd like:**
18+
<!-- A description of what you want to happen. -->
19+
20+
**Additional context:**
21+
<!-- Add any other context about the feature request here. -->
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: New integration
3+
about: Suggest a new integration for esphomelib
4+
5+
---
6+
7+
DO NOT POST NEW INTEGRATION REQUESTS HERE!
8+
9+
Please post all new integration requests in the esphomelib repository:
10+
11+
https://github.com/OttoWinter/esphomelib/issues
12+
13+
Thank you!

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
**Related issue (if applicable):** fixes <link to issue>
55

6-
**Pull request in [esphome-docs](https://github.com/esphome/esphome-docs) with documentation (if applicable):** esphome/esphome-docs#<esphome-docs PR number goes here>
7-
**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>
6+
**Pull request in [esphomedocs](https://github.com/OttoWinter/esphomedocs) with documentation (if applicable):** OttoWinter/esphomedocs#<esphomedocs PR number goes here>
7+
**Pull request in [esphomelib](https://github.com/OttoWinter/esphomelib) with C++ framework changes (if applicable):** OttoWinter/esphomelib#<esphomelib PR number goes here>
88

99
## Checklist:
1010
- [ ] The code change is tested and works locally.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ venv.bak/
105105

106106
config
107107
tests/build/
108-
tests/.esphome/
108+
tests/.esphomeyaml/

0 commit comments

Comments
 (0)