mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add Philips Zhirui Downlight and designate supported model names (#7498)
This commit is contained in:
parent
683b3538e2
commit
ee940def63
@ -13,11 +13,13 @@ ha_iot_class: "Local Polling"
|
|||||||
ha_release: 0.53
|
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
|
## 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)
|
* Power (on, off)
|
||||||
* Brightness
|
* Brightness
|
||||||
@ -31,6 +33,8 @@ The `xiaomi_miio` platform allows you to control the state of your Xiaomi Philip
|
|||||||
|
|
||||||
### Philips LED Ceiling Lamp
|
### Philips LED Ceiling Lamp
|
||||||
|
|
||||||
|
Supported models: `philips.light.ceiling`, `philips.light.zyceiling`
|
||||||
|
|
||||||
* Power (on, off)
|
* Power (on, off)
|
||||||
* Brightness
|
* Brightness
|
||||||
* Color temperature (175...370 mireds)
|
* Color temperature (175...370 mireds)
|
||||||
@ -46,6 +50,8 @@ The `xiaomi_miio` platform allows you to control the state of your Xiaomi Philip
|
|||||||
|
|
||||||
### Philips Eyecare Smart Lamp 2
|
### Philips Eyecare Smart Lamp 2
|
||||||
|
|
||||||
|
Supported models: `philips.light.sread1`
|
||||||
|
|
||||||
* Eyecare light (on, off)
|
* Eyecare light (on, off)
|
||||||
* Ambient light (on, off)
|
* Ambient light (on, off)
|
||||||
* Brightness (of each light)
|
* Brightness (of each light)
|
||||||
@ -55,7 +61,7 @@ The `xiaomi_miio` platform allows you to control the state of your Xiaomi Philip
|
|||||||
* Eye fatigue reminder / notification (on, off)
|
* Eye fatigue reminder / notification (on, off)
|
||||||
* Eyecare mode (on, off)
|
* Eyecare mode (on, off)
|
||||||
* Attributes
|
* Attributes
|
||||||
- model (Warning: set this value to philips.light.sread1)
|
- model
|
||||||
- scene
|
- scene
|
||||||
- delayed_turn_off
|
- delayed_turn_off
|
||||||
- night_light_mode
|
- night_light_mode
|
||||||
@ -64,6 +70,8 @@ The `xiaomi_miio` platform allows you to control the state of your Xiaomi Philip
|
|||||||
|
|
||||||
### Philips Zhirui Desk Lamp
|
### Philips Zhirui Desk Lamp
|
||||||
|
|
||||||
|
Supported models: `philips.light.mono1`
|
||||||
|
|
||||||
* Power (on, off)
|
* Power (on, off)
|
||||||
* Brightness
|
* Brightness
|
||||||
* Scene (1, 2, 3, 4)
|
* Scene (1, 2, 3, 4)
|
||||||
@ -102,7 +110,7 @@ name:
|
|||||||
type: string
|
type: string
|
||||||
default: Xiaomi Philips Light
|
default: Xiaomi Philips Light
|
||||||
model:
|
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
|
required: false
|
||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user