Skip to content

Commit

Permalink
fixup! fixup! fixup! Show air quality data in climate dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-V committed Aug 11, 2024
1 parent 8fc4141 commit 6d7b238
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions dashboards/views/climate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "House"
cards:
- !include ../cards/climate-overview.yaml

- type: "conditional"
conditions:
- entity: "binary_sensor.winter_credit_enabled"
Expand All @@ -15,6 +16,40 @@
- entity: "sensor.winter_credit_baseline_climate_preset"
name: "Baseline manipulation"

- type: gauge
entity: sensor.lounge_airthings_co2
needle: true
severity:
green: 0
yellow: 800
red: 1000
- type: gauge
entity: sensor.lounge_airthings_voc
needle: true
severity:
green: 0
yellow: 250
red: 2000

- type: custom:mini-graph-card
entities:
- sensor.lounge_airthings_radon_1_day_average
- sensor.lounge_airthings_radon_longterm_average
name: Radon
icon: mdi:radioactive
hours_to_show: 168
points_per_hour: 0.25
show:
labels: true
color_thresholds:
- value: 0
color: "#05a34a"
- value: 100
color: "#ffcc00"
- value: 150
color: "#be0000"


- type: "vertical-stack"
title: "Heat pump"
cards:
Expand Down

0 comments on commit 6d7b238

Please sign in to comment.