Skip to content

Commit c093a92

Browse files
amelchioballoob
authored andcommitted
Remove the broadcast configuration variable.
1 parent 5927a8d commit c093a92

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

source/_components/light.lifx.markdown

+1-5
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,8 @@ The `lifx` platform allows you to integrate your [LIFX](http://www.lifx.com) int
1919
# Example configuration.yaml entry
2020
light:
2121
- platform: lifx
22-
broadcast: 192.168.1.255
22+
server: 192.168.1.10
2323
```
2424
Configuration variables:
2525
2626
- **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

Comments
 (0)