We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be71ae commit 79140a3Copy full SHA for 79140a3
docs/configuration.rst
@@ -18,5 +18,7 @@ Configuration
18
19
- Add files with a suffix of ``.py`` in the folder ``<config>/pyscript``.
20
- Restart HASS after installing pyscript.
21
-- Whenever you change a script file or configuration, make a ``reload`` service call to ``pyscript``.
+- Whenever you change a script file, app or configuration, make a ``reload`` service call to ``pyscript``.
22
+ To reload just one file or app, use the optional ``global_ctx`` parameter (eg, ``file.example`` to
23
+ just reload ``example.py`` or ``apps.my_app1`` to just reload ``apps/my_app1.py``).
24
- Watch the HASS log for ``pyscript`` errors and logger output from your scripts.
0 commit comments