Files
sarah/config/lovelace/decluttering_templates/cards/bedroom_climate_card.yaml
T
2021-10-10 19:36:19 +03:00

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