From a38f45db5062cd4145eb4e9e6312628911d6d882 Mon Sep 17 00:00:00 2001 From: Lindsay Ward Date: Sat, 25 Feb 2017 21:50:48 +1000 Subject: [PATCH] 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) --- .../light.yeelightsunflower.markdown | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 source/_components/light.yeelightsunflower.markdown diff --git a/source/_components/light.yeelightsunflower.markdown b/source/_components/light.yeelightsunflower.markdown new file mode 100644 index 00000000000..8db047f6c9f --- /dev/null +++ b/source/_components/light.yeelightsunflower.markdown @@ -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. + +

+When the hub is loaded, your lights will appear as devices with their Zigbee IDs as part of the entity name. +

+ +

+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. +

+ +