Hey there! Could you share the raw forecast data from your weather entity?
Great work! This is an amazing card.
Just one last wish: Would it be possible to show next sun set / rise times like in the custom weather card?
See picture below where custom weather card shows a one-liner with sun set/rise times fetched from sun integration. Important to point out that sun integration shows next values and if using sun2 integration you get the times for todays sun set/rise.
The closes I could get was to include custom entity attributes (sensor.sun_next_rising) to the card but this gives me two lines and worse default icons.
Hey,
is anyone know why the card is takeing so much space on the top and on the buttom?
Config
type: custom:weather-forecast-card
show_current: true
show_forecast: true
default_forecast: daily
tap_action:
action: more-info
entity: weather.123
name: 123
show_condition_effects: true
grid_options:
columns: full
use_color_thresholds: true
forecast_types: both
forecast:
mode: chart
show_sun_times: true
scroll_to_selected: true
hourly_group_size: 1
use_color_thresholds: true
show_attribute_selector: false
temperature_precision: 0
forecast_action:
tap_action:
action: toggle-forecast
current:
show_attributes: []
temperature_entity: sensor.temperatur_aussen
temperature_precision: 1
Replace
grid_options:
columns: full
with
grid_options:
columns: full
rows: auto
1 Like
worked fine! Thanks
1 Like


