mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-02 17:18:58 +00:00
1.4 KiB
1.4 KiB
layout, title, description, date, sidebar, comments, sharing, footer, ha_category, ha_iot_class, ha_logo, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | ha_category | ha_iot_class | ha_logo | ha_release |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Tikteck | Instructions on how to setup Tikteck LED bulbs within Home Assistant. | 2017-01-04 16:32 | true | false | true | true | Light | Local Polling | tikteck.png | 0.36 |
Support for the Bluetooth smart bulb from Tikteck. To enable these lights, add the following lines to your configuration.yaml
file:
# Example configuration.yaml entry
light:
- platform: tikteck
devices:
00:21:4D:00:00:01:
name: Bulb 1
password: 76409387
00:21:4D:00:00:01:
name: Bulb 2
password: 36478643
{% configuration %} devices: description: A list of devices with their bluetooth address. required: false type: list keys: name: description: A custom name to use in the frontend. required: false type: string password: description: The bulb-specific password. required: true type: string {% endconfiguration %}
The password can be obtained from an Android device using an app like aLogcat or the adb logcat
command for phones in developer mode. Look for a line like:
E LedoBleSDK: login =skName=======[Smart Light]=======skPw==[password]
The password is the text between the square brackets following skPw
.