weather.* entity and display them alongside your events. Current conditions and today’s temperature appear in the card header, and per-day forecast icons appear in Month day cells and in the Agenda view.
Weather Forecast
The entity ID of a Home Assistant
weather.* entity. When set, the card:- Reads current conditions (state and temperature) directly from the entity for the header summary.
- Subscribes to daily forecasts through Home Assistant’s live forecast API and renders an MDI weather icon plus high/low temperatures for each day.
weather.home, weather.openweathermap, weather.met_no.Requirements
To display weather data you need:- A weather integration installed and configured in Home Assistant — for example, Met.no, OpenWeatherMap, or AccuWeather.
- The
weather.*entity must support the daily forecast type. Home Assistant exposes this as theFORECAST_DAILYfeature on the entity. Most modern HA weather integrations support daily forecasts out of the box, but a few (especially radar-only or current-conditions-only integrations) do not.
Example
Weather icons in the card are rendered using MDI (Material Design Icons), not emoji. They scale crisply at any display size and automatically respect your card’s light or dark color scheme without any extra configuration.
Troubleshooting
Live Time Display
In addition to weather, you can display a real-time clock in the card header by pointing the card at a Home Assistant time sensor.The entity ID of a Home Assistant sensor that provides the current time as its state. The most common choice is
sensor.time, which is provided by the Time & Date integration. When set, the current time is shown in the card header and updates automatically each minute.Setting Up sensor.time
If you have not already added the Time & Date integration, enable sensor.time by adding the following to your configuration.yaml:
