Informationswidgets
Label und Clock
label zeigt Friendly Name, Zustand und optional die 24-Stunden-Historie. Optionen: entity/entity_id, title, icon, unit, decimals, prefix, suffix, ranges mit min, max, state, fgcolor, bgcolor, icon. clock/datetime bietet time_format (Standard HH:mm), date_format, locale, icon, padding_horizontal und padding_vertical; Formate folgen Java SimpleDateFormat.
{"id":"temperature","type":"label","entity":"sensor.outdoor_temperature","title":"Außen","unit":"°C","decimals":1,"ranges":[{"max":0,"bgcolor":"#1976d2"},{"min":25,"bgcolor":"#ffb74d"}]}
Calendar
calendar unterstützt agenda, day, week, month, Bearbeiten und Löschen. Optionen: title, view, available_views/views, show_view_switcher, agenda_days, day_start_hour, content_height, fit_tab_height, fit_tab_bottom_margin, month_scale_to_fit, month_day_action (popup/day), read_only, allow_event_creation, allow_event_editing, allow_event_deletion sowie jeweilige enable_*-Aliase. calendars/entities enthält Entity-Strings oder Objekte mit entity, name, color, writable, supported_features.
{"id":"family","type":"calendar","view":"month","fit_tab_height":true,"calendars":[{"entity":"calendar.family","name":"Familie","color":"#4285f4"}]}
History Graph
history_graph, sensor_graph und graph zeigen eine numerische Entity. Optionen: title, icon, show_icon, show_title, show_value, time_range/range mit m, h, d, w, alternativ hours, refresh_minutes, unit, decimals, color/line_color, background_color, fill, fill_alpha, stroke_width, chart_height, min_value, max_value. Ohne Recorder-Daten bleibt nur der aktuelle Wert.
Mini Graph Card
Aliase sind mini_graph, mini_graph_card, mini-graph-card, custom:mini-graph-card. entity oder entities akzeptiert Strings und Objekte mit entity, name, unit, color, show_line, show_fill, show_points. Globale Optionen: name, icon, hours_to_show, update_interval, height, line_width, line_color, color_thresholds, points_per_hour, aggregate_func (avg, median, min, max, first, last, sum), lower_bound, upper_bound, smoothing, group, decimals, unit und show mit name, icon, state, legend, fill, points, labels, extrema, graph (line/bar).
Horizon Card
horizon_card, horizon, sun_card, custom:horizon-card berechnen Sonne und Mond lokal. Optionen: title, moon, sun, graph, sunrise_sunset_lines, graph_height, refresh_period, southern_flip, language, time_format, optional latitude, longitude, elevation, time_zone, now. fields steuert sunrise, sunset, dawn, noon, dusk, azimuth, sun_azimuth, moon_azimuth, elevation, sun_elevation, moon_elevation, moonrise, moonset, moon_phase.
Weather Chart
weather_chart, weather_chart_card, custom:weather-chart-card verwenden weather.* und HA-Forecasts. Hauptoptionen: title, show_main, show_temperature, show_current_condition, show_description, show_attributes, show_time, show_time_seconds, show_day, show_date, show_humidity, show_pressure, show_precipitation, show_uv, show_wind_direction, show_wind_speed, show_sun, show_feels_like, show_dew_point, show_wind_gust_speed, show_visibility, show_last_changed, use_12hour_format, locale, autoscroll, animated_icons, icon_style, icons_size, current_temp_size, time_size, day_date_size.
Unter forecast: type (daily/hourly), style, chart_height, number_of_forecasts, labels_font_size, round_temp, temperature1_color, temperature2_color, precipitation_color, chart_datetime_color, chart_text_color, precipitation_type, show_probability, precip_bar_size, condition_icons, show_wind_forecast, disable_animation. units.speed akzeptiert km/h, m/s, mph, Bft; units.pressure akzeptiert hPa, mmHg, inHg. Externe Icons/CDNs werden nicht benötigt.