From 0a043443d915bcdd778de8c3ffa19f392914ed21 Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Fri, 24 Mar 2023 15:10:31 -0700 Subject: [PATCH] Change Weather from OWM to NWS --- packages/weather/weather.yaml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/weather/weather.yaml b/packages/weather/weather.yaml index 74040ea..dba3834 100644 --- a/packages/weather/weather.yaml +++ b/packages/weather/weather.yaml @@ -5,31 +5,31 @@ recorder: include: entities: - - sensor.owm_humidity - - sensor.owm_temperature - - sensor.owm_dew_point - - sensor.owm_pressure - - sensor.owm_wind_bearing - - sensor.owm_wind_speed + - sensor.klgb_relative_humidity + - sensor.klgb_temperature + - sensor.klgb_dew_point + - sensor.klgb_barometric_pressure + - sensor.klgb_wind_direction + - sensor.klgb_wind_speed exclude: domains: - weather entity_globs: - - sensor.owm_* + - sensor.klgb_* # ----------------------------------------------------------------------------- # 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 + - sensor.klgb_relative_humidity + - sensor.klgb_temperature + - sensor.klgb_dew_point + - sensor.klgb_barometric_pressure + - sensor.klgb_wind_direction + - sensor.klgb_wind_speed exclude: domains: - weather entity_globs: - - sensor.owm_* + - sensor.klgb_*