diff --git a/param-docs/concat-parameter-pages.py b/param-docs/concat-parameter-pages.py index 36ce1b3..441c961 100644 --- a/param-docs/concat-parameter-pages.py +++ b/param-docs/concat-parameter-pages.py @@ -21,8 +21,7 @@ def appendParameterFile(folder, file): # Add parameter doc to overview page with open(parameterOverviewFile, 'a') as overviewFileHandle: - overviewFileHandle.write(parameterDoc + "\n---\n\n") - + overviewFileHandle.write(parameterDoc + "\n\n---\n\n") # Create templated overview markdown file diff --git a/param-docs/parameter-pages/MQTT/HomeassistantDiscovery.md b/param-docs/parameter-pages/MQTT/HomeassistantDiscovery.md index 275faf8..6403f0e 100644 --- a/param-docs/parameter-pages/MQTT/HomeassistantDiscovery.md +++ b/param-docs/parameter-pages/MQTT/HomeassistantDiscovery.md @@ -3,4 +3,4 @@ Default Value: `true` Enable or disable the Homeassistant Discovery. -See [here](../Integration-Home-Assistant) for details about the discovery. \ No newline at end of file +See [here](../Integration-Home-Assistant) for details about the discovery. diff --git a/param-docs/templates/parameter.md b/param-docs/templates/parameter.md index 67f76d3..3da2d66 100644 --- a/param-docs/templates/parameter.md +++ b/param-docs/templates/parameter.md @@ -5,5 +5,4 @@ $EXPERT_PARAMETER $HIDDEN_IN_UI -Please fill me with an explanation and useful links - +Please fill me with an explanation and useful links.