mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
parent
dda1f6539a
commit
f4972973e0
@ -45,16 +45,6 @@ sensor:
|
|||||||
required: false
|
required: false
|
||||||
default: Luftdaten Sensor
|
default: Luftdaten Sensor
|
||||||
type: string
|
type: string
|
||||||
resource:
|
|
||||||
description: The URL of the API endpoint. Usually this has not to be changed.
|
|
||||||
required: false
|
|
||||||
default: https://api.luftdaten.info/v1/sensor/
|
|
||||||
type: string
|
|
||||||
verify_ssl:
|
|
||||||
description: Verify SSL connection.
|
|
||||||
required: false
|
|
||||||
default: true
|
|
||||||
type: boolean
|
|
||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
description: A list of conditions you want to monitor.
|
description: A list of conditions you want to monitor.
|
||||||
required: true
|
required: true
|
||||||
@ -65,8 +55,15 @@ sensor:
|
|||||||
P2:
|
P2:
|
||||||
description: Show the particle sensors (particles 2.5 microns and below).
|
description: Show the particle sensors (particles 2.5 microns and below).
|
||||||
temperature:
|
temperature:
|
||||||
description: Display the temperature from a weather sensor.
|
description: Display the temperature from the sensor.
|
||||||
humidity:
|
humidity:
|
||||||
description: Display the humidity from a weather sensor.
|
description: Display the humidity from the sensor.
|
||||||
|
pressure:
|
||||||
|
description: Display the pressure from the sensor.
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
|
Not all sensors provide all conditions. Also, it's possible that the sensor values are not available all the time. To check what a sensor is publishing use `curl`:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ curl https://api.luftdaten.info/v1/sensor/[sensorid]/
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user