From 94aef9d4143d67c247719cbf2458dfc976c1e46e Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Wed, 13 Feb 2019 13:20:38 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9C=20Merges/Redirect=20Luftdaten=20co?= =?UTF-8?q?mponent=20pages=20(#8527)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_components/luftdaten.markdown | 19 ++++++++++++++----- source/_components/sensor.luftdaten.markdown | 19 ------------------- 2 files changed, 14 insertions(+), 24 deletions(-) delete mode 100644 source/_components/sensor.luftdaten.markdown diff --git a/source/_components/luftdaten.markdown b/source/_components/luftdaten.markdown index fd42e5f77a3..fe800393d68 100644 --- a/source/_components/luftdaten.markdown +++ b/source/_components/luftdaten.markdown @@ -8,10 +8,14 @@ comments: false sharing: true footer: true logo: luftdaten.png -ha_category: Health +ha_category: + - Health + - Sensor ha_release: 0.82 ha_iot_class: "Cloud Polling" ha_qa_scale: gold +redirect_from: + - /components/sensor.luftdaten/ --- The `luftdaten` component will query the open data API of [luftdaten.info](http://luftdaten.info) to monitor air quality and other weather data from a specific (self build) sensor station. @@ -21,15 +25,14 @@ The `luftdaten` component will query the open data API of [luftdaten.info](http: - To get the ID of a particle sensor you need to select it on the [Feinstaub map](http://deutschland.maps.luftdaten.info/) and find it in the sidebar (Column "Sensor ID"). - To get the ID of a temperature/humidity sensor you need to find it on the map hosted on [Madavi](https://www.madavi.de/sensor/feinstaub-map-dht/). - ## {% linkable_title COnfiguration via the frontend %} Menu: **Configuration** -> **Integrations** Configure the integration: -* Enter the **Sensor ID** -* Choose if you want to show the sensor's location on the map. +- Enter the **Sensor ID** +- Choose if you want to show the sensor's location on the map. ## {% linkable_title Manual Configuration %} @@ -90,7 +93,7 @@ $ curl https://api.luftdaten.info/v1/sensor/[sensorid]/ ## {% linkable_title Full example %} This example would use the sensor with the ID 155, show it on the `map` and would monitor `temperature` and `humidity`. - + ```yaml # Example configuration.yaml entry luftdaten: @@ -101,3 +104,9 @@ luftdaten: - temperature - humidity ``` + +## {% linkable_title Sensor %} + +The `luftdaten` sensor platform will query the open data API of [luftdaten.info](http://luftdaten.info) to monitor air quality and other weather data from a specific (self build) sensor station. + +You must have the `luftdaten` component (from above) configured to use this platform. After configuring that component, sensors will automatically appear. diff --git a/source/_components/sensor.luftdaten.markdown b/source/_components/sensor.luftdaten.markdown deleted file mode 100644 index 86e59b5e006..00000000000 --- a/source/_components/sensor.luftdaten.markdown +++ /dev/null @@ -1,19 +0,0 @@ ---- -layout: page -title: "Luftdaten Sensor" -description: "Instructions on how to setup Luftdaten sensor in Home Assistant." -date: 2017-11-01 00:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: luftdaten.png -ha_category: Health -ha_release: 0.57 -ha_iot_class: "Cloud Polling" -ha_qa_scale: gold ---- - -The `luftdaten` sensor platform will query the open data API of [luftdaten.info](http://luftdaten.info) to monitor air quality and other weather data from a specific (self build) sensor station. - -You must have the [`luftdaten` component](/components/luftdaten/) configured to use this platform. After configuring that component, sensors will automatically appear.