File tree Expand file tree Collapse file tree 2 files changed +50
-0
lines changed Expand file tree Collapse file tree 2 files changed +50
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Create a report to help us improve
4+ title : ' '
5+ labels : bug
6+ assignees : ' '
7+
8+ ---
9+
10+ ** Describe the bug**
11+ A clear and concise description of what the bug is.
12+
13+ ** Screenshots**
14+ If applicable, add screenshots to help explain your problem.
15+
16+ ** yaml**
17+ ``` yaml
18+ type : custom:plotly-graph
19+ entities :
20+ - entity : sensor.my_sensor
21+ ` ` `
22+
23+ **Additional context**
24+ Add any other context about the problem here.
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature request
3+ about : Suggest an idea for this project
4+ title : ' '
5+ labels : enhancement
6+ assignees : ' '
7+
8+ ---
9+
10+ ** Describe the solution you'd like**
11+ A clear and concise description of what you want to happen.
12+
13+ ** How would it be defined in yaml?**
14+ ``` yaml
15+ type : custom:plotly-graph
16+ entities :
17+ - entity : sensor.monthly_internet_energy
18+ entity_feature_config : xxx
19+ global_feature_config : xxx
20+ ` ` `
21+
22+ **Scribble**
23+ When applicable, paste a drawing of how the feature would look like
24+
25+ **Additional context**
26+ Add any other context or screenshots about the feature request here.
You can’t perform that action at this time.
0 commit comments