From d95fc925e9cea8d291f009c8ed43f39da45660cc Mon Sep 17 00:00:00 2001 From: fundef1 <12233640+fundef1@users.noreply.github.com> Date: Thu, 14 Jan 2021 11:43:17 +0100 Subject: [PATCH] [mqtt-homeassistant] added JOSNPath and JINJA as requirements (#9572) Signed-off-by: Jo Degraef --- bundles/org.openhab.binding.mqtt.homeassistant/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bundles/org.openhab.binding.mqtt.homeassistant/README.md b/bundles/org.openhab.binding.mqtt.homeassistant/README.md index 6927a3b08..6c84cbbc2 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.