mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-15 12:34:42 +00:00
33 lines
905 B
YAML
33 lines
905 B
YAML
- type: custom:mod-card
|
|
style:
|
|
layout-card:
|
|
$:
|
|
horizontal-layout:
|
|
$:
|
|
.: |
|
|
#columns {
|
|
margin: 0 20px;
|
|
grid-gap: 20px;
|
|
}
|
|
card:
|
|
type: custom:layout-card
|
|
layout_type: custom:horizontal-layout
|
|
layout:
|
|
max_cols: 2
|
|
cards:
|
|
- type: vertical-stack
|
|
cards:
|
|
- type: custom:decluttering-card
|
|
template: media_with_controls
|
|
variables:
|
|
- player: media_player.bathroom
|
|
- player_name: Bathroom
|
|
- title: Bathroom
|
|
- type: custom:decluttering-card
|
|
template: climate_card
|
|
variables:
|
|
- title: "Climate"
|
|
- main_entity: sensor.bathroom_weather_temperature
|
|
- left_entity: sensor.bathroom_weather_humidity
|
|
- right_entity: sensor.bathroom_weather_pressure
|