mirror of
https://github.com/danieldemus/openhab-addons
synced 2026-07-29 12:34:21 +02:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user