|
| 1 | +--- |
| 2 | +name: Bug report |
| 3 | +about: Create a report to help us improve |
| 4 | +title: "[BUG] " |
| 5 | +labels: bug |
| 6 | +assignees: '' |
| 7 | + |
| 8 | +--- |
| 9 | + |
| 10 | +**Ground Rules** |
| 11 | +Before you report a 'Bug', you need to make sure you have read the accompanying Descriptions on the templates and the READ.ME for the GIT Repo completely and followed all the settings required there. |
| 12 | +This is important as if these instructions are not followed, you will likely have a bad day and be forced to contact me for help. Not that I don't want to help, but personal interaction takes me a while to respond and is generally non-productive. |
| 13 | + |
| 14 | +Another good thing to do before you ask for help is try testing what you have in the Developer Tools Template Tab in Home Assistant. There you can adjust this and that until you figure out the answer to your question yourself. [](https://my.home-assistant.io/redirect/developer_template/) |
| 15 | + |
| 16 | +Issues are not a place to ask questions, see the Discord links below for that. This is for broken things. If you are not sure, PLEASE go to Discord and ask the question first. |
| 17 | + |
| 18 | +If you have a general question, I prefer them to be asked on Discord. Ping me in the channel, I don't often respond to DM's... @sirgoodenough |
| 19 | + |
| 20 | +I also monitor the Blueprint Exchange post related to each Blueprint and will respond there. |
| 21 | + |
| 22 | +There are 3 places on Discord that I monitor, in preference order: |
| 23 | + |
| 24 | +My personal Discord Blueprints Channel: https://discord.gg/SKsAgCHvUm |
| 25 | +DrZzs Home Assistant channel: https://discord.gg/pGzB8P5W4n |
| 26 | +Home Assistant Template Channel: https://discord.gg/home-assistant |
| 27 | + |
| 28 | +Do if you think you found a bug where the text points you wrong, or something is just broken, continue here. If you have a Feature Request, see the other Issue Template... |
| 29 | + |
| 30 | +**Describe the bug** |
| 31 | +A clear and concise description of what the bug is. |
| 32 | + |
| 33 | +**To Reproduce** |
| 34 | +Steps to reproduce the behavior: |
| 35 | +1. Go to '....' |
| 36 | +2. Click on '....' |
| 37 | +3. Scroll down to '....' |
| 38 | +4. See error |
| 39 | + |
| 40 | +**Expected behavior** |
| 41 | +A clear and concise description of what you expected to happen. |
| 42 | + |
| 43 | +**Screenshots** |
| 44 | +If applicable, add screenshots to help explain your problem. |
| 45 | + |
| 46 | +**What version of the template has the issue?** |
| 47 | + |
| 48 | +**What was the version of Home Assistant Core?** |
| 49 | +[](https://my.home-assistant.io/redirect/system_health/) |
| 50 | + |
| 51 | +**What type of installation are you running?** |
| 52 | +[](https://my.home-assistant.io/redirect/system_health/) |
| 53 | + |
| 54 | +**YAML snippets INCLUDING the Script or Automation the template is being used in.** |
| 55 | +(use 3 backticks before and after your code to format it properly) |
| 56 | +See here for example: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks |
| 57 | + |
| 58 | +**Additional context** |
| 59 | +Add any other context about the problem here. |
0 commit comments