- Beautiful weather card with current conditions
- Yesterday's weather comparison
- Daily forecast with morning, noon, and night temperatures
- Clothing recommendations
- Multi-day forecast (expandable)
- Customizable background styles
- Fully configurable via UI or YAML
- Install the Unofficial Yerushamayim integration
- Add this repo to HACS' Custom repositories:
https://github.com/chilikla/yerushamayim-card - Download the plugin
- Add the card to your dashboard
The card now supports visual configuration! When adding the card to your dashboard:
- Click "Add Card"
- Search for "Yerushamayim Weather Card"
- Configure all options through the visual editor
You can still configure the card via YAML if preferred:
type: custom:yerushamayim-card
hide_yesterday: false # Hide yesterday's weather data (default: false)
show_cloth: false # Show clothing icons for each day part (default: false)
background_style: gradient # Card background: 'gradient', 'default', or 'transparent' (default: gradient)
show_forecast: false # Show expandable multi-day forecast (default: false)
forecast_days: 3 # Number of forecast days to show (1-7, default: 3)| Option | Type | Default | Description |
|---|---|---|---|
hide_yesterday |
boolean | false |
Hide yesterday's weather information |
show_cloth |
boolean | false |
Show clothing recommendation icons for each day part |
background_style |
string | 'gradient' |
Card background style: 'gradient' (blue gradient), 'default' (HA theme), or 'transparent' |
show_forecast |
boolean | false |
Show expandable forecast section for upcoming days |
forecast_days |
number | 3 |
Number of forecast days to display (1-7) |
- Gradient: Beautiful blue gradient background (original style)
- Default: Uses your Home Assistant theme's default card background
- Transparent: Transparent background to blend with your dashboard
Enable show_forecast to add an expandable forecast section showing:
- Temperature predictions for morning, noon, and night
- Weather status descriptions
- Optional clothing recommendations (when
show_clothis enabled) - Day names and dates
- Click the forecast header to expand/collapse
Apache-2.0. By providing a contribution, you agree the contribution is licensed under Apache-2.0. This is required for Home Assistant contributions.
