From 932db2bbc01e1ad9e41eb9eb3ef506f24db02af7 Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Wed, 4 May 2022 11:42:03 -0700 Subject: [PATCH] Add Weather Package --- packages/irrigation/README.md | 4 ++++ packages/weather/README.md | 5 +++++ packages/weather/main.yaml | 19 +++++++++++++++++++ 3 files changed, 28 insertions(+) create mode 100644 packages/irrigation/README.md create mode 100644 packages/weather/README.md create mode 100644 packages/weather/main.yaml diff --git a/packages/irrigation/README.md b/packages/irrigation/README.md new file mode 100644 index 0000000..cefa4dc --- /dev/null +++ b/packages/irrigation/README.md @@ -0,0 +1,4 @@ +# Irrigation Package + +This package contains configuration information for the Rachio irrigation system. The Rachio +integration should be set up via the Configuration UI. diff --git a/packages/weather/README.md b/packages/weather/README.md new file mode 100644 index 0000000..7302e4e --- /dev/null +++ b/packages/weather/README.md @@ -0,0 +1,5 @@ +# Irrigation Package + +This package contains configuration information for the weather forecasting in +Home Assistant. The Open Weather Map integration should be set up in the +Configuration UI with the integration name set to "owm". diff --git a/packages/weather/main.yaml b/packages/weather/main.yaml new file mode 100644 index 0000000..bf57ca8 --- /dev/null +++ b/packages/weather/main.yaml @@ -0,0 +1,19 @@ +# Weather Package + +# ----------------------------------------------------------------------------- +# Recorder Customization +recorder: + exclude: + domains: + - weather + entity_globs: + - sensor.owm_* + +# ----------------------------------------------------------------------------- +# InfluxDB Customization +influxdb: + exclude: + domains: + - weather + entity_globs: + - sensor.owm_*