mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-28 13:57:04 +00:00

* Clarify what components work with weather-card The weathe card only works with weather components, not weather sensors - a fact that seems to be causing a bit of confusion judging from the frequent questions on discord. I know it took me a while to figure out... I hope I used the correct nomenclature. * Minor fixes.
1.1 KiB
1.1 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.
{% 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
This card works only with platforms that define a `weather` entity.
E.g., it works with Dark Sky but not Dark Sky Sensor