home-automation/appdaemon/dashboards/Main.dash

78 lines
2.0 KiB
Plaintext

# Dashboard Config
title: Home
widget_dimensions: [120, 120]
widget_size: [1, 1]
widget_margins: [5, 5]
columns: 6
rows: 8
global_parameters:
use_comma: 0
precision: 0
use_hass_icon: 1
# Navigation
nav_weather:
widget_type: navigate
dashboard: Weather
icon_inactive: mdi-weather-sunny
widget_style: "background: MEDIUMSLATEBLUE;"
nav_entertainment:
widget_type: navigate
dashboard: Entertainment
icon_inactive: mdi-television-classic
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;"
nav_cameras:
widget_type: navigate
dashboard: Cameras
icon_inactive: mdi-cctv
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
- include: cameras
- include: entertainment
- nav_main, clock(4x1), reload
- nav_weather, current_weather(2x1), nav_entertainment, nav_desk, nav_status
- bedroom_tv(3x2), living_room_tv(3x2)
-
- camera_stairs(3x2), camera_living_room(3x2)
-
- nav_cameras, spacer(5x1)