reduced polling interval
Some checks failed
Validate / Validate (push) Has been cancelled

This commit is contained in:
2026-05-31 12:48:06 +02:00
parent b7e13b73a5
commit 80be82726c

View File

@@ -21,7 +21,7 @@ from . import DOMAIN
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
POLL_INTERVAL = 10 # seconds between poll requests POLL_INTERVAL = 3 # seconds between poll requests
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
# Sensor descriptors # Sensor descriptors