Skip to content
This repository has been archived by the owner on Apr 8, 2021. It is now read-only.

typo sensor.py #8

Open
nixusminimax opened this issue Apr 4, 2020 · 0 comments
Open

typo sensor.py #8

nixusminimax opened this issue Apr 4, 2020 · 0 comments

Comments

@nixusminimax
Copy link

nixusminimax commented Apr 4, 2020

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ß

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant