1.7 KiB
1.7 KiB
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_version | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Xiaomi Philips Light | Instructions how to integrate your Xiaomi Philips Lights within Home Assistant. | 2017-08-26 08:45 | true | false | true | true | philips.png | Light | 0.53 | Local Polling |
The xiaomi_miio
platform allows you to control the state of your Xiaomi Philips LED Ball Lamp and Xiaomi Philips LED Ceiling Lamp.
Currently, the supported features are on
, off
, set_cct
(colortemp) , set_bright
(brightness).
Please follow the instructions on Retrieving the Access Token to get the API token to use in the configuration.yaml
file.
To add a Xiaomi Philips Light to your installation, add the following to your configuration.yaml file:
# Example configuration.yaml entries
light:
- platform: xiaomi_miio
name: Xiaomi Philips Smart LED Ball
host: 192.168.130.67
token: YOUR_TOKEN
Configuration variables:
- host (Required): The IP of your light.
- token (Required): The API token of your light.
- name (Optional): The name of your light.
{% linkable_title Platform Services %}
Service fan/xiaomi_miio_set_scene
Set one of the 4 available fixed scenes.
Service data attribute | Optional | Description |
---|---|---|
entity_id |
yes | Only act on specific light. Else targets all. |
scene |
no | Scene, between 1 and 4. |