From 99adc4d0693fffdff8e4f2bc1127764c04ebbf5c Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sun, 15 Aug 2021 20:28:57 +0200 Subject: [PATCH] Added CO2 Signal --- README.md | 1 + log/history.yaml | 3 +++ log/logbook.yaml | 3 +++ log/recorder.yaml | 3 +++ 4 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 94604189..d4728cde 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ My server is an Intel NUC (NUC5i5RYH) with [XCP-ng Hypervisor](https://xcp-ng.or * Create Users/People * Configure the following integrations using UI: * Certificate Expiry + * CO2 Signal * Google Calendar * Google Cast * HACS diff --git a/log/history.yaml b/log/history.yaml index 8ce82eb2..7a12a75c 100644 --- a/log/history.yaml +++ b/log/history.yaml @@ -64,6 +64,9 @@ exclude: - sensor.canon_tr8500_series_cyan - sensor.canon_tr8500_series_magenta - sensor.canon_tr8500_series_yellow + # CO2 + - sensor.co2_intensity + - sensor.grid_fossil_fuel_percentage domains: - automation - calendar diff --git a/log/logbook.yaml b/log/logbook.yaml index 5b2f0928..61641e85 100644 --- a/log/logbook.yaml +++ b/log/logbook.yaml @@ -64,6 +64,9 @@ exclude: - sensor.canon_tr8500_series_cyan - sensor.canon_tr8500_series_magenta - sensor.canon_tr8500_series_yellow + # CO2 + - sensor.co2_intensity + - sensor.grid_fossil_fuel_percentage domains: - automation - calendar diff --git a/log/recorder.yaml b/log/recorder.yaml index d0201ad2..db392960 100644 --- a/log/recorder.yaml +++ b/log/recorder.yaml @@ -66,6 +66,9 @@ exclude: - sensor.canon_tr8500_series_cyan - sensor.canon_tr8500_series_magenta - sensor.canon_tr8500_series_yellow + # CO2 + - sensor.co2_intensity + #- sensor.grid_fossil_fuel_percentage domains: - automation - calendar -- 2.47.3