diff --git a/source/_components/sensor.luftdaten.markdown b/source/_components/sensor.luftdaten.markdown index 6417ee5e0a5..a5d701feb5b 100644 --- a/source/_components/sensor.luftdaten.markdown +++ b/source/_components/sensor.luftdaten.markdown @@ -60,8 +60,17 @@ sensor: description: Display the humidity from the sensor. pressure: description: Display the pressure from the sensor. + show_on_map: + description: Option to show the position of the sensor on the map. + required: optional + default: false + type: boolean {% endconfiguration %} +

+If you set `show_on_map` to `True` then the location attributes are named `latitude` and `longitude`. The default name of the location attributes is `lat` and `long` to avoid showing them on the map. +

+ 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