Specify that database_path is a full path (#5576)

This commit is contained in:
Rebecca Cran 2018-06-21 00:15:06 -06:00 committed by Fabian Affolter
parent fb4eba8cca
commit c958a78659

View File

@ -38,7 +38,7 @@ and the path to the serial device for the radio and path to the database which w
# Example configuration.yaml entry # Example configuration.yaml entry
zha: zha:
usb_path: /dev/ttyUSB2 usb_path: /dev/ttyUSB2
database_path: zigbee.db database_path: /home/homeassistant/.homeassistant/zigbee.db
``` ```
Configuration variables: Configuration variables:
@ -46,6 +46,6 @@ Configuration variables:
- **radio_type** (*Optional*): One of `ezsp` (default) or `xbee` - **radio_type** (*Optional*): One of `ezsp` (default) or `xbee`
- **usb_path** (*Required*): Path to the serial device for the radio. - **usb_path** (*Required*): Path to the serial device for the radio.
- **baudrate** (*Optional*): Baud rate of the serial device. - **baudrate** (*Optional*): Baud rate of the serial device.
- **database_path** (*Required*): Path to the database which will keep persistent network data. - **database_path** (*Required*): _Full_ path to the database which will keep persistent network data.
To add new devices to the network, call the `permit` service on the `zha` domain, and then follow the device instructions for doing a scan or factory reset. In case you want to add Philips Hue bulbs that have previously been added to another bridge, have a look at: [https://github.com/vanviegen/hue-thief/](https://github.com/vanviegen/hue-thief/) To add new devices to the network, call the `permit` service on the `zha` domain, and then follow the device instructions for doing a scan or factory reset. In case you want to add Philips Hue bulbs that have previously been added to another bridge, have a look at: [https://github.com/vanviegen/hue-thief/](https://github.com/vanviegen/hue-thief/)