mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-13 19:54:42 +00:00
55 lines
1.5 KiB
YAML
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
|