Defined sampling size for WAN traffic sensors.
This commit is contained in:
parent
95a6a4d34d
commit
c30686cc8b
@ -1 +1 @@
|
|||||||
2022.10.0
|
2022.11.0
|
@ -52,11 +52,13 @@
|
|||||||
name: 'WAN Traffic In'
|
name: 'WAN Traffic In'
|
||||||
state_characteristic: mean
|
state_characteristic: mean
|
||||||
entity_id: sensor.internet_speed_in
|
entity_id: sensor.internet_speed_in
|
||||||
|
sampling_size: 10
|
||||||
|
|
||||||
- platform: statistics
|
- platform: statistics
|
||||||
name: 'WAN Traffic Out'
|
name: 'WAN Traffic Out'
|
||||||
state_characteristic: mean
|
state_characteristic: mean
|
||||||
entity_id: sensor.internet_speed_out
|
entity_id: sensor.internet_speed_out
|
||||||
|
sampling_size: 10
|
||||||
|
|
||||||
- platform: template
|
- platform: template
|
||||||
sensors:
|
sensors:
|
||||||
|
Loading…
Reference in New Issue
Block a user