
Icons are neatly animated and look great on a wall mounted tablet. This card displays information in three distinct rows: The current weather icon, the current temperature and title, The details about the current weather, The X day forecast or hourly forecast. This card will seem familiar to many people, because it’s been forked a couple of times in the community. #Configuration Example type: custom:hourly-weather entity: weather.forecast_home_hourly icons: true show_precipitation_amounts: true show_wind: barb num_segments: '14' Code language: YAML ( yaml ) Animated Weather Card
Developer: decompil3d (Jonathan Keslin). An hourly forecast entity is needed for the correct operation of this card, otherwise it would result in an error. You can change icons with text, add wind direction, speed or humidity under each segment of the bar. The hourly weather card is used to visualize upcoming weather conditions on a colored horizontal bar. #Configuration Example type: custom:simple-weather-card entity: weather.forecast_home name: Home primary_info: - wind_bearing - humidity secondary_info: - precipitation - precipitation_probability Code language: YAML ( yaml ) Souce: Github Repo simple-weather-card Hourly Weather Card It is capable of showing important weather information in a very tiny space, making it very useful for mobile phones of wall mounted dashboards. It features a very smooth, slick and minimalistic design and will not clutter your dashboard. The Simple Weather Card is developed by kalkih, the same developer who made the awesome mini-graph-card for Home Assistant. type: weather-forecast entity: weather.forecast_home secondary_info_attribute: humidity show_current: true show_forecast: true Code language: YAML ( yaml ) Simple Weather Card This card does not need to be downloaded, it’s part of the default Home Assistant configuration. It offers minimal customization, but it shows the most important weather information which is good enough for most people.
To start off this list, we must mention the official Home Assistant Weather Card. Links to their Github profiles will be left in the description, so you can support them with a cup of coffee if you want. All credit goes to the individual developers who made these awesome custom cards.