mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Add lifx docs
This commit is contained in:
parent
dd7b3b3835
commit
0280389b96
27
source/_components/light.lifx.markdown
Normal file
27
source/_components/light.lifx.markdown
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
---
|
||||||
|
layout: component
|
||||||
|
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
|
||||||
|
---
|
||||||
|
|
||||||
|
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.
|
||||||
|
- **consumer_secret** (*Optional*): The broadcast address, set to reach all LIFX bulbs.
|
||||||
|
|
BIN
source/images/supported_brands/lifx.png
Normal file
BIN
source/images/supported_brands/lifx.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
Loading…
x
Reference in New Issue
Block a user