home-assistant.io/source/_lovelace/weather-forecast.markdown
Fabian Affolter 4c0d2624d7
Fix configuration descriptions (#5721)
* Fix configuration descriptions

* Fix syntax

* Minor changes

* Other fixes

* Update configuration description

* Check syntax

* Remove {% configuration %}
2018-07-09 22:28:48 +02:00

845 B

layout, title, sidebar_label, description, date, sidebar, comments, sharing, footer
layout title sidebar_label description date sidebar comments sharing footer
page Weather Forecast Card Weather Forecast The Weather card allows you a visual card to display the weather. 2018-07-01 10:28 +00:00 true false true true

The weather forecast is a card to display the weather. Very useful to include on interfaces that people display on the wall.

Screenshot of the weather card Screenshot of the weather card.

{% configuration %} type: required: true description: weather-forecast type: string entity: required: true description: "The entity_id of the weather platform to use." type: string {% endconfiguration %}

{% linkable_title Example %}

- type: weather-forecast
  entity: weather.demo_weather_north