Added scan_interval to the configuration list. (#21351)

This commit is contained in:
Danny Tsang 2022-01-27 10:11:34 +00:00 committed by GitHub
parent b88962d803
commit 7bbfb0edb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,6 +156,11 @@ params:
description: The query params for the requests.
required: false
type: [list, template]
scan_interval:
description: Define the refrequency to call the REST endpoint in seconds.
required: false
type: integer
default: 30
sensor:
description: A list of [RESTful Sensor](/integrations/sensor.rest) to create from the shared data. All configuration settings that the supported by [RESTful Sensor](/integrations/sensor.rest#configuration-variables) not listed above can be used here.
required: false