mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 07:46:52 +00:00
commit
4029add327
@ -17,13 +17,21 @@ Weather forecast is a card to display the weather. Very useful to include on int
|
|||||||
Screenshot of the weather card.
|
Screenshot of the weather card.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
| Name | Type | Default | Description
|
{% linkable_title Options %}
|
||||||
| ---- | ---- | ------- | -----------
|
|
||||||
| type | string | **Required** | `weather-forecast`
|
{% configuration %}
|
||||||
| entity | string | **Required** | Entity id of `weather` domain
|
type:
|
||||||
|
required: true
|
||||||
|
description: weather-forecast
|
||||||
|
type: string
|
||||||
|
entity:
|
||||||
|
required: true
|
||||||
|
description: "Entity id of `weather` domain"
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
|
|
||||||
**Example**
|
{% linkable_title Example %}
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- type: weather-forecast
|
- type: weather-forecast
|
||||||
|
Loading…
x
Reference in New Issue
Block a user