diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..b814fc4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,41 @@ +--- +name: Bug report +about: Create a report to help improve HA Client +title: '' +labels: '' +assignees: '' + +--- + + +**HA Client version:** + +**Home Assistant version:** + +**Device name:** + +**Android version:** + +**Connection type:** + +**Login type:** + +**Description** + + +**Screenshots** + + +**Logs** + +``` +[Replace this text with your logs] +``` diff --git a/.github/ISSUE_TEMPLATE/entity-support-request.md b/.github/ISSUE_TEMPLATE/entity-support-request.md new file mode 100644 index 0000000..c529d38 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/entity-support-request.md @@ -0,0 +1,12 @@ +--- +name: Entity support request +about: Suggest to add support of any entity type +title: '' +labels: ENTITY, feature/improvement +assignees: '' + +--- + +**Entity type:** + +**Link to documentation:** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..29b288f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for HA Client if it is not a card or entity support +title: '' +labels: feature/improvement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/lovelace-card-support-request.md b/.github/ISSUE_TEMPLATE/lovelace-card-support-request.md new file mode 100644 index 0000000..998fabf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/lovelace-card-support-request.md @@ -0,0 +1,12 @@ +--- +name: Lovelace Card support request +about: Suggest to add any Lovelace card support +title: '' +labels: CARD, feature/improvement +assignees: '' + +--- + +**Card name:** + +**Link to card repository or web page:** diff --git a/.github/no-response.yml b/.github/no-response.yml new file mode 100644 index 0000000..e0e8617 --- /dev/null +++ b/.github/no-response.yml @@ -0,0 +1,11 @@ +# Configuration for probot-no-response - https://github.com/probot/no-response + +# Number of days of inactivity before an Issue is closed for lack of response +daysUntilClose: 14 +# Label requiring a response +responseRequiredLabel: more info needed +# Comment to post when closing an Issue for lack of response. Set to `false` to disable +closeComment: > + This issue has been automatically closed because there has been no response + to our request for more information from the original author. If the issue still relevant + feel free to reopen this issue and add more information, or report a new one. diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 43fa34a..6a160c4 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,6 +1,9 @@ + +