mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add LIFX listen port advanced configuration (#8235)
This commit is contained in:
parent
cbfe7d71a4
commit
05d9731292
@ -118,6 +118,7 @@ There are some manual configuration options available. These are only needed wit
|
||||
lifx:
|
||||
light:
|
||||
- server: IP_ADDRESS
|
||||
port: 56700
|
||||
broadcast: IP_ADDRESS
|
||||
```
|
||||
|
||||
@ -126,6 +127,10 @@ server:
|
||||
description: Your server address. Will listen on all interfaces if omitted.
|
||||
required: false
|
||||
type: string
|
||||
port:
|
||||
description: The UDP port for discovery. Will listen on a random port if omitted.
|
||||
required: false
|
||||
type: port
|
||||
broadcast:
|
||||
description: The broadcast address for discovering lights. Can also set this to the IP address of a bulb to skip discovery.
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user