From bc477794289ab36ad77ea4bbc3dbe94bebc66f36 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Sun, 6 Mar 2022 18:38:00 -0500 Subject: [PATCH] Since I moved to Pirate weatehr for main weather source needed to update my stats sensors. --- config/sensors/house.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/sensors/house.yaml b/config/sensors/house.yaml index 519231b..ff0b54b 100755 --- a/config/sensors/house.yaml +++ b/config/sensors/house.yaml @@ -139,7 +139,7 @@ hours: 24 - platform: statistics name: Wind Speed Stats - entity_id: sensor.nws_current_windspeed + entity_id: sensor.pirateweather_wind_speed state_characteristic: mean sampling_size: 500 - platform: statistics @@ -149,12 +149,12 @@ sampling_size: 500 - platform: statistics name: Temperature Stats - entity_id: sensor.nws_current_temperature + entity_id: sensor.pirateweather_temperature state_characteristic: mean sampling_size: 500 - platform: statistics name: Humidity Stats - entity_id: sensor.nws_current_humidity + entity_id: sensor.pirateweather_humidity state_characteristic: mean sampling_size: 500 - platform: statistics