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.