Files
sarah/config/lovelace/advanced_dashboard/04_doors.yaml
T
2020-05-31 19:14:42 +03:00

55 lines
1.5 KiB
YAML

title: Doors
path: doors
icon: mdi:window-closed-variant
panel: true
cards:
- type: custom:mod-card
style:
layout-card:
$:
.: |
#columns {
padding: 0 10px;
}
#columns .column {
padding: 20px 10px;
}
card:
type: custom:layout-card
layout: horizontal
cards:
- type: vertical-stack
cards:
- type: horizontal-stack
title: Windows
cards:
- type: custom:button-card
template: default
entity: binary_sensor.living_room_right_window
name: Living room
- type: custom:button-card
template: default
entity: binary_sensor.bedroom_left_window
name: Bedroom left
- type: custom:button-card
template: default
entity: binary_sensor.bedroom_right_window
name: Bedroom right
- type: custom:button-card
template: default
entity: binary_sensor.kitchen_window
name: Kitchen
- type: horizontal-stack
title: Doors
cards:
- type: custom:button-card
template: default
entity: binary_sensor.front_door
- type: custom:button-card
template: default
entity: binary_sensor.bedroom_door