mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 10:57:43 +00:00
Move config out of subfolder
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
bedroom_humidity_card:
|
||||
card:
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: custom:decluttering-card
|
||||
template: climate_card
|
||||
variables:
|
||||
- main_entity: sensor.bedroom_weather_humidity
|
||||
- left_entity: sensor.bedroom_weather_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
|
||||
Reference in New Issue
Block a user