Update Weather Sensor Logging

This commit is contained in:
2022-11-20 08:30:08 -08:00
parent 5899df15fc
commit c6a41814a3
2 changed files with 28 additions and 0 deletions

View File

@@ -3,6 +3,14 @@
# -----------------------------------------------------------------------------
# Recorder Customization
recorder:
include:
entities:
- sensor.owm_humidity
- sensor.owm_temperature
- sensor.owm_dew_point
- sensor.owm_pressure
- sensor.owm_wind_bearing
- sensor.owm_wind_speed
exclude:
domains:
- weather
@@ -12,6 +20,14 @@ recorder:
# -----------------------------------------------------------------------------
# InfluxDB Customization
influxdb:
include:
entities:
- sensor.owm_humidity
- sensor.owm_temperature
- sensor.owm_dew_point
- sensor.owm_pressure
- sensor.owm_wind_bearing
- sensor.owm_wind_speed
exclude:
domains:
- weather