Bump growattServer to 1.2.4 (#82071)

Growatt - Library bump to workaround for #81951
This commit is contained in:
muppet3000 2022-11-14 09:41:25 +00:00 committed by GitHub
parent a0b0e4088c
commit 096ef85c68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -32,7 +32,7 @@ from .sensor_types.total import TOTAL_SENSOR_TYPES
_LOGGER = logging.getLogger(__name__)
SCAN_INTERVAL = datetime.timedelta(minutes=1)
SCAN_INTERVAL = datetime.timedelta(minutes=5)
def get_device_list(api, config):