194 lines
5.7 KiB
YAML
194 lines
5.7 KiB
YAML
title: At-a-Glance
|
|
theme: dakboard-dark
|
|
views:
|
|
- title: At-a-Glance
|
|
path: at-a-glance
|
|
icon: mdi:eye-outline
|
|
theme: dakboard-dark
|
|
type: masonry
|
|
cards:
|
|
# ── Header ──
|
|
- type: markdown
|
|
content: |
|
|
# {{ now().strftime("%A, %B %d, %Y") }}
|
|
## {{ now().strftime("%I:%M %p") }}
|
|
card_mod:
|
|
style: |
|
|
ha-card {
|
|
text-align: center;
|
|
background: none;
|
|
box-shadow: none;
|
|
padding: 0 0 4px 0;
|
|
}
|
|
ha-card h1 {
|
|
font-size: 1.2em;
|
|
margin: 0;
|
|
font-weight: 300;
|
|
color: var(--secondary-text-color);
|
|
}
|
|
ha-card h2 {
|
|
font-size: 2em;
|
|
margin: 2px 0 0 0;
|
|
font-weight: 400;
|
|
}
|
|
|
|
# ── Weather Now ──
|
|
- type: weather-forecast
|
|
entity: weather.home
|
|
name: Now
|
|
show_forecast: false
|
|
show_current: true
|
|
round_temperature: true
|
|
|
|
# ── Indoor Climate ──
|
|
- type: heading
|
|
heading: Indoor Climate
|
|
heading_style: title
|
|
icon: mdi:home-thermometer-outline
|
|
|
|
- type: grid
|
|
columns: 3
|
|
square: false
|
|
cards:
|
|
- type: tile
|
|
entity: sensor.living_room_temperature
|
|
name: Living Room
|
|
icon: mdi:sofa
|
|
color: amber
|
|
- type: tile
|
|
entity: sensor.office_temperature
|
|
name: Office
|
|
icon: mdi:desk
|
|
color: teal
|
|
- type: tile
|
|
entity: sensor.bedroom_temperature
|
|
name: Master Bedroom
|
|
icon: mdi:bed
|
|
color: purple
|
|
- type: tile
|
|
entity: sensor.upstairs_temperature
|
|
name: Upstairs
|
|
icon: mdi:stairs
|
|
color: indigo
|
|
- type: tile
|
|
entity: sensor.blink_family_room_temperature
|
|
name: Family Room
|
|
icon: mdi:television
|
|
color: red
|
|
- type: tile
|
|
entity: sensor.blink_kitchen_temperature
|
|
name: Kitchen
|
|
icon: mdi:stove
|
|
color: deep-orange
|
|
|
|
# ── 3D Printer Status ──
|
|
- type: heading
|
|
heading: 3D Printers
|
|
heading_style: title
|
|
icon: mdi:printer-3d-nozzle
|
|
|
|
- type: grid
|
|
columns: 2
|
|
square: false
|
|
cards:
|
|
- type: tile
|
|
entity: binary_sensor.p1s_01p09c470102673_online
|
|
name: PrintsCharming
|
|
icon: mdi:printer-3d-nozzle
|
|
show_entity_picture: false
|
|
color: green
|
|
- type: tile
|
|
entity: binary_sensor.a1_03919d540806387_online
|
|
name: Ds-Turd-Flinger
|
|
icon: mdi:printer-3d-nozzle
|
|
show_entity_picture: false
|
|
color: green
|
|
- type: tile
|
|
entity: binary_sensor.a1mini_0309ca580403653_online
|
|
name: Polly-Pocket
|
|
icon: mdi:printer-3d-nozzle
|
|
show_entity_picture: false
|
|
color: green
|
|
- type: tile
|
|
entity: binary_sensor.constipation_orion_online
|
|
name: Constipation-Orion
|
|
icon: mdi:printer-3d-nozzle
|
|
show_entity_picture: false
|
|
color: green
|
|
- type: tile
|
|
entity: binary_sensor.jordyns_layer_slayer_online
|
|
name: Jordyn's Layer Slayer
|
|
icon: mdi:printer-3d-nozzle
|
|
show_entity_picture: false
|
|
color: green
|
|
- type: tile
|
|
entity: binary_sensor.centauri_carbon_sdcp_status
|
|
name: Centauri Carbon
|
|
icon: mdi:printer-3d-nozzle
|
|
show_entity_picture: false
|
|
color: green
|
|
|
|
# ── Litter Boxes ──
|
|
- type: heading
|
|
heading: Litter Boxes
|
|
heading_style: title
|
|
icon: mdi:cat
|
|
|
|
- type: grid
|
|
columns: 2
|
|
square: false
|
|
cards:
|
|
- type: tile
|
|
entity: binary_sensor.cat_crapper_3000_wastebin_filled
|
|
name: Cat Crapper 3000
|
|
icon: mdi:delete-empty
|
|
show_entity_picture: false
|
|
color: red
|
|
- type: tile
|
|
entity: binary_sensor.cat_crapper_3000_sand_lack
|
|
name: CC3000 Litter
|
|
icon: mdi:grain
|
|
show_entity_picture: false
|
|
color: amber
|
|
- type: tile
|
|
entity: binary_sensor.poop_box_wastebin_filled
|
|
name: Poop Box
|
|
icon: mdi:delete-empty
|
|
show_entity_picture: false
|
|
color: red
|
|
- type: tile
|
|
entity: binary_sensor.triple_threat_wastebin_filled
|
|
name: Triple Threat
|
|
icon: mdi:delete-empty
|
|
show_entity_picture: false
|
|
color: red
|
|
|
|
# ── Security ──
|
|
- type: heading
|
|
heading: Security
|
|
heading_style: title
|
|
icon: mdi:shield-home-outline
|
|
badges:
|
|
- type: entity
|
|
entity: alarm_control_panel.blink_front
|
|
name: Front
|
|
- type: entity
|
|
entity: alarm_control_panel.blink_inside
|
|
name: Inside
|
|
- type: entity
|
|
entity: alarm_control_panel.blink_garage
|
|
name: Garage
|
|
- type: entity
|
|
entity: alarm_control_panel.blink_rear
|
|
name: Rear
|
|
|
|
# ── Recent Activity ──
|
|
- type: logbook
|
|
entities:
|
|
- automation.announce_day_camp_preparation_and_pause_tv
|
|
- automation.announce_time_to_leave_for_day_camp_and_turn_off_tv
|
|
- automation.bedtime_snack_notification
|
|
- automation.chore_tracker_evening_reminder
|
|
hours_to_show: 24
|
|
title: Recent Family Activity
|