Improved config README (#19852)

Added section for Python pip modules installation instructions.

Signed-off-by: Holger Hees <holger.hees@gmail.com>
This commit is contained in:
Holger Hees
2025-12-21 18:17:45 +01:00
committed by GitHub
parent d913017340
commit 9b42a1d51d
@@ -92,6 +92,14 @@ Additionally, you can configure the Add-on via a config file `/openhab/services/
#
#org.openhab.automation.pythonscripting:injectionEnabled = 2
# Python pip modules
#
# A comma separated list of Python modules to install
# Versions may be constrained by separating with an "==" followed by standard
# python pip version constraint, such as "tzdata==2025.2".
#
#org.openhab.automation.pythonscripting:pipModules =
# Enable dependency tracking
#
# Dependency tracking allows your scripts to automatically reload when one of its dependencies is updated.