From 6f6374b6b12cc09b21439c6782a3096a71bc3b8a Mon Sep 17 00:00:00 2001 From: Alone Date: Tue, 26 Mar 2024 11:17:22 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=80=20improve=20for=20yeelink.bhf=5Fli?= =?UTF-8?q?ght.v13=20(#1593)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom_components/xiaomi_miot/core/device_customizes.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/custom_components/xiaomi_miot/core/device_customizes.py b/custom_components/xiaomi_miot/core/device_customizes.py index 87011c3b8..bf39e46b4 100644 --- a/custom_components/xiaomi_miot/core/device_customizes.py +++ b/custom_components/xiaomi_miot/core/device_customizes.py @@ -1417,6 +1417,9 @@ 'yeelink.bhf_light.v11': { 'exclude_miot_services': 'yl_bath_heater', }, + 'yeelink.bhf_light.v13': { + 'miot_type': 'urn:miot-spec-v2:device:bath-heater:0000A028:yeelink-v13:1', + }, 'yeelink.light.dn2grp': { 'cloud_delay_update': 7, },