From: fundef1 <12233640+fundef1@users.noreply.github.com> Date: Thu, 14 Jan 2021 10:43:17 +0000 (+0100) Subject: [mqtt-homeassistant] added JOSNPath and JINJA as requirements (#9572) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=d95fc925e9cea8d291f009c8ed43f39da45660cc;p=openhab-addons.git [mqtt-homeassistant] added JOSNPath and JINJA as requirements (#9572) Signed-off-by: Jo Degraef --- diff --git a/bundles/org.openhab.binding.mqtt.homeassistant/README.md b/bundles/org.openhab.binding.mqtt.homeassistant/README.md index 6927a3b08f..6c84cbbc2e 100644 --- a/bundles/org.openhab.binding.mqtt.homeassistant/README.md +++ b/bundles/org.openhab.binding.mqtt.homeassistant/README.md @@ -10,6 +10,15 @@ The mapping is structured like this: | Component+Node | Channel Group | homeassistant/component/node/object| | -> Component Features | Channel | state/topic/defined/in/comp/config | +## Requirements + +The HomeAssistant MQTT requires two transformations to be installed: + +* JINJA-Transformations +* JSONPath-Transformations + +These can be installed under Settings->Addons->Transformations + ## Limitations * The HomeAssistant Fan Components only support ON/OFF.