Addressing Statistics breaking changes
This commit is contained in:
parent
ae430cba26
commit
c2bc7d3132
|
@ -77,25 +77,11 @@ sensor:
|
||||||
- platform: statistics
|
- platform: statistics
|
||||||
name: Inside Humidity Stats
|
name: Inside Humidity Stats
|
||||||
entity_id: sensor.current_inside_humidity
|
entity_id: sensor.current_inside_humidity
|
||||||
|
state_characteristic: mean
|
||||||
sampling_size: 500
|
sampling_size: 500
|
||||||
|
|
||||||
- platform: template
|
- platform: template
|
||||||
sensors:
|
sensors:
|
||||||
backporch_weather:
|
|
||||||
friendly_name: Back Porch Weather
|
|
||||||
value_template: "{{ states('sensor.acurite_6045m_3078_f') | round}} °F / {{ states('sensor.acurite_6045m_3078_h') }} %"
|
|
||||||
garage_weather:
|
|
||||||
friendly_name: Garage Weather
|
|
||||||
value_template: "{{ states('sensor.acurite_tower_10968_f') | round}} °F / {{ states('sensor.acurite_tower_10968_h') }} %"
|
|
||||||
crawlspace_weather:
|
|
||||||
friendly_name: Crawlspace Weather
|
|
||||||
value_template: "{{ states('sensor.acurite_609txc_73_f') | round}} °F / {{ states('sensor.acurite_609txc_73_h') }} %"
|
|
||||||
guestbath_weather:
|
|
||||||
friendly_name: Guest Bath Weather
|
|
||||||
value_template: "{{ states('sensor.acurite_tower_10331_f') | round}} °F / {{ states('sensor.acurite_tower_10331_h') }} %"
|
|
||||||
masterbath_weather:
|
|
||||||
friendly_name: Master Bath Weather
|
|
||||||
value_template: "{{ states('sensor.acurite_tower_12580_f') | round}} °F / {{ states('sensor.acurite_tower_master_bath_h') }} %"
|
|
||||||
clothing_forecast:
|
clothing_forecast:
|
||||||
friendly_name: "Clothing Forecast"
|
friendly_name: "Clothing Forecast"
|
||||||
unit_of_measurement: ''
|
unit_of_measurement: ''
|
||||||
|
|
|
@ -68,28 +68,34 @@
|
||||||
- platform: statistics
|
- platform: statistics
|
||||||
name: Outside Temp Stats
|
name: Outside Temp Stats
|
||||||
entity_id: sensor.acurite_6045m_3078_t
|
entity_id: sensor.acurite_6045m_3078_t
|
||||||
|
state_characteristic: mean
|
||||||
sampling_size: 500
|
sampling_size: 500
|
||||||
- platform: statistics
|
- platform: statistics
|
||||||
name: Garage Temp Stats
|
name: Garage Temp Stats
|
||||||
entity_id: sensor.acurite_tower_10968_t
|
entity_id: sensor.acurite_tower_10968_t
|
||||||
|
state_characteristic: mean
|
||||||
sampling_size: 500
|
sampling_size: 500
|
||||||
|
|
||||||
- platform: statistics
|
- platform: statistics
|
||||||
entity_id: sensor.craft_room_temperature
|
entity_id: sensor.craft_room_temperature
|
||||||
name: "Craft Room Temp Sats"
|
name: "Craft Room Temp Sats"
|
||||||
|
state_characteristic: mean
|
||||||
- platform: statistics
|
- platform: statistics
|
||||||
entity_id: sensor.kitchen_temperature
|
entity_id: sensor.kitchen_temperature
|
||||||
name: "Kitchen Temp Sats"
|
name: "Kitchen Temp Sats"
|
||||||
|
state_characteristic: mean
|
||||||
- platform: statistics
|
- platform: statistics
|
||||||
entity_id: sensor.living_room_temperature
|
entity_id: sensor.living_room_temperature
|
||||||
name: "Living Room Temp Sats"
|
name: "Living Room Temp Sats"
|
||||||
|
state_characteristic: mean
|
||||||
- platform: statistics
|
- platform: statistics
|
||||||
entity_id: sensor.master_bedroom_temperature
|
entity_id: sensor.master_bedroom_temperature
|
||||||
name: "MAster Bedroom Temp Sats"
|
name: "MAster Bedroom Temp Sats"
|
||||||
|
state_characteristic: mean
|
||||||
- platform: statistics
|
- platform: statistics
|
||||||
entity_id: sensor.skylar_room_temperature
|
entity_id: sensor.skylar_room_temperature
|
||||||
name: "Skylar Room Temp Sats"
|
name: "Skylar Room Temp Sats"
|
||||||
|
state_characteristic: mean
|
||||||
- platform: min_max
|
- platform: min_max
|
||||||
name: Inside Temp Stats
|
name: Inside Temp Stats
|
||||||
entity_ids:
|
entity_ids:
|
||||||
|
@ -134,22 +140,27 @@
|
||||||
- platform: statistics
|
- platform: statistics
|
||||||
name: Wind Speed Stats
|
name: Wind Speed Stats
|
||||||
entity_id: sensor.nws_current_windspeed
|
entity_id: sensor.nws_current_windspeed
|
||||||
|
state_characteristic: mean
|
||||||
sampling_size: 500
|
sampling_size: 500
|
||||||
- platform: statistics
|
- platform: statistics
|
||||||
name: Visibility Stats
|
name: Visibility Stats
|
||||||
entity_id: sensor.nws_current_visibility
|
entity_id: sensor.nws_current_visibility
|
||||||
|
state_characteristic: mean
|
||||||
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.nws_current_temperature
|
||||||
|
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.nws_current_humidity
|
||||||
|
state_characteristic: mean
|
||||||
sampling_size: 500
|
sampling_size: 500
|
||||||
- platform: statistics
|
- platform: statistics
|
||||||
name: Washer Power Stats
|
name: Washer Power Stats
|
||||||
entity_id: sensor.washer_switch_electric_consumed_kwh
|
entity_id: sensor.washer_switch_electric_consumed_kwh
|
||||||
|
state_characteristic: mean
|
||||||
sampling_size: 500
|
sampling_size: 500
|
||||||
- platform: history_stats
|
- platform: history_stats
|
||||||
name: Cooling Last Month
|
name: Cooling Last Month
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
|
||||||
|
- platform: statistics
|
||||||
|
name: Internet Test Down
|
||||||
|
entity_id: sensor.speedtest_download
|
||||||
|
state_characteristic: value_max
|
||||||
|
max_age:
|
||||||
|
days: 7
|
||||||
|
- platform: statistics
|
||||||
|
name: Internet Test Up
|
||||||
|
entity_id: sensor.speedtest_upload
|
||||||
|
state_characteristic: value_max
|
||||||
|
max_age:
|
||||||
|
days: 7
|
Loading…
Reference in New Issue