From 6b2dacd0b6111ce8f64f073e5de0ab3399a1084c Mon Sep 17 00:00:00 2001 From: Dmitrii Kuzmin Date: Mon, 27 May 2024 10:42:40 +0400 Subject: [PATCH] Update yeelight.markdown (#32665) * Update yeelight.markdown * Remove reference to yeelight documentation as this no longer works --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/yeelight.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_integrations/yeelight.markdown b/source/_integrations/yeelight.markdown index c434ee99fc7..381ca2440e5 100644 --- a/source/_integrations/yeelight.markdown +++ b/source/_integrations/yeelight.markdown @@ -161,7 +161,9 @@ Per default, the bulb limits the number of requests per minute to 60, a limitati Before trying to control your light through Home Assistant, you have to set up your bulb using the Yeelight app. ( [Android](https://play.google.com/store/apps/details?id=com.yeelight.cherry&hl=fr), [IOS](https://itunes.apple.com/us/app/yeelight/id977125608?mt=8) ). In the bulb property, you have to enable "LAN Control" (previously called "Developer mode"). LAN Control may only be available with the latest firmware installed on your bulb. Firmware can be updated in the application after connecting the bulb. Determine your bulb IP (using router, software, ping...). -Information on how to enable "LAN Control" can be found [here](https://www.yeelight.com/faqs/lan_control). +Currently, there is no official way to change LAN mode. However, some methods might be found here: +- [Desktop app](https://community.home-assistant.io/t/the-easiest-method-to-enable-lan-developer-mode-on-xiaomi-bulb/727360) +- CLI using the python-miio library: [1](https://community.home-assistant.io/t/integrate-mi-smart-led-bulb-easy-steps/312174), [2](https://community.home-assistant.io/t/integrate-mi-smart-led-bulb-warm-white-xmbgdp01ylk/290404)