Added average wind/temp/windspeed sensors
This commit is contained in:
18
sensor.yaml
18
sensor.yaml
@ -23,3 +23,21 @@
|
|||||||
- 'current_status'
|
- 'current_status'
|
||||||
- 'download_speed'
|
- 'download_speed'
|
||||||
- 'upload_speed'
|
- 'upload_speed'
|
||||||
|
- platform: average
|
||||||
|
name: 'Average Temperature'
|
||||||
|
duration:
|
||||||
|
days: 7
|
||||||
|
entities:
|
||||||
|
- sensor.kdfi_temperature
|
||||||
|
- platform: average
|
||||||
|
name: 'Average Wind Chill'
|
||||||
|
duration:
|
||||||
|
days: 7
|
||||||
|
entities:
|
||||||
|
- sensor.kdfi_wind_chill
|
||||||
|
- platform: average
|
||||||
|
names: 'Average Wind Speed'
|
||||||
|
duration:
|
||||||
|
days: 7
|
||||||
|
entities:
|
||||||
|
- sensor.kdfi_wind_speed
|
||||||
|
Reference in New Issue
Block a user