Update docs for ssh changes (#2453)

* Adds documentation for the lutron Caseta devices

* corrects the configuration vars section

* Updates docs to sync up with the code PR

* Updates the config section to match the latest code pull request.  Fixes previously identified errors.

* Updates the docs to match the latest code
This commit is contained in:
Mitesh Patel 2017-04-18 23:42:18 -05:00 committed by Fredrik Lindqvist
parent 820f1d5451
commit ab9a65add0

View File

@ -24,15 +24,11 @@ To use Lutron Caseta devices in your installation, add the following to your con
``` yaml ``` yaml
lutron_caseta: lutron_caseta:
host: <ip_address> host: <ip_address>
username: lutron
password: integration
``` ```
Configuration variables: Configuration variables:
- **host** (*Required*): The IP address of the Lutron SmartBridge. - **host** (*Required*): The IP address of the Lutron SmartBridge.
- **username** (*Required*): The login name of the user. The user `lutron` always exists.
- **password** (*Required*): The password for the user specified above. `integration` is the password for the always-present `lutron` user.
<p class='note'> <p class='note'>
It is recommended to assign a static IP address to your Lutron SmartBridge. This ensures that it won't change IP address, so you won't have to change the `host` if it reboots and comes up with a different IP address. It is recommended to assign a static IP address to your Lutron SmartBridge. This ensures that it won't change IP address, so you won't have to change the `host` if it reboots and comes up with a different IP address.