🚜 Merges/Redirect Luftdaten component pages (#8527)

This commit is contained in:
Klaas Schoute 2019-02-13 13:20:38 +01:00 committed by Franck Nijhof
parent 9e33d9749a
commit 94aef9d414
2 changed files with 14 additions and 24 deletions

View File

@ -8,10 +8,14 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: luftdaten.png logo: luftdaten.png
ha_category: Health ha_category:
- Health
- Sensor
ha_release: 0.82 ha_release: 0.82
ha_iot_class: "Cloud Polling" ha_iot_class: "Cloud Polling"
ha_qa_scale: gold 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. 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 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/). - 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 %} ## {% linkable_title COnfiguration via the frontend %}
Menu: **Configuration** -> **Integrations** Menu: **Configuration** -> **Integrations**
Configure the integration: Configure the integration:
* Enter the **Sensor ID** - Enter the **Sensor ID**
* Choose if you want to show the sensor's location on the map. - Choose if you want to show the sensor's location on the map.
## {% linkable_title Manual Configuration %} ## {% linkable_title Manual Configuration %}
@ -90,7 +93,7 @@ $ curl https://api.luftdaten.info/v1/sensor/[sensorid]/
## {% linkable_title Full example %} ## {% 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`. This example would use the sensor with the ID 155, show it on the `map` and would monitor `temperature` and `humidity`.
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
luftdaten: luftdaten:
@ -101,3 +104,9 @@ luftdaten:
- temperature - temperature
- humidity - 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.

View File

@ -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.