Update Yeelight sunflower Light component configuration (#7085)

This commit is contained in:
Klaas Schoute 2018-10-25 23:05:23 +02:00 committed by Franck Nijhof
parent a803267730
commit 1a7688ae1b

View File

@ -28,9 +28,12 @@ light:
host: 192.168.1.59
```
Configuration variables:
- **host** (*Required*): IP address of your Yeelight Sunflower hub.
{% configuration %}
host:
description: IP address of your Yeelight Sunflower hub.
required: true
type: string
{% endconfiguration %}
<p class='note'>
When the hub is loaded, your lights will appear as devices with their Zigbee IDs as part of the entity name.
@ -39,4 +42,3 @@ When the hub is loaded, your lights will appear as devices with their Zigbee IDs
<p class='note warning'>
The Yeelight Sunflower hub supports SSDP discovery, but that has not been built into the platform. Let the developer know if that would be helpful to you.
</p>