Skip to content

Commit 17d53d6

Browse files
arsaboopvizeli
authored andcommitted
Updated Hassio addon documents (home-assistant#2623)
1 parent 768d0e4 commit 17d53d6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

source/_addons/check_config.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: page
3-
title: "Check HomeAssistant config"
4-
description: "Check HomeAssistant config with a new version"
3+
title: "Check Home Assistant configuration"
4+
description: "Check Home Assistant configuration against a new version"
55
date: 2017-04-30 13:28
66
sidebar: true
77
comments: false
88
sharing: true
99
footer: true
1010
---
1111

12-
Check actual HomeAssistant config with a HomeAssistant version.
12+
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.
1313

1414
```json
1515
{
@@ -19,4 +19,4 @@ Check actual HomeAssistant config with a HomeAssistant version.
1919

2020
Configuration variables:
2121

22-
- **version** (*Required*): Version of homeassistant they will install from pip.
22+
- **version** (*Required*): Version of Home Assistant that you plan to install.

source/_addons/duckdns.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: page
33
title: "Duck DNS"
4-
description: "Automatically update your Duck DNS ip address."
4+
description: "Automatically update your Duck DNS IP address."
55
date: 2017-04-30 13:28
66
sidebar: true
77
comments: false
88
sharing: true
99
footer: true
1010
---
1111

12-
[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
12+
[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.
1313

1414
```json
1515
{
@@ -21,5 +21,5 @@ footer: true
2121
Configuration variables:
2222

2323
- **token** (*Required*): Your Duck DNS API key.
24-
- **domains** (*Required*): A list of domains to update dns.
24+
- **domains** (*Required*): A list of domains to update DNS.
2525
- **seconds** (*Optional*): Seconds between updates to Duck DNS.

0 commit comments

Comments
 (0)