diff --git a/README.md b/README.md index 5c60a4bd0..59202a445 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,9 @@ To get full use of the integration, please visit the [docs](https://andrew-codec ## Contributing to the Battery Library -To add a device definition to the battery library so that it will be automatically configured fill out [this form](https://github.com/andrew-codechimp/HA-Battery-Notes/issues/new?template=new_device_request.yml&title=[Device]%3A+) or see the [docs](https://andrew-codechimp.github.io/HA-Battery-Notes/library) for adding via pull request. +[!["New Device Request"](https://github.com/andrew-codechimp/HA-Battery-Notes/blob/main/docs/assets/new-device-request.png)](https://github.com/andrew-codechimp/HA-Battery-Notes/issues/new?template=new_device_request.yml&title=[Device]%3A+) + +To add a device definition to the battery library so that it will be automatically configured fill out the above form or see the [docs](https://andrew-codechimp.github.io/HA-Battery-Notes/library) for adding via pull request. ## Contributions are welcome! diff --git a/docs/assets/new-device-request.png b/docs/assets/new-device-request.png new file mode 100644 index 000000000..3904195d2 Binary files /dev/null and b/docs/assets/new-device-request.png differ diff --git a/docs/library.md b/docs/library.md index b727f6246..f8f7c8499 100644 --- a/docs/library.md +++ b/docs/library.md @@ -8,8 +8,9 @@ It will pull the latest devices that have been merged into the main branch, if y ## Submit Definition via GitHub Issues Form -To add a new device via GitHub Issues, fill out [this form](https://github.com/andrew-codechimp/HA-Battery-Notes/issues/new?template=new_device_request.yml&title=[Device]%3A+). -Upon submission of the issue, GitHub will attempt to make the required code changes automatically. +[!["New Device Request"](https://github.com/andrew-codechimp/HA-Battery-Notes/blob/main/docs/assets/new-device-request.png)](https://github.com/andrew-codechimp/HA-Battery-Notes/issues/new?template=new_device_request.yml&title=[Device]%3A+) + +Upon submission using the form above GitHub will attempt to make the required code changes automatically. ## Submit Definition via Pull Request