Created
December 5, 2018 18:09
-
-
Save Snipercaine/e7b22e5090185181fa41d6e616422401 to your computer and use it in GitHub Desktop.
My_HA_dashboard.dash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
## Main arguments, all optional | |
## | |
title: Main Panel | |
widget_dimensions: [120, 120] | |
widget_size: [1, 1] | |
widget_margins: [5, 5] | |
columns: 10 | |
global_parameters: | |
use_comma: 0 | |
precision: 1 | |
use_hass_icon: 1 | |
clock: | |
widget_type: clock | |
widget_style: "font-size: 200%;" | |
time_style: "color: yellow;" | |
date_style: "color: cornflowerblue" | |
weather_frame: | |
widget_type: iframe | |
title: Radar | |
refresh: 300 | |
frame_style: "" | |
img_list: | |
- https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?url=https://icons.wxug.com/data/weather-maps/radar/united-states/provo-utah-region-current-radar-animation.gif&container=focus&refresh=240&resize_h=640&resize_h=640 | |
traffic: | |
widget_type: iframe | |
title: Traffic | |
refresh: 60 | |
frame_style: "" | |
img_list: | |
- http://udottraffic.utah.gov/1_devices/aux16543.jpeg | |
- http://udottraffic.utah.gov/1_devices/aux16541.jpeg | |
- http://udottraffic.utah.gov/1_devices/aux16529.jpeg | |
- http://udottraffic.utah.gov/1_devices/aux90.jpeg | |
#office_light: | |
# widget_type: switch | |
# entity: switch.office_light | |
# title: Throne Room | |
# title_style: "color: yellow; font-size: 150%;" | |
# widget_style: "background: blue" | |
# icon_on: mdi-emoticon-cool | |
# icon_off: mdi-emoticon-dead | |
cameras: | |
widget_type: navigate | |
title: House Cameras | |
dashboard: Cameras | |
skin: obsidian | |
volumio: | |
widget_type: navigate | |
title: Music Player | |
dashboard: Music | |
skin: obsidian | |
alarm: | |
widget_type: alarm | |
entity: alarm_control_panel.alarm | |
title: Alarm | |
title2: Tap to enter Code | |
layout: | |
- alarm, cover.double, switch.front_porch, switch.back_porch, switch.side_porch, sensor.yr_temperature, climate.main_floor_ac, climate.upstairs_ac, clock (2x2) | |
- device_tracker.mom, cover.test, switch.office_light, switch.office_crown, switch.office_fan, switch.master_crown, switch.master_fan, switch.master_lights | |
- device_tracker.drzzs, device_tracker.jackson_aden, switch.theater, switch.88800443bcddc2e42e95, input_select.all_leds, light.holiday_lights, light.tree_lights, switch.office_lock, input_boolean.sunday_music, input_boolean.country_music | |
- input_boolean.dinner_time, weather_frame (3x2), traffic (2x2), sensor.adensville_charging_status, sensor.energy_generation, input_boolean.kids_bop, input_boolean.rock_music | |
- input_boolean.bedtime, switch.girls_sun, switch.girls_fan, switch.girls_lights, volumio | |
- input_boolean.fhe, switch.boys_bathroom_lock, switch.boys_sun, switch.boys_fan, switch.boys_lights, light.boys_closet, switch.boys_shower, switch.boys_bathroom, switch.upstairs_hall, switch.toy_room |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment