From ee745a0a06bf848e9bff4af1fd9c0ee45531194f Mon Sep 17 00:00:00 2001 From: Ben <43026681+bwp91@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:04:31 +0100 Subject: [PATCH] add 'report an issue' link to plugin menu --- CHANGELOG.md | 1 + README.md | 4 ---- .../modules/plugins/plugin-card/plugin-card.component.html | 7 +++++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23a7573f4..bebdca3a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ All notable changes to homebridge-config-ui-x will be documented in this file. - remove mdns interface tooltips - network interface widget: custom interface - fix status widget graphs +- add 'report an issue' link to plugin menu ### Translation Changes diff --git a/README.md b/README.md index 1eb9828d1..f32d50cdb 100755 --- a/README.md +++ b/README.md @@ -112,9 +112,6 @@ The [Homebridge Plugin Template](https://github.com/homebridge/homebridge-plugin There are many existing plugins you can study; you might start with the [Homebridge Example Plugins](https://github.com/homebridge/homebridge-examples) or a plugin that already implements the device type you need. -When writing your plugin, you'll want Homebridge to load it from your development directory instead of publishing it to `npm` each time. Run this command inside your plugin project folder so your global installation of Homebridge can discover it: - - ## Common Issues ### Errors during installation @@ -142,7 +139,6 @@ Try the following: 1. Swap between the `Bonjour HAP` and `Ciao` mDNS Advertiser options. See [the wiki](https://github.com/homebridge/homebridge/wiki/mDNS-Options) for more details. 2. iOS DNS cache has gone stale or gotten misconfigured. To fix this, turn airplane mode on and back off to flush the DNS cache. - ## Community The official Homebridge Discord server and Reddit community are where users can discuss Homebridge and ask for help. diff --git a/ui/src/app/modules/plugins/plugin-card/plugin-card.component.html b/ui/src/app/modules/plugins/plugin-card/plugin-card.component.html index 46a4f1c33..dbc9f111d 100644 --- a/ui/src/app/modules/plugins/plugin-card/plugin-card.component.html +++ b/ui/src/app/modules/plugins/plugin-card/plugin-card.component.html @@ -205,6 +205,13 @@
{{ 'child_bridge.label_child_setup' | translate }} + + + + + {{ 'support.useful_links.issue' | translate }} + +