From 616e2794604e3c6bb60c89dad79a2fb3e84eba29 Mon Sep 17 00:00:00 2001 From: Alone Date: Fri, 1 Nov 2024 12:34:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=80=20improve=20for=20viomi.waterheate?= =?UTF-8?q?r.e1=20(#1707)?= 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 8eff0275f..1585dc803 100644 --- a/custom_components/xiaomi_miot/core/device_customizes.py +++ b/custom_components/xiaomi_miot/core/device_customizes.py @@ -1374,6 +1374,9 @@ 'viomi.washer.*': { 'exclude_miot_services': 'key_press', }, + 'viomi.waterheater.e1': { + 'unreadable_properties': True, # issues/1707 + }, 'viomi.waterheater.m1': { 'sensor_properties': 'water_heater.status,water_level,temperature_tips,' 'input_water_temp,water_pump_volt,remaining_time',