--- layout: page title: "Lights" description: "Instructions how to setup your lights with Home Assistant." date: 2015-01-24 14:39 sidebar: false comments: false sharing: true footer: true --- This component allows you to track and control various light bulbs. It has [4 built-in light profiles](https://github.com/balloob/home-assistant/blob/master/homeassistant/components/light/light_profiles.csv) which you're able to extend by putting a `light_profiles.csv` file in your config dir. It supports the following platforms: * `hue` for Philips Hue * `wink` for Wink Preferred way to setup the Philips Hue platform is through the [the discovery component]({{site_root}}/components/discovery.html). For the Wink light platform enable [the wink component]({{site_root}}/components/wink.html). If you want to enable the light component directly, add the following lines to your `configuration.yaml`: ``` light: platform: hue ```
The light component supports multiple entries in configuration.yaml
by appending a sequential number to the section: light 2:
, light 3:
etc.