mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add some details
This commit is contained in:
parent
1740ddee6f
commit
81ee5c3642
@ -13,16 +13,21 @@ featured: true
|
|||||||
ha_release: 0.25
|
ha_release: 0.25
|
||||||
---
|
---
|
||||||
|
|
||||||
Flux Led support is integrated into Home Assistant as a light platform. Several brands use the same protocol and they have the HF-LPB100 chipset in common.
|
The `flux_led` support is integrated into Home Assistant as a light platform. Several brands use the same protocol and they have the HF-LPB100 chipset in common.
|
||||||
|
|
||||||
Example of bulbs:
|
Example of bulbs:
|
||||||
- http://www.fluxsmartlighting.com/
|
|
||||||
|
- [Flux Smart Lighting](http://www.fluxsmartlighting.com/)
|
||||||
- [MagicLight® Plus - WiFi Smart LED Light Bulb4](https://www.amazon.com/gp/product/B00NOC93NG)
|
- [MagicLight® Plus - WiFi Smart LED Light Bulb4](https://www.amazon.com/gp/product/B00NOC93NG)
|
||||||
- [Flux WiFi Smart LED Light Bulb4](http://smile.amazon.com/Flux-WiFi-Smart-Light-Bulb/dp/B01A6GHHTE)
|
- [Flux WiFi Smart LED Light Bulb4](http://smile.amazon.com/Flux-WiFi-Smart-Light-Bulb/dp/B01A6GHHTE)
|
||||||
- [WIFI smart LED light Bulb1](http://smile.amazon.com/gp/product/B01CS1EZYK)
|
- [WIFI smart LED light Bulb1](http://smile.amazon.com/gp/product/B01CS1EZYK)
|
||||||
|
|
||||||
Configuration:
|
The chances are high that you bulb or controller (eg. WiFi LED CONTROLLER) will work if you can control the device with the MagicHome app.
|
||||||
|
|
||||||
|
To enable those lights, add the following lines to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
light:
|
light:
|
||||||
- platform: flux_led
|
- platform: flux_led
|
||||||
automatic_add: BOOLEAN
|
automatic_add: BOOLEAN
|
||||||
@ -43,6 +48,7 @@ Example configuration:
|
|||||||
Will automatically search and add all lights on start up:
|
Will automatically search and add all lights on start up:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
light:
|
light:
|
||||||
- platform: flux_led
|
- platform: flux_led
|
||||||
automatic_add: True
|
automatic_add: True
|
||||||
@ -52,6 +58,7 @@ Will add two lights with given name:
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
light:
|
light:
|
||||||
|
# Example configuration.yaml entry
|
||||||
- platform: flux_led
|
- platform: flux_led
|
||||||
devices:
|
devices:
|
||||||
192.168.0.106:
|
192.168.0.106:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user