mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +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.
|
||||
type: boolean
|
||||
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:
|
||||
required: false
|
||||
description: "Set to any theme within `themes.yaml`"
|
||||
@ -40,13 +45,13 @@ Example
|
||||
|
||||
```yaml
|
||||
type: weather-forecast
|
||||
entity: weather.dark_sky
|
||||
entity: weather.openweathermap
|
||||
```
|
||||
|
||||
<div class="note">
|
||||
|
||||
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>
|
||||
|
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