mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Provide an individual color temperature range per Yeelight model (#5253)
* Provide an individual color temperature range per Yeelight model * Typo fixed * New Yeelight Color added * Headline added
This commit is contained in:
parent
61cca85e73
commit
6aa746abdc
@ -40,6 +40,7 @@ Configuration variables:
|
|||||||
- **transition** (*Optional*, default 350): Smooth transitions over time (in ms).
|
- **transition** (*Optional*, default 350): Smooth transitions over time (in ms).
|
||||||
- **use_music_mode** (*Optional*, default False): Enable music mode.
|
- **use_music_mode** (*Optional*, default False): Enable music mode.
|
||||||
- **save_on_change** (*Optional*, default False): Saves the bulb state in its nonvolatile memory when changed from Home Assistant.
|
- **save_on_change** (*Optional*, default False): Saves the bulb state in its nonvolatile memory when changed from Home Assistant.
|
||||||
|
- **model** (*Optional*): Yeelight model. Possible values are `mono1`, `color1`, `strip1`, `bslamp1`, `ceiling1`, `ceiling2`, `ceiling3`, `ceiling4`. The setting is used to enable model specific features f.e. a particular color temperature range.
|
||||||
|
|
||||||
#### {% linkable_title Music mode %}
|
#### {% linkable_title Music mode %}
|
||||||
Per default the bulb limits the amount of requests per minute to 60, a limitation which can be bypassed by enabling the music mode. In music mode the bulb is commanded to connect back to a socket provided by the component and it tries to keep the connection open, which may not be wanted in all use-cases.
|
Per default the bulb limits the amount of requests per minute to 60, a limitation which can be bypassed by enabling the music mode. In music mode the bulb is commanded to connect back to a socket provided by the component and it tries to keep the connection open, which may not be wanted in all use-cases.
|
||||||
@ -53,22 +54,27 @@ Determine your bulb IP (using router, software, ping ...).
|
|||||||
Information on how to enable "LAN Mode" can be found [here](https://getyeti.co/posts/how-to-control-yeelight-and-your-smarthome-with-yeti).
|
Information on how to enable "LAN Mode" can be found [here](https://getyeti.co/posts/how-to-control-yeelight-and-your-smarthome-with-yeti).
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
### {% linkable_title Supported models %}
|
||||||
|
|
||||||
<p class='note warning'>
|
<p class='note warning'>
|
||||||
This component is tested to work with the following models. If you have a different model and it is working please let us know.
|
This component is tested to work with the following models. If you have a different model and it is working please let us know.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
- **YLDP01YL**: LED Bulb (White)
|
| Model ID | Model number | Product name |
|
||||||
- **YLDP02YL**: LED Bulb (Color)
|
|------------|--------------|--------------------------------------------------|
|
||||||
- **YLDP03YL**: LED Bulb (Color) - E26
|
| `mono1` | YLDP01YL | LED Bulb (White) |
|
||||||
- **YLDP05YL**: LED Bulb (White) II
|
| ? | YLDP05YL | LED Bulb (White) - 2nd generation |
|
||||||
- **YLDP06YL**: LED Bulb (Color) II
|
| `color1` | YLDP02YL | LED Bulb (Color) |
|
||||||
- **YLDD01YL**: Lightstrip (Color)
|
| `color1` | YLDP03YL | LED Bulb (Color) - E26 |
|
||||||
- **YLDD02YL**: Lightstrip (Color)
|
| `color2` | YLDP06YL | LED Bulb (Color) - 2nd generation |
|
||||||
- **MJCTD01YL**: Xiaomi Mijia Bedside Lamp - WIFI Version!
|
| `strip1` | YLDD01YL | Lightstrip (Color) |
|
||||||
- **MJTD01YL**: Xiaomi Mijia Smart LED Desk Lamp (autodiscovery isn't possible because the device doesn't support mDNS due to the small amount of RAM)
|
| `strip1` | YLDD02YL | Lightstrip (Color) |
|
||||||
- **YLXD02YL**: Yeelight Ceiling Light 4 (Jiaoyue 650)
|
| `bslamp1` | MJCTD01YL | Xiaomi Mijia Bedside Lamp - WIFI Version! |
|
||||||
- **YLXD01YL**: Yeelight Smart LED Ceiling Light - Youth Version
|
| `lamp1` | MJTD01YL | Xiaomi Mijia Smart LED Desk Lamp (autodiscovery isn't possible because the device doesn't support mDNS due to the small amount of RAM) |
|
||||||
|
| `ceiling1` | ? | Yeelight Ceiling Light |
|
||||||
|
| `ceiling2` | YLXD01YL | Yeelight Smart LED Ceiling Light - Youth Version |
|
||||||
|
| `ceiling3` | ? | Yeelight Ceiling Light |
|
||||||
|
| `ceiling4` | YLXD02YL | Yeelight Ceiling Light 4 (Jiaoyue 650) |
|
||||||
|
|
||||||
## {% linkable_title Platform Services %}
|
## {% linkable_title Platform Services %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user