mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Clarify Lifx documentation (#8036)
* Make it clearer that multiple `server`/`broadcast` blocks are supported * Note that `broadcast` can be set to the unicast address of a bulb
This commit is contained in:
parent
1eced5b9b3
commit
ff7c1182b3
@ -111,14 +111,14 @@ Run an effect that does nothing, thereby stopping any other effect that might be
|
|||||||
|
|
||||||
## {% linkable_title Advanced configuration %}
|
## {% linkable_title Advanced configuration %}
|
||||||
|
|
||||||
There are some manual configuration options available. These should only be needed if you have more than one network interface and automatic configuration does not find your LIFX devices.
|
There are some manual configuration options available. These are only needed with unusual network setups where automatic configuration does not find your LIFX devices.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
lifx:
|
lifx:
|
||||||
light:
|
light:
|
||||||
server: IP_ADDRESS
|
- server: IP_ADDRESS
|
||||||
broadcast: IP_ADDRESS
|
broadcast: IP_ADDRESS
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
@ -127,7 +127,7 @@ server:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
broadcast:
|
broadcast:
|
||||||
description: The broadcast address for discovering lights.
|
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
|
||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user