mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
Update some docs
This commit is contained in:
parent
06c8c1b168
commit
18747f8ae1
@ -2,6 +2,8 @@
|
|||||||
homeassistant.components.light.hue
|
homeassistant.components.light.hue
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
Support for Hue lights.
|
Support for Hue lights.
|
||||||
|
|
||||||
|
https://home-assistant.io/components/light.hue.html
|
||||||
"""
|
"""
|
||||||
import logging
|
import logging
|
||||||
import socket
|
import socket
|
||||||
|
@ -3,17 +3,7 @@ homeassistant.components.light.hyperion
|
|||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
Support for Hyperion remotes.
|
Support for Hyperion remotes.
|
||||||
|
|
||||||
Configuration:
|
https://home-assistant.io/components/light.hyperion.html
|
||||||
|
|
||||||
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.
|
|
||||||
"""
|
"""
|
||||||
import logging
|
import logging
|
||||||
import socket
|
import socket
|
||||||
|
@ -12,22 +12,7 @@ Support for LimitlessLED bulbs, also known as...
|
|||||||
- dekolight
|
- dekolight
|
||||||
- iLight
|
- iLight
|
||||||
|
|
||||||
Configuration:
|
https://home-assistant.io/components/light.limitlessled.html
|
||||||
|
|
||||||
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
|
|
||||||
"""
|
"""
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user