mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-05 08:44:24 +00:00
35 lines
957 B
YAML
35 lines
957 B
YAML
- type: custom:mod-card
|
|
style:
|
|
layout-card:
|
|
$:
|
|
.: |
|
|
#columns {
|
|
padding: 0 10px;
|
|
}
|
|
#columns .column {
|
|
padding: 0 10px;
|
|
}
|
|
card:
|
|
type: custom:layout-card
|
|
layout: horizontal
|
|
max_columns: 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: entities
|
|
entities:
|
|
- input_number.bathroom_high_volume
|
|
- 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
|