Remove indent

This commit is contained in:
Fabian Affolter 2019-05-05 10:12:20 +02:00
parent a8a046b814
commit b712202986
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -85,50 +85,50 @@ sensor:
``` ```
{% configuration %} {% configuration %}
api_key: api_key:
description: Your API key for OpenWeatherMap. description: Your API key for OpenWeatherMap.
required: true required: true
type: string type: string
name: name:
description: Additional name for the sensors. Default to platform name. description: Additional name for the sensors. Default to platform name.
required: false required: false
default: OWM default: OWM
type: string type: string
forecast: forecast:
description: Enables the forecast. The default is to display the current conditions. description: Enables the forecast. The default is to display the current conditions.
required: false required: false
default: false default: false
type: string type: string
language: language:
description: The language in which you want text results to be returned. It's a two-characters string, e.g., `en`, `es`, `ru`, `it`, etc. description: The language in which you want text results to be returned. It's a two-characters string, e.g., `en`, `es`, `ru`, `it`, etc.
required: false required: false
default: en default: en
type: string type: string
monitored_conditions: monitored_conditions:
description: Conditions to display in the frontend. description: Conditions to display in the frontend.
required: true required: true
type: list type: list
keys: keys:
weather: weather:
description: A human-readable text summary. description: A human-readable text summary.
temperature: temperature:
description: The current temperature. description: The current temperature.
wind_speed: wind_speed:
description: The wind speed. description: The wind speed.
wind_bearing: wind_bearing:
description: The wind bearing. description: The wind bearing.
humidity: humidity:
description: The relative humidity. description: The relative humidity.
pressure: pressure:
description: The sea-level air pressure in millibars. description: The sea-level air pressure in millibars.
clouds: clouds:
description: Description about cloud coverage. description: Description about cloud coverage.
rain: rain:
description: The rain volume. description: The rain volume.
snow: snow:
description: The snow volume. description: The snow volume.
weather_code: weather_code:
description: The current weather condition code. description: The current weather condition code.
{% endconfiguration %} {% endconfiguration %}
Details about the API are available in the [OpenWeatherMap documentation](http://openweathermap.org/api). Details about the API are available in the [OpenWeatherMap documentation](http://openweathermap.org/api).