Use list instead of array in configuration block types (#6790)

This commit is contained in:
Ville Skyttä 2018-10-14 11:30:35 +03:00 committed by Franck Nijhof
parent 8fc519ca8a
commit db1324aa82
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ hosts:
description: List of IP addresses or hostnames. description: List of IP addresses or hostnames.
required: false required: false
default: All discovered hosts default: All discovered hosts
type: array type: list
monitored_conditions: monitored_conditions:
description: List of items you want to monitor for each device. description: List of items you want to monitor for each device.
required: false required: false

View File

@ -36,7 +36,7 @@ device_tracker:
hosts: hosts:
description: List of device names and their corresponding IP address or hostname. description: List of device names and their corresponding IP address or hostname.
required: true required: true
type: array type: list
count: count:
description: Number of packet used for each device (avoid false detection). description: Number of packet used for each device (avoid false detection).
required: false required: false