home-automation/appdaemon/dashboards/Main_Mobile.dash

96 lines
2.5 KiB
Plaintext

# Dashboard Config
title: Home
widget_dimensions: [120, 120]
widget_size: [1, 1]
widget_margins: [5, 5]
columns: 3
rows: 13
global_parameters:
use_comma: 0
precision: 0
use_hass_icon: 1
nav_weather:
widget_type: navigate
dashboard: Weather_Mobile
icon_inactive: mdi-weather-sunny
widget_style: "background: MEDIUMSLATEBLUE;"
nav_entertainment:
widget_type: navigate
dashboard: Entertainment_Mobile
icon_inactive: mdi-television-classic
widget_style: "background: MEDIUMSLATEBLUE;"
nav_desk:
widget_type: navigate
dashboard: Desk_Mobile
icon_inactive: mdi-desk-lamp
widget_style: "background: MEDIUMSLATEBLUE;"
nav_status:
widget_type: navigate
dashboard: Status_Mobile
icon_inactive: mdi-router-wireless-settings
widget_style: "background: MEDIUMSLATEBLUE;"
nav_cameras:
widget_type: navigate
dashboard: Cameras_Mobile
icon_inactive: mdi-cctv
widget_style: "background: MEDIUMSLATEBLUE;"
nav_sensors:
widget_type: navigate
dashboard: Sensors_Mobile
icon_inactive: mdi-gauge
widget_style: "background: MEDIUMSLATEBLUE;"
nav_desktop:
widget_type: navigate
dashboard: Main
icon_inactive: mdi-laptop-chromebook
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
- include: tracked_devices
- nav_main_mobile, spacer, reload
- nav_desktop, clock(2x1)
- nav_weather, current_weather(2x1)
- nav_desk, tracked_device_1, tracked_device_2
- nav_sensors, nav_cameras, nav_status
- bedroom_tv(3x2)
-
- living_room_tv(3x2)
-
- camera_stairs(3x2)
-
- camera_living_room(3x2)
-