mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-07 19:48:59 +00:00
Clarify and make sure users add config entry.
This commit is contained in:
parent
ebe8eb7852
commit
9a5780476a
@ -44,6 +44,7 @@ On Raspberry Pi you will need to enable the serial interface in the `raspi-confi
|
|||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
zwave:
|
zwave:
|
||||||
usb_path: /dev/ttyACM0
|
usb_path: /dev/ttyACM0
|
||||||
|
device_config: !include zwave_device_config.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration zwave %}
|
{% configuration zwave %}
|
||||||
@ -78,7 +79,7 @@ debug:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: False
|
default: False
|
||||||
device_config / device_config_domain / device_config_glob:
|
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. NOTE: This needs to be specified if you are going to use any of the bellow options. See [Customizing devices and services](/docs/configuration/customizing-devices/) for the format.
|
||||||
required: false
|
required: false
|
||||||
type: string, list
|
type: string, list
|
||||||
keys:
|
keys:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user