From 0d027c4054509238698bac301f51776b112116d1 Mon Sep 17 00:00:00 2001 From: Alone Date: Tue, 28 Feb 2023 15:31:38 +0800 Subject: [PATCH] =?UTF-8?q?=E2=99=A8=EF=B8=8F=20add=20sub-entities=20for?= =?UTF-8?q?=20yunmi.kettle=20(#1036)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom_components/xiaomi_miot/core/device_customizes.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/custom_components/xiaomi_miot/core/device_customizes.py b/custom_components/xiaomi_miot/core/device_customizes.py index 6273b7f21..d4fc57120 100644 --- a/custom_components/xiaomi_miot/core/device_customizes.py +++ b/custom_components/xiaomi_miot/core/device_customizes.py @@ -969,6 +969,14 @@ 'extension.rc_list': {'siid': 4, 'piid': 3}, }, }, + 'yunmi.kettle.*': { + 'button_actions': 'stop_work', + 'binary_sensor_properties': 'kettle_lifting', + 'sensor_properties': 'warming_time', + 'switch_properties': 'auto_keep_warm,keep_warm_reminder,custom_knob_temp,' + 'lift_remember_temp,boiling_reminder,no_disturb', + 'number_properties': 'keep_warm_temperature,keep_warm_time', + }, 'yunmi.waterpuri.*': { 'number_properties': 'tds_warn_thd', 'sensor_properties': 'rinse,filter_remaining',