Hello, I am really beginner with home assistant and I cannot solve one think about updating values in “Overview”.
I made speedtest sensor (configuration.yaml) with update every 15 minutes
speedtestdotnet:
server_id: 9567
scan_interval:
minutes: 15
I made binary ping sensor (configuration.yaml) with update every 1 minute.
binary_sensor:
- platform: ping
host: 192.168.0.1
count: 2
scan_interval: 60
name: Ping Router
But i dont understand why is in overview update time much longer.
Can you please explain to me what i did wrong?
Thank you!