Skip to content

Commit a398736

Browse files
amelchioLandrash
authored andcommitted
LIFX: make broadcast address configurable (home-assistant#2967)
1 parent 372bb97 commit a398736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/light.lifx.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ _Please note, the `lifx` platform does not support Windows. The `lifx_legacy` pl
2121
# Example configuration.yaml entry
2222
light:
2323
- platform: lifx
24-
server: 192.168.1.10
2524
```
2625
Configuration variables:
2726
28-
- **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 for discovering lights. Only needed if using more than one network interface. Omit if you are unsure.
28+
- **server** (*Optional*): Your server address. Will listen on all interfaces if omitted. Omit if you are unsure.
2929
3030
## {% linkable_title Set state %}
3131

0 commit comments

Comments
 (0)