mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
32 lines
970 B
YAML
32 lines
970 B
YAML
bedroom_climate_card:
|
|
card:
|
|
type: vertical-stack
|
|
cards:
|
|
- type: custom:decluttering-card
|
|
template: climate_card
|
|
variables:
|
|
- main_entity: sensor.bedroom_weather_temperature
|
|
- main_name: Humidity
|
|
- left_entity: sensor.bedroom_weather_humidity
|
|
- left-name: Temperature
|
|
- right_entity: sensor.bedroom_weather_pressure
|
|
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: "custom:mini-graph-card"
|
|
name: Air Quality
|
|
entities:
|
|
- sensor.purifier_air_quality
|
|
font_size: 75
|
|
line_color: "var(--color-blue)"
|
|
line_width: 6
|
|
hours_to_show: 72
|
|
- type: "custom:mini-graph-card"
|
|
name: Allergens
|
|
entities:
|
|
- sensor.purifier_allergens
|
|
font_size: 75
|
|
line_color: "var(--color-blue)"
|
|
line_width: 6
|
|
hours_to_show: 72
|