From 5247627fb2fd2e9038b88a6452cacf9eccf4ddee Mon Sep 17 00:00:00 2001 From: lee-js Date: Tue, 17 Jan 2017 19:50:22 +0000 Subject: [PATCH] Exaple code fixed (#1805) Example config caused hass to fail to start. Corrected and confirmed working. --- source/_components/light.yeelight.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/light.yeelight.markdown b/source/_components/light.yeelight.markdown index d8077071cc7..deaf332af8a 100644 --- a/source/_components/light.yeelight.markdown +++ b/source/_components/light.yeelight.markdown @@ -19,11 +19,11 @@ To enable those lights, add the following lines to your `configuration.yaml` fil ```yaml # Example configuration.yaml entry light: - platform: yeelight + - platform: yeelight devices: 192.168.1.25: name: Front Door - 192.168.1.13 + 192.168.1.13: name: Living Room ```