Adding new sensorsA
This commit is contained in:
parent
dd064b1446
commit
b1bab04d84
|
@ -60,9 +60,11 @@
|
||||||
- platform: statistics
|
- platform: statistics
|
||||||
name: Outside Temp Stats
|
name: Outside Temp Stats
|
||||||
entity_id: sensor.accurite_back_porch_temperature
|
entity_id: sensor.accurite_back_porch_temperature
|
||||||
|
sampling_size: 500
|
||||||
- platform: statistics
|
- platform: statistics
|
||||||
name: Garage Temp Stats
|
name: Garage Temp Stats
|
||||||
entity_id: sensor.accurite_garage_temperature
|
entity_id: sensor.accurite_garage_temperature
|
||||||
|
sampling_size: 500
|
||||||
- platform: min_max
|
- platform: min_max
|
||||||
name: Inside Temp Stats
|
name: Inside Temp Stats
|
||||||
entity_ids:
|
entity_ids:
|
||||||
|
@ -113,9 +115,11 @@
|
||||||
- platform: statistics
|
- platform: statistics
|
||||||
name: Cloud Coverage Stats
|
name: Cloud Coverage Stats
|
||||||
entity_id: sensor.dark_sky_cloud_coverage
|
entity_id: sensor.dark_sky_cloud_coverage
|
||||||
|
sampling_size: 500
|
||||||
- platform: statistics
|
- platform: statistics
|
||||||
name: Visibility Stats
|
name: Visibility Stats
|
||||||
entity_id: sensor.dark_sky_visibility
|
entity_id: sensor.dark_sky_visibility
|
||||||
|
sampling_size: 500
|
||||||
- platform: history_stats
|
- platform: history_stats
|
||||||
name: Cooling Last Month
|
name: Cooling Last Month
|
||||||
entity_id: sensor.hvac_action
|
entity_id: sensor.hvac_action
|
||||||
|
|
Loading…
Reference in New Issue