Moved temp acurite 433mhz sensors around
This commit is contained in:
parent
f8d14dfa84
commit
df47968ad8
|
@ -1,8 +1,3 @@
|
||||||
# MQTT Sensor for Washing Machine Status.
|
|
||||||
- platform: mqtt
|
|
||||||
name: "Washer Status"
|
|
||||||
state_topic: "house/washer/status"
|
|
||||||
|
|
||||||
|
|
||||||
- platform: history_stats
|
- platform: history_stats
|
||||||
name: Jeff Driving Time
|
name: Jeff Driving Time
|
||||||
|
@ -70,11 +65,11 @@
|
||||||
days: 7
|
days: 7
|
||||||
- platform: statistics
|
- platform: statistics
|
||||||
name: Outside Temp Stats
|
name: Outside Temp Stats
|
||||||
entity_id: sensor.accurite_back_porch_temperature
|
entity_id: sensor.back_porch_temperature
|
||||||
sampling_size: 500
|
sampling_size: 500
|
||||||
- platform: statistics
|
- platform: statistics
|
||||||
name: Garage Temp Stats
|
name: Garage Temp Stats
|
||||||
entity_id: sensor.accurite_garage_temperature
|
entity_id: sensor.garage_temperature
|
||||||
sampling_size: 500
|
sampling_size: 500
|
||||||
- platform: min_max
|
- platform: min_max
|
||||||
name: Inside Temp Stats
|
name: Inside Temp Stats
|
||||||
|
|
Loading…
Reference in New Issue