We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5927a8d commit c093a92Copy full SHA for c093a92
source/_components/light.lifx.markdown
@@ -19,12 +19,8 @@ The `lifx` platform allows you to integrate your [LIFX](http://www.lifx.com) int
19
# Example configuration.yaml entry
20
light:
21
- platform: lifx
22
- broadcast: 192.168.1.255
+ server: 192.168.1.10
23
```
24
Configuration variables:
25
26
- **server** (*Optional*): Your server address. Only needed if using more than one network interface. Omit if you are unsure.
27
-- **broadcast** (*Optional*): The broadcast address, set to reach all LIFX bulbs.
28
-
29
-If there is an issue with lights not showing up when Home Assistant is restarted, add broadcast to your configuration.
30
0 commit comments