You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This option is for a manual openHAB installation on Windows.
107
107
If you are *not* using OH 2.5, 2.5M2, S1604, or newer, you will first need to update your ``C:\openhab2\runtime\bin\setenv.bat`` file with the `changes in the current file <https://github.com/openhab/openhab-distro/blob/master/distributions/openhab/src/main/resources/bin/setenv.bat#L121>`_.
108
108
@@ -186,7 +186,7 @@ These instructions will help guide you through process of installing or upgradin
186
186
#. |community_step_3|
187
187
For example, there may be some settings copied to ``/automation/lib/python/configuration.py.example`` that need to be added to ``configuration.py``.
188
188
#. |community_step_4|
189
-
If using Python, you could alternatively use the methods described in :ref:`Python/Reference:Modifying and Reloading Modules`.
189
+
If using Python, you could alternatively use the methods described in :ref:`Python/Reference:Modifying and Reloading Packages or Modules`.
Copy file name to clipboardExpand all lines: Sphinx/Python/Community/ideAlarm/Installation.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ Installation of the ideAlarm package
62
62
* Edit the configuration dictionary ``idealarm_configuration`` that you've previously inserted into the openhab-helper-libraries configuration file.
63
63
See :ref:`Python/Community/IdeAlarm/Configuration:IdeAlarm Configuration` for details.
64
64
Before saving you might want to copy and paste the contents of your configuration file into the form on `PythonBuddy <https://pythonbuddy.com/>`_ to verify that the Python syntax is valid.
65
-
* Save and reload the openhab-helper-libraries configuration as described in :ref:`Python/Reference:Modifying and Reloading Modules`.
65
+
* Save and reload the openhab-helper-libraries configuration as described in :ref:`Python/Reference:Modifying and Reloading Packages or Modules`.
66
66
* Create a custom library script.
67
67
68
68
* The custom library script defines what custom actions that will occurr in your system for some specific alarm system events.
0 commit comments