From 6ce3ab93b385108f9874dcbe5f184973197dfc78 Mon Sep 17 00:00:00 2001 From: SilvrrGIT Date: Fri, 13 Jan 2017 16:54:04 -0600 Subject: [PATCH] Clarification of formatting and options (#1759) Added main component (light:) as many are missing this requirement when adding the yeelights to their config files. Also expanded the example config to include two entries, also to demonstrate proper config setup for this platform. --- source/_components/light.yeelight.markdown | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/source/_components/light.yeelight.markdown b/source/_components/light.yeelight.markdown index 568a6364693..d8077071cc7 100644 --- a/source/_components/light.yeelight.markdown +++ b/source/_components/light.yeelight.markdown @@ -18,10 +18,13 @@ To enable those lights, add the following lines to your `configuration.yaml` fil ```yaml # Example configuration.yaml entry - - platform: yeelight +light: + platform: yeelight devices: 192.168.1.25: - name: palier + name: Front Door + 192.168.1.13 + name: Living Room ``` Configuration variables: