From 1288755f7bfb56ae1320f8ed01e2aadecedc2712 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Mon, 25 Feb 2019 17:26:00 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9C=20Merges/Redirect=20SMHI=20compone?= =?UTF-8?q?nt=20pages=20(#8731)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_components/smhi.markdown | 10 +++++++++- source/_components/weather.smhi.markdown | 20 -------------------- 2 files changed, 9 insertions(+), 21 deletions(-) delete mode 100644 source/_components/weather.smhi.markdown diff --git a/source/_components/smhi.markdown b/source/_components/smhi.markdown index a3b1f87e20d..d9f03f22d95 100644 --- a/source/_components/smhi.markdown +++ b/source/_components/smhi.markdown @@ -8,13 +8,21 @@ comments: false sharing: true footer: true logo: smhi.png -ha_category: Hub +ha_category: + - Hub + - Weather ha_release: 0.81 ha_iot_class: "Cloud Polling" +redirect_from: + - /components/weather.smhi/ --- The `smhi` component adds support for the [SMHI.se](https://www.smhi.se/) web service as a source for meteorological data for your location. +There is currently support for the following device types within Home Assistant: + +- Weather + ## {% linkable_title Configuration %} The SMHI weather service is free under the Creative Commons Attribution 4.0, international license. Weather data will be pulled once every 30 minutes. diff --git a/source/_components/weather.smhi.markdown b/source/_components/weather.smhi.markdown deleted file mode 100644 index f06d56635d6..00000000000 --- a/source/_components/weather.smhi.markdown +++ /dev/null @@ -1,20 +0,0 @@ ---- -layout: page -title: "SMHI Weather" -description: "Instructions on how to integrate SMHI forecasts within Homeassistant." -date: 2018-09-23 20:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: smhi.png -ha_category: Weather -ha_release: 0.81 -ha_iot_class: "Cloud Polling" ---- - -The `smhi` platform uses the [SMHI.se](https://www.smhi.se/) web service as a source for meteorological data for your location. - -## {% linkable_title Configuration %} - -Please see the [component](/components/smhi/) documentation for details and configuration.