Update some docs

This commit is contained in:
Paulus Schoutsen 2015-10-25 23:12:00 -07:00
parent 06c8c1b168
commit 18747f8ae1
3 changed files with 4 additions and 27 deletions

View File

@ -2,6 +2,8 @@
homeassistant.components.light.hue
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Support for Hue lights.
https://home-assistant.io/components/light.hue.html
"""
import logging
import socket

View File

@ -3,17 +3,7 @@ homeassistant.components.light.hyperion
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Support for Hyperion remotes.
Configuration:
To connect to [a Hyperion server](https://github.com/tvdzwan/hyperion) you
will need to add something like the following to your configuration.yaml file:
light:
platform: hyperion
host: 192.168.1.98
port: 19444
The JSON server port is 19444 by default.
https://home-assistant.io/components/light.hyperion.html
"""
import logging
import socket

View File

@ -12,22 +12,7 @@ Support for LimitlessLED bulbs, also known as...
- dekolight
- iLight
Configuration:
To use limitlessled you will need to add the following to your
configuration.yaml file.
light:
platform: limitlessled
bridges:
- host: 192.168.1.10
group_1_name: Living Room
group_2_name: Bedroom
group_3_name: Office
group_3_type: white
group_4_name: Kitchen
- host: 192.168.1.11
group_2_name: Basement
https://home-assistant.io/components/light.limitlessled.html
"""
import logging