# Dashboard Config title: Home widget_dimensions: [120, 120] widget_size: [1, 1] widget_margins: [5, 5] columns: 4 rows: 4 global_parameters: use_comma: 0 precision: 0 use_hass_icon: 1 # Navigation nav_weather: widget_type: navigate dashboard: Weather icon_inactive: mdi-arrow-right-bold-outline widget_style: "background: MEDIUMSLATEBLUE;" nav_desk: widget_type: navigate dashboard: Desk icon_inactive: mdi-desk-lamp widget_style: "background: MEDIUMSLATEBLUE;" nav_status: widget_type: navigate dashboard: Status icon_inactive: mdi-router-wireless-settings widget_style: "background: MEDIUMSLATEBLUE;" # Widgets current_weather: widget_type: weather show_forecast: 0 prefer_icons: 1 forecast_title: Tomorrow sensors: icon: sensor.dark_sky_icon temperature: sensor.dark_sky_temperature apparent_temperature: sensor.dark_sky_apparent_temperature precip_probability: sensor.dark_sky_precip_probability precip_intensity: sensor.dark_sky_precip_intensity precip_type: sensor.dark_sky_precip forecast_icon: sensor.dark_sky_icon_1d forecast_temperature_min: sensor.dark_sky_overnight_low_temperature_1d forecast_temperature_max: sensor.dark_sky_daytime_high_temperature_1d forecast_precip_probability: sensor.dark_sky_precip_probability_12h forecast_precip_type: "" wind_bearing: "" wind_speed: "" pressure: "" # Layout layout: - include: header - nav_main, clock(2x1), reload - current_weather(3x1), nav_weather - nav_desk, spacer(2x1), nav_status