Merge pull request #5711 from sjabby/patch-20

Update lovelace docs
This commit is contained in:
DubhAd 2018-07-08 21:14:20 +01:00 committed by GitHub
commit 4029add327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,13 +17,21 @@ Weather forecast is a card to display the weather. Very useful to include on int
Screenshot of the weather card.
</p>
| Name | Type | Default | Description
| ---- | ---- | ------- | -----------
| type | string | **Required** | `weather-forecast`
| entity | string | **Required** | Entity id of `weather` domain
{% linkable_title Options %}
{% configuration %}
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
- type: weather-forecast