Tikteck
Support for the Bluetooth smart bulb from Tikteckconfiguration.yaml
The configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI. [Learn more] 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
The password can be obtained from an Android device using an app like aLogcatadb 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
.