Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions source/_components/light.xiaomi_miio.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ ha_iot_class: "Local Polling"
ha_release: 0.53
---

The `xiaomi_miio` platform allows you to control the state of your Xiaomi Philips LED Ball Lamp, Xiaomi Philips Zhirui LED Bulb E14 Candle Lamp, Xiaomi Philips LED Ceiling Lamp, Xiaomi Philips Eyecare Lamp 2 and Philips Zhirui Desk Lamp.
The `xiaomi_miio` platform allows you to control the state of your Xiaomi Philips LED Ball Lamp, Xiaomi Philips Zhirui LED Bulb E14 Candle Lamp, Xiaomi Philips Zhirui Downlight, Xiaomi Philips LED Ceiling Lamp, Xiaomi Philips Eyecare Lamp 2 and Philips Zhirui Desk Lamp.

## Features

### Philips LED Ball Lamp and Philips Zhirui LED Candle Lamp
### Philips LED Ball Lamp, Philips Zhirui LED Candle Lamp and Philips Zhirui Downlight

Supported models: `philips.light.bulb`, `philips.light.candle`, `philips.light.candle2`, `philips.light.downlight`

* Power (on, off)
* Brightness
Expand All @@ -31,6 +33,8 @@ The `xiaomi_miio` platform allows you to control the state of your Xiaomi Philip

### Philips LED Ceiling Lamp

Supported models: `philips.light.ceiling`, `philips.light.zyceiling`

* Power (on, off)
* Brightness
* Color temperature (175...370 mireds)
Expand All @@ -46,6 +50,8 @@ The `xiaomi_miio` platform allows you to control the state of your Xiaomi Philip

### Philips Eyecare Smart Lamp 2

Supported models: `philips.light.sread1`

* Eyecare light (on, off)
* Ambient light (on, off)
* Brightness (of each light)
Expand All @@ -55,7 +61,7 @@ The `xiaomi_miio` platform allows you to control the state of your Xiaomi Philip
* Eye fatigue reminder / notification (on, off)
* Eyecare mode (on, off)
* Attributes
- model (Warning: set this value to philips.light.sread1)
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This list indicates supported/provided attributes. Attributes cannot be set.

- model
- scene
- delayed_turn_off
- night_light_mode
Expand All @@ -64,6 +70,8 @@ The `xiaomi_miio` platform allows you to control the state of your Xiaomi Philip

### Philips Zhirui Desk Lamp

Supported models: `philips.light.mono1`

* Power (on, off)
* Brightness
* Scene (1, 2, 3, 4)
Expand Down Expand Up @@ -102,7 +110,7 @@ name:
type: string
default: Xiaomi Philips Light
model:
description: The model of your miio light. Valid values are `philips.light.bulb`, `philips.light.candle`, `philips.light.candle2`, `philips.light.sread1`, `philips.light.ceiling`, `philips.light.zyceiling` and `philips.light.mono1`. This setting can be used to bypass the device model detection and is recommended if your device isn't always available.
description: The model of your light. Valid values are `philips.light.sread1`, `philips.light.ceiling`, `philips.light.zyceiling`, `philips.light.bulb`, `philips.light.candle`, `philips.light.candle2`, `philips.light.mono1` and `philips.light.downlight`. This setting can be used to bypass the device model detection and is recommended if your device isn't always available.
required: false
type: string
{% endconfiguration %}
Expand Down