mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-21 05:03:39 +00:00
Since I moved to Pirate weatehr for main weather source needed to update my stats sensors.
This commit is contained in:
@@ -139,7 +139,7 @@
|
|||||||
hours: 24
|
hours: 24
|
||||||
- platform: statistics
|
- platform: statistics
|
||||||
name: Wind Speed Stats
|
name: Wind Speed Stats
|
||||||
entity_id: sensor.nws_current_windspeed
|
entity_id: sensor.pirateweather_wind_speed
|
||||||
state_characteristic: mean
|
state_characteristic: mean
|
||||||
sampling_size: 500
|
sampling_size: 500
|
||||||
- platform: statistics
|
- platform: statistics
|
||||||
@@ -149,12 +149,12 @@
|
|||||||
sampling_size: 500
|
sampling_size: 500
|
||||||
- platform: statistics
|
- platform: statistics
|
||||||
name: Temperature Stats
|
name: Temperature Stats
|
||||||
entity_id: sensor.nws_current_temperature
|
entity_id: sensor.pirateweather_temperature
|
||||||
state_characteristic: mean
|
state_characteristic: mean
|
||||||
sampling_size: 500
|
sampling_size: 500
|
||||||
- platform: statistics
|
- platform: statistics
|
||||||
name: Humidity Stats
|
name: Humidity Stats
|
||||||
entity_id: sensor.nws_current_humidity
|
entity_id: sensor.pirateweather_humidity
|
||||||
state_characteristic: mean
|
state_characteristic: mean
|
||||||
sampling_size: 500
|
sampling_size: 500
|
||||||
- platform: statistics
|
- platform: statistics
|
||||||
|
Reference in New Issue
Block a user