-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [Version 1.1.1](v1.1.0...v1.1.1) (2021-09-19) ### Changes - Fixes incorrect status of contact sensor.
- Loading branch information
1 parent
7e775f4
commit 29fbd20
Showing
12 changed files
with
354 additions
and
288 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
name: Bug-Report | ||
description: Report a Bug to help us improve | ||
title: "Bug:" | ||
labels: [bug] | ||
assignees: 'donavanbecker' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
You must use the issue template below when submitting a bug. | ||
- type: input | ||
attributes: | ||
label: Describe The Bug | ||
placeholder: A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: To Reproduce | ||
placeholder: Steps to reproduce the behavior. | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Expected behavior | ||
placeholder: A clear and concise description of what you expected to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: Logs | ||
attributes: | ||
label: Relevant log output | ||
placeholder: Bug reports that do not contain logs may be closed without warning. Show the Homebridge logs here. If using Homebridge Config-UI-X, you can easly download your log by visiting the log page on the UI and Clicking the Download Icon in the top right. Remove any sensitive information, such as your homebridge-noip hostname. Please Turn on Debug Mode before submitting your Issue so more logs can be shared to fix the issue being submitted. | ||
render: shell | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: Config | ||
attributes: | ||
label: Config for homebridge-noip | ||
placeholder: Paste your homebridge config.json here. Remove any sensitive information, such as your homebridge-noip username/password/hostname. | ||
render: shell | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Screenshots | ||
description: If applicable add screenshots to help explain your problem. | ||
placeholder: You can attach images or log files by clicking this area to highlight it and then dragging files in. | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Environment | ||
- type: input | ||
attributes: | ||
label: Node.js Version | ||
placeholder: v14.17.6 | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: NPM Version | ||
placeholder: v7.22.0 | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Homebridge Version | ||
placeholder: If applicable, add screenshots to help explain your problem. | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Homebridge NoIP Plugin Version | ||
placeholder: v1.1.0 | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Homebridge Config UI X Plugin Version | ||
placeholder: v4.41.2 | ||
validations: | ||
required: false | ||
- type: input | ||
attributes: | ||
label: Operating System | ||
placeholder: Raspbian / Ubuntu / Debian / Windows / macOS / Docker | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: Feature Request | ||
description: Suggest an idea for this project | ||
title: "Feature Request: " | ||
labels: [enhancement] | ||
assignees: 'donavanbecker' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Is your feature request related to a problem? Please describe. | ||
- type: input | ||
attributes: | ||
label: Problem | ||
placeholder: A clear and concise description of what the problem is. Ex. I am always frustrated when [...] | ||
validations: | ||
required: false | ||
- type: input | ||
attributes: | ||
label: Solution | ||
placeholder: A clear and concise description of what you want to happen. | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Alternatives | ||
placeholder: A clear and concise description of any alternative solutions or features you have considered. | ||
validations: | ||
required: false | ||
- type: input | ||
attributes: | ||
label: Additional context | ||
placeholder: Add any other context or screenshots about the feature request here. Post devicediscovery logs here. | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
name: Support Request | ||
description: Need help? | ||
title: "Support Request:" | ||
labels: [question] | ||
assignees: 'donavanbecker' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
You must use the issue template below when submitting a support request. | ||
- type: input | ||
attributes: | ||
label: Describe Your Problem | ||
placeholder: A clear and concise description of what problem you are trying to solve. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: Logs | ||
attributes: | ||
label: Relevant log output | ||
placeholder: Bug reports that do not contain logs may be closed without warning. Show the Homebridge logs here. If using Homebridge Config-UI-X, you can easly download your log by visiting the log page on the UI and Clicking the Download Icon in the top right. Remove any sensitive information, such as your homebridge-noip hostname. Please Turn on Debug Mode before submitting your Issue so more logs can be shared to fix the issue being submitted. | ||
render: shell | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: Config | ||
attributes: | ||
label: Config for homebridge-noip | ||
placeholder: Paste your homebridge config.json here. Remove any sensitive information, such as your homebridge-noip username/password/hostname. | ||
render: shell | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Screenshots | ||
description: If applicable add screenshots to help explain your problem. | ||
placeholder: You can attach images or log files by clicking this area to highlight it and then dragging files in. | ||
validations: | ||
required: false | ||
- type: input | ||
attributes: | ||
label: Device & Model | ||
placeholder: If applicable, add screenshots to help explain your problem. | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Environment | ||
- type: input | ||
attributes: | ||
label: Node.js Version | ||
placeholder: v14.17.6 | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: NPM Version | ||
placeholder: v7.22.0 | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Homebridge Version | ||
placeholder: If applicable, add screenshots to help explain your problem. | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Homebridge NoIP Plugin Version | ||
placeholder: v1.1.0 | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Homebridge Config UI X Plugin Version | ||
placeholder: v4.41.2 | ||
validations: | ||
required: false | ||
- type: input | ||
attributes: | ||
label: Operating System | ||
placeholder: Raspbian / Ubuntu / Debian / Windows / macOS / Docker | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,5 +14,5 @@ jobs: | |
uses: roots/[email protected] | ||
with: | ||
issue-close-message: '@${issue.user.login} - this issue is being automatically closed because it does not follow either the feature request, support request, or bug report issue template. The issue templates have been designed to help in the troubleshooting (or feature request) process. Please use them and populate it as completely as possible to streamline troubleshooting or feature request discussions.' | ||
issue-pattern: "Describe alternatives you've considered|Homebridge NoIP Plugin Version" | ||
issue-pattern: "A clear and concise description of what you want to happen|Homebridge NoIP Plugin Version" | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.