From 94d2f23cfc390e5fee6aa46f6179c388bc94333d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 27 Jan 2016 08:07:29 +0100 Subject: [PATCH] Add link to docs and remove configuration details --- homeassistant/components/light/lifx.py | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/homeassistant/components/light/lifx.py b/homeassistant/components/light/lifx.py index bc8b752f788..cc169bc26c4 100644 --- a/homeassistant/components/light/lifx.py +++ b/homeassistant/components/light/lifx.py @@ -1,22 +1,10 @@ - """ homeassistant.components.light.lifx ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LIFX platform that implements lights -Configuration: - -light: - # platform name - platform: lifx - # optional server address - # only needed if using more than one network interface - # (omit if you are unsure) - server: 192.168.1.3 - # optional broadcast address, set to reach all LIFX bulbs - # (omit if you are unsure) - broadcast: 192.168.1.255 - +For more details about this platform, please refer to the documentation at +https://home-assistant.io/components/light.lifx/ """ # pylint: disable=missing-docstring