From e5ba8eff93cf69f28cb36d03d3e43ad9e6f890c4 Mon Sep 17 00:00:00 2001 From: oznu Date: Fri, 19 Mar 2021 15:12:20 +1100 Subject: [PATCH] fix #1134 --- CHANGELOG.md | 4 +--- README.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f858ce525..06bee49e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file. This projec ### Other Changes +* **Dashboard:** The current Homebridge status will now instantly reflect the current Homebridge status (when combined with hb-service and Homebridge v1.3.3 or later) * **i18n:** Thai (th) language added by [@tomzt](https://github.com/tomzt) ([#1114](https://github.com/oznu/homebridge-config-ui-x/pull/1114)) * The Homebridge UI is now available in 25 different languages! * **i18n:** Improvements to Slovenian language translations ([#1116](https://github.com/oznu/homebridge-config-ui-x/pull/1116)) @@ -19,9 +20,6 @@ All notable changes to this project will be documented in this file. This projec * **i18n:** Improvements to Traditional Chinese language translations ([#1133](https://github.com/oznu/homebridge-config-ui-x/pull/1133)) * **i18n:** Improvements to Simplified Chinese language translations ([#1135](https://github.com/oznu/homebridge-config-ui-x/pull/1135)) - -* **Dashboard:** The current Homebridge status will now instantly reflect the current Homebridge status (when combined with hb-service and Homebridge v1.3.3 or later) - ### API Changes * The `/api/status/homebridge` endpoint can now return an additional status of `pending`. diff --git a/README.md b/README.md index 1f26f5707..32ede3a50 100755 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ Make sure you are running [supported versions of node and npm](#supported-nodejs #### 2. Accessories tab missing -If the Accessories tab is not show then you are not running Homebridge in insecure mode. See the [Enabling Accessory Control](https://github.com/oznu/homebridge-config-ui-x/wiki/Enabling-Accessory-Control) wiki for details. If you have just enabled insecure mode make sure you have restarted Homebridge and refreshed the page in your browser. +If the Accessories tab is not shown then you are not running Homebridge in insecure mode. See the [Enabling Accessory Control](https://github.com/oznu/homebridge-config-ui-x/wiki/Enabling-Accessory-Control) wiki for details. If you have just enabled insecure mode make sure you have restarted Homebridge and refreshed the page in your browser. #### 3. Running in Docker