mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-13 19:54:42 +00:00
Humidity card
This commit is contained in:
@@ -89,7 +89,7 @@ cards:
|
||||
- sensor.bedroom_right_window_power
|
||||
|
||||
- type: custom:decluttering-card
|
||||
template: bedroom_climate_card
|
||||
template: bedroom_temperature_card
|
||||
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
|
||||
@@ -0,0 +1,42 @@
|
||||
bedroom_humidity_card:
|
||||
card:
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: "custom:mini-graph-card"
|
||||
animate: true
|
||||
line_width: 3
|
||||
points_per_hour: 1
|
||||
show:
|
||||
average: true
|
||||
extrema: true
|
||||
entities:
|
||||
- entity: sensor.bedroom_weather_humidity
|
||||
name: Humidity
|
||||
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: "custom:mini-graph-card"
|
||||
name: Temperature
|
||||
font_size: 75
|
||||
icon: "mdi:thermometer"
|
||||
line_color: green
|
||||
line_width: 8
|
||||
entities:
|
||||
- sensor.bedroom_weather_temperature
|
||||
|
||||
- type: "custom:mini-graph-card"
|
||||
name: Pressure
|
||||
entities:
|
||||
- sensor.bedroom_weather_pressure
|
||||
font_size: 75
|
||||
line_color: var(--accent-color)
|
||||
line_width: 8
|
||||
|
||||
- type: "custom:mini-graph-card"
|
||||
name: Air Quality
|
||||
font_size: 75
|
||||
icon: "mdi:weather-windy"
|
||||
line_color: "#e74c3c"
|
||||
line_width: 8
|
||||
entities:
|
||||
- sensor.purifier_air_quality
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
bedroom_climate_card:
|
||||
bedroom_temperature_card:
|
||||
card:
|
||||
type: vertical-stack
|
||||
cards:
|
||||
@@ -205,7 +205,14 @@ sensor.bedroom_weather_temperature:
|
||||
style: *broad_popup_style
|
||||
card:
|
||||
type: custom:decluttering-card
|
||||
template: bedroom_climate_card
|
||||
template: bedroom_temperature_card
|
||||
|
||||
sensor.bedroom_weather_humidity:
|
||||
title: Bedroom climate
|
||||
style: *broad_popup_style
|
||||
card:
|
||||
type: custom:decluttering-card
|
||||
template: bedroom_humidity_card
|
||||
|
||||
fan.philips_airpurifier:
|
||||
title: Bedroom air
|
||||
|
||||
Reference in New Issue
Block a user