From dba8a0c09be4af5d466fca9c05dc902132b85db0 Mon Sep 17 00:00:00 2001 From: wsw70 <1345886+wsw70@users.noreply.github.com> Date: Mon, 8 Feb 2021 23:02:07 +0100 Subject: [PATCH] corrected configuration include code (https://github.com/custom-components/pyscript/issues/153) --- docs/reference.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/reference.rst b/docs/reference.rst index b6659b7..38b427b 100644 --- a/docs/reference.rst +++ b/docs/reference.rst @@ -34,8 +34,7 @@ which includes rereading the configuration parameters: .. code:: yaml - pyscript: - config: !include pyscript/config.yaml + pyscript: !include pyscript/config.yaml The settings and behavior of your code can be controlled by additional user-defined yaml configuration settings. If you configured pyscript using the UI flow, you can still