home-assistant.io/source/_lovelace/weather-forecast.markdown

1.1 KiB

title, sidebar_label, description
title sidebar_label description
Weather Forecast Card Weather Forecast The Weather Forecast card displays the weather. Very useful to include on interfaces that people display on the wall.

The Weather Forecast card displays 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 theme: required: false description: "Set to any theme within themes.yaml" type: string {% endconfiguration %}

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