mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-18 00:48:57 +00:00

* Fix configuration descriptions * Fix syntax * Minor changes * Other fixes * Update configuration description * Check syntax * Remove {% configuration %}
845 B
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.
{% 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