You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 8, 2021. It is now read-only.
zitat creativecommons.tankerkoenig.de:
(Home-Automation-, Smart-Mirror- und ähnliche Systeme sollten Abfragen nicht öfter als einmal in 5 Minuten durchführen. )
Dein blob/master/custom_components/tankerkoenig/sensor.py sieht so aus
SCAN_INTERVAL = timedelta(seconds=5)
Du wolltest da sicher sowas schreiben:
SCAN_INTERVAL = timedelta(minutes=5)
Ansonsten goil
Gruß
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
du hast da eine "typo" hust
zitat creativecommons.tankerkoenig.de:
(Home-Automation-, Smart-Mirror- und ähnliche Systeme sollten Abfragen nicht öfter als einmal in 5 Minuten durchführen. )
Dein blob/master/custom_components/tankerkoenig/sensor.py sieht so aus
SCAN_INTERVAL = timedelta(seconds=5)
Du wolltest da sicher sowas schreiben:
SCAN_INTERVAL = timedelta(minutes=5)
Ansonsten goil
Gruß
The text was updated successfully, but these errors were encountered: