mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Weather Card: Recent Updates (#13395)
This commit is contained in:
parent
3b804745bf
commit
1a58a3d9b9
@ -30,6 +30,11 @@ show_forecast:
|
|||||||
description: Show next hours/days forecast.
|
description: Show next hours/days forecast.
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
|
secondary_info_attribute:
|
||||||
|
required: false
|
||||||
|
description: Which attribute to display under the temperature.
|
||||||
|
type: boolean
|
||||||
|
default: Defaults to Extrema if Available, if not available then Precipitation and if precipitation isn't available then Humidity.
|
||||||
theme:
|
theme:
|
||||||
required: false
|
required: false
|
||||||
description: "Set to any theme within `themes.yaml`"
|
description: "Set to any theme within `themes.yaml`"
|
||||||
@ -40,13 +45,13 @@ Example
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
type: weather-forecast
|
type: weather-forecast
|
||||||
entity: weather.dark_sky
|
entity: weather.openweathermap
|
||||||
```
|
```
|
||||||
|
|
||||||
<div class="note">
|
<div class="note">
|
||||||
|
|
||||||
This card works only with platforms that define a `weather` entity.
|
This card works only with platforms that define a `weather` entity.
|
||||||
|
|
||||||
E.g., it works with [Dark Sky](/integrations/weather.darksky/) but not [Dark Sky Sensor](/integrations/darksky)
|
E.g., it works with [OpenWeatherMap](https://www.home-assistant.io/integrations/openweathermap/#weather) but not [OpenWeatherMap Sensor](https://www.home-assistant.io/integrations/openweathermap/#sensor)
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 8.3 KiB |
Loading…
x
Reference in New Issue
Block a user