Skip to content

Commit d271d48

Browse files
syssiballoob
authored andcommitted
Documentation of the Xiaomi Philips Light component (home-assistant#3246)
* Documentation for Xiaomi Philips Light component added. * HA version added. * Syntax error fixed. * Section "Retrieving the Access Token" has a central place now. * Spelling & grammar fixed.
1 parent 2474f6c commit d271d48

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
layout: page
3+
title: "Xiaomi Philips Light"
4+
description: "Instructions how to integrate your Xiaomi Philips Lights within Home Assistant."
5+
date: 2017-08-26 08:45
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: philips.png
11+
ha_category: Light
12+
ha_version: 0.53
13+
ha_iot_class: "Local Polling"
14+
---
15+
16+
The `xiaomi_philipslight` platform allows you to control the state of your Xiaomi Philips LED Ball Lamp and Xiaomi Philips LED Ceiling Lamp.
17+
18+
Currently, the supported features are `on`, `off`, `set_cct` (colortemp) , `set_bright` (brightness).
19+
20+
Please follow the instructions on [Retrieving the Access Token](/xiaomi/#retrieving-the-access-token) to get the API token to use in the `configuration.yaml` file.
21+
22+
To add a Xiaomi Philips Light to your installation, add the following to your configuration.yaml file:
23+
24+
```yaml
25+
# Example configuration.yaml entries
26+
light:
27+
- platform: xiaomi_philipslight
28+
name: Xiaomi Philips Smart LED Ball
29+
host: 192.168.130.67
30+
token: YOUR_TOKEN
31+
```
32+
33+
Configuration variables:
34+
- **host** (*Required*): The IP of your light.
35+
- **token** (*Required*): The API token of your light.
36+
- **name** (*Optional*): The name of your light.

0 commit comments

Comments
 (0)