Update Lutron docs

This commit is contained in:
Fabian Affolter 2017-04-30 09:47:48 +02:00
parent 5e208bb05f
commit 82490bef9f
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336
4 changed files with 39 additions and 9 deletions

View file

@ -13,17 +13,18 @@ featured: False
ha_release: 0.41
---
[Lutron](http://www.lutron.com/) is an American lighting control company. They have several lines of home automation devices that manage light switches/dimmers, occupancy sensors, HVAC controls, etc. The `lutron_caseta` component in Home Assistant is responsible for communicating with the Lutron SmartBridge for these systems.
[Lutron](http://www.lutron.com/) is an American lighting control company. They have several lines of home automation devices that manage light switches/dimmers, occupancy sensors, HVAC controls, etc. The `lutron_caseta` component in Home Assistant is responsible for communicating with the Lutron SmartBridge for these systems.
This component only supports the Caseta line of products. Current only supports Caseta dimmers as Home Assistant lights and caseta wall switches as Home Assistant switches.
This component only supports the Caseta line of products. Current only supports Caseta dimmers as Home Assistant lights and caseta wall switches as Home Assistant switches.
When configured, the `lutron_caseta` component will automatically discover dimmers and switches as setup in the Lutron SmartBridge.
To use Lutron Caseta devices in your installation, add the following to your configuration.yaml file using the IP of your lutron Smartbridge:
To use Lutron Caseta devices in your installation, add the following to your `configuration.yaml` file using the IP of your lutron Smartbridge:
``` yaml
```yaml
# Example configuration.yaml entry
lutron_caseta:
host: <ip_address>
host: IP_ADDRESS
```
Configuration variables:
@ -31,5 +32,5 @@ Configuration variables:
- **host** (*Required*): The IP address of the Lutron SmartBridge.
<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.
</p>