Add lxml requirement note (#4651)

This commit is contained in:
Rene Nulsch 2018-02-13 17:05:15 +01:00 committed by Fabian Affolter
parent fb2236f70e
commit 8226c05682

View File

@ -48,4 +48,8 @@ scan_interval:
required: true
default: 30
type: int
{% endconfiguration %}
{% endconfiguration %}
<p class='note'>
The requirement `lxml` has to be [installed](http://lxml.de/installation.html) manually `pip install lxml` on some devices.
</p>