This commit is contained in:
CaCO3
2023-02-05 01:20:18 +01:00
parent b65e77511c
commit 3a3a17ff08
3 changed files with 3 additions and 5 deletions

View File

@@ -21,8 +21,7 @@ def appendParameterFile(folder, file):
# Add parameter doc to overview page # Add parameter doc to overview page
with open(parameterOverviewFile, 'a') as overviewFileHandle: with open(parameterOverviewFile, 'a') as overviewFileHandle:
overviewFileHandle.write(parameterDoc + "\n---\n\n") overviewFileHandle.write(parameterDoc + "\n\n---\n\n")
# Create templated overview markdown file # Create templated overview markdown file

View File

@@ -3,4 +3,4 @@ Default Value: `true`
Enable or disable the Homeassistant Discovery. Enable or disable the Homeassistant Discovery.
See [here](../Integration-Home-Assistant) for details about the discovery. See [here](../Integration-Home-Assistant) for details about the discovery.

View File

@@ -5,5 +5,4 @@ $EXPERT_PARAMETER
$HIDDEN_IN_UI $HIDDEN_IN_UI
Please fill me with an explanation and useful links Please fill me with an explanation and useful links.