home-assistant.io/source/_components/light.lifx.markdown
Kyle Gordon 5287dec630
Remove superfluous - (#1638)
broadcast doesn't need -
2017-01-14 11:01:49 +01:00

31 lines
821 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"
ha_release: 0.12
---
The `lifx` platform allows you to integrate your [LIFX](http://www.lifx.com) into Home Assistant.
```yaml
# Example configuration.yaml entry
light:
- platform: lifx
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.
If there is an issue with lights not showing up when Home Assistant is restarted, add broadcast to your configuration.