home-assistant.io/source/_lovelace/weather-forecast.markdown
thomasvs 55f64cb44d Align example with documentation by using dark sky in both locations (#7718)
The note talks about dark sky, so people will be nudged to set up dark sky.  Make it easy for them by matching the example to that choice.
2018-12-04 17:41:47 +01:00

1.2 KiB

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 name: required: false description: Overwrites the friendly name. type: string default: Entity Name {% endconfiguration %}

{% linkable_title Example %}

- type: weather-forecast
  entity: weather.dark_sky

This card works only with platforms that define a `weather` entity.

E.g., it works with Dark Sky but not Dark Sky Sensor