From d76d93e7a87c5986402d740d39ccecc85e54a165 Mon Sep 17 00:00:00 2001 From: Alone Date: Thu, 24 Oct 2024 15:03:26 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=8F=EF=B8=8F=20add=20entities=20for=20?= =?UTF-8?q?iot.bed.upone=20(#1836)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom_components/xiaomi_miot/core/device_customizes.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/custom_components/xiaomi_miot/core/device_customizes.py b/custom_components/xiaomi_miot/core/device_customizes.py index 79fdcdf8e..6116a5621 100644 --- a/custom_components/xiaomi_miot/core/device_customizes.py +++ b/custom_components/xiaomi_miot/core/device_customizes.py @@ -715,6 +715,10 @@ 'select_properties': 'work_mode,hip_water_gage,woman_water_gage,hip_nozzle_position,woman_nozzle_pos,' 'seat_temperature,wind_temperature,water_temperature,auto_mode', }, + 'iot.bed.upone': { + 'select_properties': 'mode,min_control,light_conrtol', + 'number_properties': 'light_bright', + }, 'iot.plug.jdls1': { 'chunk_properties': 1, 'exclude_miot_services': 'indicator_light',