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.