|  | 
|  | 1 | +<!-- | 
|  | 2 | +  You are amazing! Thanks for contributing to our project! | 
|  | 3 | +  Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). | 
|  | 4 | +
 | 
|  | 5 | +  Please note, ANY pull requests to MASTER BRANCH will be CLOSED. | 
|  | 6 | +  Use develop branch instead. | 
|  | 7 | +--> | 
|  | 8 | +## Breaking change | 
|  | 9 | +<!-- | 
|  | 10 | +  If your PR contains a breaking change for existing users, it is important | 
|  | 11 | +  to tell them what breaks, how to make it work again and why we did this. | 
|  | 12 | +  This piece of text is published with the release notes, so it helps if you | 
|  | 13 | +  write it towards our users, not us. | 
|  | 14 | +  Note: Remove this section if this PR is NOT a breaking change. | 
|  | 15 | +--> | 
|  | 16 | + | 
|  | 17 | + | 
|  | 18 | +## Proposed change | 
|  | 19 | +<!-- | 
|  | 20 | +  Describe the big picture of your changes here to communicate to the | 
|  | 21 | +  maintainers why we should accept this pull request. If it fixes a bug | 
|  | 22 | +  or resolves a feature request, be sure to link to that issue in the | 
|  | 23 | +  additional information section. | 
|  | 24 | +--> | 
|  | 25 | + | 
|  | 26 | + | 
|  | 27 | +## Type of change | 
|  | 28 | +<!-- | 
|  | 29 | +  What type of change does your PR introduce to Home Assistant? | 
|  | 30 | +  NOTE: Please, check only 1! box! | 
|  | 31 | +  If your PR requires multiple boxes to be checked, you'll most likely need to | 
|  | 32 | +  split it into multiple PRs. This makes things easier and faster to code review. | 
|  | 33 | +--> | 
|  | 34 | + | 
|  | 35 | +- [ ] Dependency upgrade | 
|  | 36 | +- [ ] Bugfix (non-breaking change which fixes an issue) | 
|  | 37 | +- [ ] New feature (which adds functionality to an this integration) | 
|  | 38 | +- [ ] Breaking change (fix/feature causing existing functionality to break) | 
|  | 39 | +- [ ] Code quality improvements to existing code or addition of tests | 
|  | 40 | + | 
|  | 41 | +## Example entry for `configuration.yaml`: | 
|  | 42 | +<!-- | 
|  | 43 | +  Supplying a configuration snippet, makes it easier for a maintainer to test | 
|  | 44 | +  your PR. Furthermore, for new integrations, it gives an impression of how | 
|  | 45 | +  the configuration would look like. | 
|  | 46 | +  Note: Remove this section if this PR does not have an example entry. | 
|  | 47 | +--> | 
|  | 48 | + | 
|  | 49 | +```yaml | 
|  | 50 | +# Example configuration.yaml | 
|  | 51 | + | 
|  | 52 | +``` | 
|  | 53 | + | 
|  | 54 | +## Additional information | 
|  | 55 | +<!-- | 
|  | 56 | +  Details are important, and help maintainers processing your PR. | 
|  | 57 | +  Please be sure to fill out additional details, if applicable. | 
|  | 58 | +--> | 
|  | 59 | + | 
|  | 60 | +- This PR fixes or closes issue: fixes # | 
|  | 61 | +- This PR is related to issue: | 
|  | 62 | + | 
|  | 63 | +## Checklist | 
|  | 64 | +<!-- | 
|  | 65 | +  Put an `x` in the boxes that apply. You can also fill these out after | 
|  | 66 | +  creating the PR. If you're unsure about any of them, don't hesitate to ask. | 
|  | 67 | +  We're here to help! This is simply a reminder of what we are going to look | 
|  | 68 | +  for before merging your code. | 
|  | 69 | +--> | 
|  | 70 | + | 
|  | 71 | +- [ ] The code change is tested and works locally. | 
|  | 72 | +- [ ] There is no commented out code in this PR. | 
|  | 73 | +- [ ] The code has been formatted using Black (`black --fast custom_components`) | 
|  | 74 | + | 
|  | 75 | +If user exposed functionality or configuration variables are added/changed: | 
|  | 76 | + | 
|  | 77 | +- [ ] Documentation added/updated to README.md | 
|  | 78 | + | 
|  | 79 | +<!-- | 
|  | 80 | +  Thank you for contributing <3 | 
|  | 81 | +--> | 
0 commit comments