mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Update some docs
This commit is contained in:
parent
06c8c1b168
commit
18747f8ae1
@ -2,6 +2,8 @@
|
||||
homeassistant.components.light.hue
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Support for Hue lights.
|
||||
|
||||
https://home-assistant.io/components/light.hue.html
|
||||
"""
|
||||
import logging
|
||||
import socket
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user