home-assistant.github.io/source/_components/light.lifx.markdown
TangoAlpha e7fd8ba7da Update light.lifx.markdown
Fix variable name
2016-02-14 18:20:21 +00:00

28 lines
703 B
Markdown

---
layout: page
title: "LIFX"
description: "Instructions how to integrate LIFX into Home Assistant."
date: 2016-01-27 08:00
sidebar: true
comments: false
sharing: true
footer: true
logo: lifx.png
ha_category: Light
ha_iot_class: "Local Push"
---
The `lifx` platform allows you to integrate your [LIFX](http://www.lifx.com) into Home Assistant.
```yaml
# Example configuration.yaml entry
light:
platform: lifx
server: 192.168.1.98
broadcast: 192.168.1.255
```
Configuration variables:
- **server** (*Optional*): Your server address. Only needed if using more than one network interface. Omit if you are unsure.
- **broadcast** (*Optional*): The broadcast address, set to reach all LIFX bulbs.