From fb882888637abb590d46359d51c84f41a0308fc8 Mon Sep 17 00:00:00 2001 From: Marius Ciotlos Date: Thu, 1 Oct 2020 19:23:22 +0300 Subject: [PATCH] Added more specific update documentation --- zigbee2mqtt/CHANGELOG.md | 2 +- zigbee2mqtt/DOCS.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/zigbee2mqtt/CHANGELOG.md b/zigbee2mqtt/CHANGELOG.md index 449f5fc..404fb35 100644 --- a/zigbee2mqtt/CHANGELOG.md +++ b/zigbee2mqtt/CHANGELOG.md @@ -1,6 +1,6 @@ ## 1.15.0 - Updated Zigbee2mqtt to version [`1.15.0`](https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.15.0) -- Added support for a [built-in frontend](https://github.com/Koenkk/zigbee2mqtt/issues/4266) using `ingress` +- Added support for a [built-in frontend](https://github.com/Koenkk/zigbee2mqtt/issues/4266) using `ingress`. See Documentation tab for more details. ## 1.14.4.2 - Added readme for Edge version diff --git a/zigbee2mqtt/DOCS.md b/zigbee2mqtt/DOCS.md index 74fe2a4..b3049ba 100644 --- a/zigbee2mqtt/DOCS.md +++ b/zigbee2mqtt/DOCS.md @@ -4,6 +4,15 @@ By default the add-on has `permit_join` set to `false`. To allow devices to join you need to activate this after the add-on has started. You can now use the [built-in frontend](https://www.zigbee2mqtt.io/information/frontend.html) to achieve this. For details on how to enable the built-in frontent see the next section. ### Enabling the built-in Frontend +Make sure your add-on options have the right settings. If you already had experimental options, you might now automatically get `new_api` set properly on update. + +```yaml +frontend: + port: 8099 +experimental: + new_api: true +``` + Enable `ingress` to have the frontend available in your UI: **Supervisor → Dashboard → Zigbee2mqtt → Show in sidebar**. You can find more details about the feature on the [Zigbee2mqtt documentation](https://www.zigbee2mqtt.io/information/frontend.html). # Configuration