Add Weather Package
This commit is contained in:
4
packages/irrigation/README.md
Normal file
4
packages/irrigation/README.md
Normal 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.
|
||||||
5
packages/weather/README.md
Normal file
5
packages/weather/README.md
Normal 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".
|
||||||
19
packages/weather/main.yaml
Normal file
19
packages/weather/main.yaml
Normal 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_*
|
||||||
Reference in New Issue
Block a user