mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +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:
|
lifx:
|
||||||
light:
|
light:
|
||||||
- server: IP_ADDRESS
|
- server: IP_ADDRESS
|
||||||
|
port: 56700
|
||||||
broadcast: IP_ADDRESS
|
broadcast: IP_ADDRESS
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -126,6 +127,10 @@ server:
|
|||||||
description: Your server address. Will listen on all interfaces if omitted.
|
description: Your server address. Will listen on all interfaces if omitted.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
port:
|
||||||
|
description: The UDP port for discovery. Will listen on a random port if omitted.
|
||||||
|
required: false
|
||||||
|
type: port
|
||||||
broadcast:
|
broadcast:
|
||||||
description: The broadcast address for discovering lights. Can also set this to the IP address of a bulb to skip discovery.
|
description: The broadcast address for discovering lights. Can also set this to the IP address of a bulb to skip discovery.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user