From cb65524b3c9a749bed3d5b7344bcb54226adf49f Mon Sep 17 00:00:00 2001 From: arsaboo Date: Sat, 13 May 2017 09:17:30 -0400 Subject: [PATCH] Updated Hassio addon documents --- source/_addons/check_config.markdown | 8 ++++---- source/_addons/duckdns.markdown | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/source/_addons/check_config.markdown b/source/_addons/check_config.markdown index 0f34f6e34051..7eaafc2b33eb 100644 --- a/source/_addons/check_config.markdown +++ b/source/_addons/check_config.markdown @@ -1,7 +1,7 @@ --- layout: page -title: "Check HomeAssistant config" -description: "Check HomeAssistant config with a new version" +title: "Check Home Assistant configuration" +description: "Check Home Assistant configuration against a new version" date: 2017-04-30 13:28 sidebar: true comments: false @@ -9,7 +9,7 @@ sharing: true footer: true --- -Check actual HomeAssistant config with a HomeAssistant version. +You can use this addon to check whether your configuration files are valid against the new version of Home Assistant before you actually update your Home Assistant. This will help you avoid errors due to breaking changes, resulting in smooth update. ```json { @@ -19,4 +19,4 @@ Check actual HomeAssistant config with a HomeAssistant version. Configuration variables: -- **version** (*Required*): Version of homeassistant they will install from pip. +- **version** (*Required*): Version of Home Assistant that you plan to install. diff --git a/source/_addons/duckdns.markdown b/source/_addons/duckdns.markdown index 5ec1a076b345..d7b8394c6b4b 100644 --- a/source/_addons/duckdns.markdown +++ b/source/_addons/duckdns.markdown @@ -1,7 +1,7 @@ --- layout: page title: "Duck DNS" -description: "Automatically update your Duck DNS ip address." +description: "Automatically update your Duck DNS IP address." date: 2017-04-30 13:28 sidebar: true comments: false @@ -9,7 +9,7 @@ sharing: true footer: true --- -[Duck DNS](https://duckdns.org/) is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice +[Duck DNS](https://duckdns.org/) is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. ```json { @@ -21,5 +21,5 @@ footer: true Configuration variables: - **token** (*Required*): Your Duck DNS API key. -- **domains** (*Required*): A list of domains to update dns. +- **domains** (*Required*): A list of domains to update DNS. - **seconds** (*Optional*): Seconds between updates to Duck DNS.