You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the big picture of your changes here to communicate to the
4
+
maintainers why we should accept this pull request. If it fixes a bug
5
+
or resolves a feature request, be sure to link to that issue in the
6
+
additional information section.
7
+
-->
2
8
3
9
4
-
**Pull request in home-assistant (if applicable):** home-assistant/home-assistant#<home-assistantPRnumbergoeshere>
5
10
6
-
## Checklist:
11
+
## Type of change
12
+
<!--
13
+
What types of changes does your PR introduce to our documentation/website?
14
+
Put an `x` in the boxes that apply. You can also fill these out after
15
+
creating the PR.
16
+
-->
7
17
8
-
-[ ] Branch: `next` is for changes and new documentation that will go public with the next Home Assistant release. Fixes, changes and adjustments for the current release should be created against `current`.
9
-
-[ ] The documentation follows the [standards][standards].
18
+
-[ ] Spelling, grammar or other readability improvements (`current` branch).
19
+
-[ ] Adjusted missing or incorrect information in the current documentation (`current` branch).
20
+
-[ ] Added documentation for a new integration I'm adding to Home Assistant (`next` branch).
21
+
-[ ] Added documentation for a new feature I'm adding to Home Assistant (`next` branch).
22
+
-[ ] Removed stale or deprecated documentation.
23
+
24
+
## Additional information
25
+
<!--
26
+
Details are important, and help maintainers processing your PR.
27
+
Please be sure to fill out additional details, if applicable.
28
+
-->
29
+
30
+
- Link to parent pull request in the codebase:
31
+
- This PR fixes or closes issue:
32
+
33
+
## Checklist
34
+
<!--
35
+
Put an `x` in the boxes that apply. You can also fill these out after
36
+
creating the PR. If you're unsure about any of them, don't hesitate to ask.
37
+
We're here to help! This is simply a reminder of what we are going to look
38
+
for before merging your code.
39
+
-->
40
+
41
+
-[ ] This PR uses the correct branch, based on one of the following:
42
+
- I made a change to the existing documentation and used the `current` branch.
43
+
- I made a change that is related to an upcoming version of Home Assistant and used the `next` branch.
44
+
-[ ] The documentation follows the Home Assistant documentation [standards][].
0 commit comments