From e91c3d82745a66592becc216a6d1a5015ea85304 Mon Sep 17 00:00:00 2001 From: Tom Matheussen Date: Mon, 1 Oct 2018 15:27:24 +0200 Subject: [PATCH] Fixed IoT class link to blog (#99) --- docs/documentation_create_page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation_create_page.md b/docs/documentation_create_page.md index 285cf80b..86bf285e 100644 --- a/docs/documentation_create_page.md +++ b/docs/documentation_create_page.md @@ -37,7 +37,7 @@ Additional keys for the file header: - `logo`: Please check the separate section below. - `ha_release`: The release when the intregration was included, e.g., "0.38". If the current release is 0.37, make `ha_release` 0.38. If it's 0.30 or 0.40 please quote it with `" "`. - `ha_category`: This entry is used to group the integration on the [Components overview](https://www.home-assistant.io/components/). -- `ha_iot_class`: [IoT class(/blog/2016/02/12/classifying-the-internet-of-things) is the classifier for the device's behavior. +- `ha_iot_class`: [IoT class](https://www.home-assistant.io/blog/2016/02/12/classifying-the-internet-of-things) is the classifier for the device's behavior. - `ha_qa_scale`: [Quality scale](https://www.home-assistant.io/docs/quality_scale/) is the representation of the integration's quality. There are [pre-definied variables](https://jekyllrb.com/docs/variables/) available but usually, it's not necessary to use them when writing documentation.