mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-08 12:08:58 +00:00
857 B
857 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_iot_class | ha_release |
---|---|---|---|---|---|---|---|---|---|---|---|
page | TPLink Bulb | Instructions how to integrate TPLink bulbs into Home Assistant. | 2017-07-25 08:00 | true | false | true | true | tp-link.png | Light | Local Polling | 0.50 |
The tplink
light platform allows you to control the state of your TPLink smart bulb.
Supported units:
- LB100
- LB110
- LB120
- LB130
To use your TPLink light in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
light:
- platform: tplink
host: IP_ADDRESS
Configuration variables:
- host (Required): The IP address of your TP-Link bulb, eg.
192.168.1.32
. - name (Optional): The name to use when displaying this bulb.