[mqtt-homeassistant] added JOSNPath and JINJA as requirements (#9572)
Signed-off-by: Jo Degraef <jo.degraef@addestino.be>
This commit is contained in:
parent
c7210dc8bf
commit
d95fc925e9
|
@ -10,6 +10,15 @@ The mapping is structured like this:
|
||||||
| Component+Node | Channel Group | homeassistant/component/node/object|
|
| Component+Node | Channel Group | homeassistant/component/node/object|
|
||||||
| -> Component Features | Channel | state/topic/defined/in/comp/config |
|
| -> 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
|
## Limitations
|
||||||
|
|
||||||
* The HomeAssistant Fan Components only support ON/OFF.
|
* The HomeAssistant Fan Components only support ON/OFF.
|
||||||
|
|
Loading…
Reference in New Issue