From ab9a65add06ca2b3b169e866f4051c750c465357 Mon Sep 17 00:00:00 2001 From: Mitesh Patel Date: Tue, 18 Apr 2017 23:42:18 -0500 Subject: [PATCH] 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 --- source/_components/lutron_caseta.markdown | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/_components/lutron_caseta.markdown b/source/_components/lutron_caseta.markdown index 073694ec89e..2cd45e95077 100644 --- a/source/_components/lutron_caseta.markdown +++ b/source/_components/lutron_caseta.markdown @@ -24,15 +24,11 @@ To use Lutron Caseta devices in your installation, add the following to your con ``` yaml lutron_caseta: host: - username: lutron - password: integration ``` Configuration variables: - **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.

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.