From 4905caf6c27ecd20a1306d212e708e05bca7dee4 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Tue, 31 Mar 2026 20:09:51 +0200 Subject: [PATCH] Typos --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index eb9e249..c06a92d 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ This adapter allows the connecting of Home Assistant to ioBroker. ## Usage -Create a long term token in HASS and use it as PW (copy it also in the repeat field). +Create a long-term token in HASS and use it as PW (copy it also in the repeat field). -Then it should read out all attributes for all devices. Services might be controllable (e.g. "turn_on"). To control services you have two options: +Then it should read out all attributes for all devices. Services might be controllable (e.g. "turn_on"). To control services, you have two options: ### Set a direct value -Set the state with an ack=false value which is not a string (e.g. Boolean true) then it will be triggered also in HASS without additional service data. This will only work if the service has one field to be sent - then the value is sent as this field! If the service has more than one field you will find a warning in the log that provides more details about the fields taht are possible to be sent, e.g. +Set the state with an ack=false value which is not a string (e.g. Boolean true) then it will be triggered also in HASS without additional service data. This will only work if the service has one field to be sent - then the value is sent as this field! If the service has more than one field, you will find a warning in the log that provides more details about the fields that are possible to be sent, e.g. ``` Please make sure to provide a stringified JSON as value to set relevant fields! Please refer to the Readme for details! @@ -70,7 +70,7 @@ For the last option on a light.turn_off with e.g. `{"transition":10,"flash":"sho } ``` -For some services like set_speed it is required to call with a JSON object like `{speed: "high"}` in general to provide required values. In this case the field definition look e.g. like: +For some services like set_speed it is required to call with a JSON object like `{speed: "high"}` in general to provide required values. In this case the field definition looks e.g. like: ```json5 { @@ -98,7 +98,7 @@ There is a good article about connection. Please check it https://www.smarthomejetzt.de/mit-iobroker-auf-eine-home-assistant-hass-io-installation-und-die-geraete-zugreifen/ -**Unfortunately only in german, but the [google translate works rather good](https://translate.google.com/translate?hl=en&sl=de&tl=en&u=https%3A%2F%2Fwww.smarthomejetzt.de%2Fmit-iobroker-auf-eine-home-assistant-hass-io-installation-und-die-geraete-zugreifen%2F)** +**Unfortunately only in German, but the [Google Translate works rather good](https://translate.google.com/translate?hl=en&sl=de&tl=en&u=https%3A%2F%2Fwww.smarthomejetzt.de%2Fmit-iobroker-auf-eine-home-assistant-hass-io-installation-und-die-geraete-zugreifen%2F)** ## Changelog +### **WORK IN PROGRESS** +* (@GermanBluefox) Adapter was updated and migrated to TypeScript + ### 1.4.0 (2023-01-03) * (Apollon77) Added more guidance logging when setting services incorrectly * (Apollon77) Prevent crashes when attributes contain "." at the end of their names * (Apollon77) Added logging for state updates for unknown objects ### 1.3.0 (2022-07-01) -* (Apollon77) Further optimize sending data to HASS and allow to set values like numbers as normal states if the service has one attribute and it can be mapped +* (Apollon77) Further optimize sending data to HASS and allow setting values like numbers as normal states if the service has one attribute and it can be mapped ### 1.2.0 (2022-06-17) * (Apollon77) IMPORTANT: Replace special characters in entity attribute names with an underscore! Object IDs might change! @@ -131,7 +134,7 @@ Please check it https://www.smarthomejetzt.de/mit-iobroker-auf-eine-home-assista * (Apollon7) Add Sentry for crash reporting ### 1.0.1 (2021-09-04) -* IMPORTANT: js-controller 2.0 is needed st least! +* IMPORTANT: js-controller 2.0 is needed at least! * (Apollon77) Fix start issue * (Apollon77/Garfonso) Fix issue where value could not be set in hass