Update to reflect new default scan interval (#8549)

This commit is contained in:
Kevin Fronczak 2019-02-13 08:47:51 -08:00 committed by Fabian Affolter
parent 488de22df1
commit dc676e42a7

View File

@ -50,7 +50,7 @@ password:
required: true required: true
type: string type: string
scan_interval: scan_interval:
description: How frequently to query for new data. Defaults to 60 seconds. description: How frequently to query for new data. Defaults to 300 seconds (5 minutes).
required: false required: false
type: integer type: integer
binary_sensors: binary_sensors:
@ -93,7 +93,7 @@ Below is an example showing every possible entry:
blink: blink:
username: YOUR_USERNAME username: YOUR_USERNAME
password: YOUR_PASSWORD password: YOUR_PASSWORD
scan_interval: 60 scan_interval: 300
binary_sensors: binary_sensors:
monitored_conditions: monitored_conditions:
- motion_enabled - motion_enabled