mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add doc for Yeelight Sunflower light platform (#2006)
* Add page for new Yeelight Sunflower light platform * Add page for new Yeelight Sunflower light platform (for release 0.39)
This commit is contained in:
parent
dbcdc39457
commit
a38f45db50
40
source/_components/light.yeelightsunflower.markdown
Normal file
40
source/_components/light.yeelightsunflower.markdown
Normal file
@ -0,0 +1,40 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Yeelight Sunflower Bulb"
|
||||
description: "Instructions how to setup Yeelight Sunflower hub and bulbs within Home Assistant."
|
||||
date: 2017-02-11
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
ha_category: Light
|
||||
ha_release: 0.39
|
||||
---
|
||||
|
||||
The `yeelightsunflower` light platform allows you to control your Yeelight Sunflower light bulbs with Home Assistant.
|
||||
Note that the "Yeelight Sunflower" bulbs are not the same as the "Yeelight WiFi" bulbs.
|
||||
|
||||
### {% linkable_title Example configuration %}
|
||||
|
||||
To enable your lights, add the following lines to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
light:
|
||||
- platform: yeelightsunflower
|
||||
host: 192.168.1.59
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **host** (*Required*): IP address of your Yeelight Sunflower hub.
|
||||
|
||||
<p class='note'>
|
||||
When the hub is loaded, your lights will appear as devices with their Zigbee IDs as part of the entity name.
|
||||
</p>
|
||||
|
||||
<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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user