diff --git a/.github/ISSUE_TEMPLATE/device-request.md b/.github/ISSUE_TEMPLATE/device-request.md index e64a644..f4b5cda 100644 --- a/.github/ISSUE_TEMPLATE/device-request.md +++ b/.github/ISSUE_TEMPLATE/device-request.md @@ -19,10 +19,10 @@ assignees: Burry +[ ] I am willing to provide network logs to assist in adding support for this device. + **Additional context:** -[ ] I am willing to provide network logs to assist in adding support for this device. - diff --git a/README.md b/README.md index fe68566..c07db0b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Homebridge SmartRent currently supports these devices through a SmartRent hub: - 💧 Leak sensors - 🔌 Switches -If you have another device connected to SmartRent and would like to see it supported in this plugin, please open a [device request](https://github.com/Burry/homebridge-smartrent/issues/new?assignees=&labels=enhancement,new%20device&template=feature-request.md&title=New%20device:) issue. +If you have another device connected to SmartRent and would like to see it supported in this plugin, please open a [device request](https://github.com/Burry/homebridge-smartrent/issues/new?assignees=&labels=enhancement,new%20device&template=device-request.md&title=New%20device:) issue. ## ✅ Usage diff --git a/package.json b/package.json index 22ee51e..a747394 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,8 @@ "dist", "config.example.json", "config.schema.json", - "CHANGELOG.md" + "CHANGELOG.md", + "screenshot.png" ], "scripts": { "prepare": "husky install",