Add Weather Package

This commit is contained in:
2022-05-04 11:42:03 -07:00
parent 65e9937652
commit 932db2bbc0
3 changed files with 28 additions and 0 deletions

View File

@@ -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.

View File

@@ -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".

View File

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