mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Use list instead of array in configuration block types (#6790)
This commit is contained in:
parent
8fc519ca8a
commit
db1324aa82
@ -43,7 +43,7 @@ hosts:
|
||||
description: List of IP addresses or hostnames.
|
||||
required: false
|
||||
default: All discovered hosts
|
||||
type: array
|
||||
type: list
|
||||
monitored_conditions:
|
||||
description: List of items you want to monitor for each device.
|
||||
required: false
|
||||
|
@ -36,7 +36,7 @@ device_tracker:
|
||||
hosts:
|
||||
description: List of device names and their corresponding IP address or hostname.
|
||||
required: true
|
||||
type: array
|
||||
type: list
|
||||
count:
|
||||
description: Number of packet used for each device (avoid false detection).
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user