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_*