Fix incorrect default scan interval for Luftdaten (#18476)

This commit is contained in:
Franck Nijhof 2021-07-12 12:49:03 +02:00 committed by GitHub
parent 5f27d54825
commit 04a5d7b480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ scan_interval:
description: the frequency (in seconds) between data updates.
required: false
type: integer
default: 1800
default: 600
sensors:
description: The sensor-related configuration options.
required: false