Changed parameter name (#4641)
* Added device_config_domain and device_config_glob
This commit is contained in:
parent
0ab51b775e
commit
5f91c5a3b8
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ new_entity_ids:
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
default: True
|
default: True
|
||||||
device_config:
|
device_config / device_config_domain / device_config_glob:
|
||||||
description: This attribute contains node-specific override values. (For releases prior to 0.39 this variable is called **customize**) See [Customizing devices and services](/docs/configuration/customizing-devices/) for the format.
|
description: This attribute contains node-specific override values. (For releases prior to 0.39 this variable is called **customize**) See [Customizing devices and services](/docs/configuration/customizing-devices/) for the format.
|
||||||
required: false
|
required: false
|
||||||
type: string, list
|
type: string, list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue