From 6748d1676e08dbc3075510079fb3192f356fadf7 Mon Sep 17 00:00:00 2001 From: Kent Hua Date: Mon, 28 May 2018 09:43:18 -0700 Subject: [PATCH] Update zha.markdown - baudrate property Thought the docs referenced baud_rate, but the code is baudrate. When using baud_rate in the config homeassistant for the zha component fails to load. --- source/_components/zha.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/zha.markdown b/source/_components/zha.markdown index 0e769fc6a45..972ccc449cb 100644 --- a/source/_components/zha.markdown +++ b/source/_components/zha.markdown @@ -45,7 +45,7 @@ Configuration variables: - **radio_type** (*Optional*): One of `ezsp` (default) or `xbee` - **usb_path** (*Required*): Path to the serial device for the radio. - - **baud_rate** (*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. 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/)