Hi,
Hello,
I would like to be able to inform the ‘scan_interval’ of the netdata platform
Today the default update is 1 minute, I wish I could have a sensor with an update every 10 seconds.
Hi,
Hello,
I would like to be able to inform the ‘scan_interval’ of the netdata platform
Today the default update is 1 minute, I wish I could have a sensor with an update every 10 seconds.
You can do this by updating the file located in this directory:
homeassistant/components/netdata/sensor.py
On line 29 you see
MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=1)
Change that to
MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=10)
And reboot home assistant