mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 10:26:52 +00:00
Change ip address to host for Yeelight (#14372)
This commit is contained in:
parent
1691a8e065
commit
9d28dba30a
@ -22,7 +22,7 @@ There is support for the following device types within Home Assistant:
|
|||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
To set up this integration, go to **Integrations** under **Configuration** and find Yeelight in the `+` menu. You can leave the IP address field empty to set up discovered devices. To configure the devices, use the "Options" button in the integration card.
|
To set up this integration, go to **Integrations** under **Configuration** and find Yeelight in the `+` menu. You can leave the host field empty to set up discovered devices. To configure the devices, use the "Options" button in the integration card.
|
||||||
|
|
||||||
### Custom effects
|
### Custom effects
|
||||||
|
|
||||||
@ -80,8 +80,8 @@ devices:
|
|||||||
description: List of Yeelight devices.
|
description: List of Yeelight devices.
|
||||||
type: map
|
type: map
|
||||||
keys:
|
keys:
|
||||||
ip:
|
host:
|
||||||
description: IP address of the bulb.
|
description: Hostname or IP address of the bulb.
|
||||||
required: true
|
required: true
|
||||||
type: map
|
type: map
|
||||||
keys:
|
keys:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user