From 5eea87e5ac57d916c04740ea0713b4b476bcd6fc Mon Sep 17 00:00:00 2001 From: Alone Date: Tue, 7 Nov 2023 13:25:21 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=A0=20add=20sub-entities=20for=20hfjh.?= =?UTF-8?q?fishbowl.v2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom_components/xiaomi_miot/core/device_customizes.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/custom_components/xiaomi_miot/core/device_customizes.py b/custom_components/xiaomi_miot/core/device_customizes.py index c833ff9e4..233f22480 100644 --- a/custom_components/xiaomi_miot/core/device_customizes.py +++ b/custom_components/xiaomi_miot/core/device_customizes.py @@ -517,6 +517,11 @@ 'hfjh.fishbowl.v1': { 'light_services': 'light', }, + 'hfjh.fishbowl.v2': { + 'switch_properties': 'water_pump,ledboard_time_switch,feed_time_switch,key_switch', + 'select_properties': 'ledboard_model', + 'number_properties': 'ledboard_brightness,ledboard_sun,ledboard_color,ledboard_stream,ledboard_speed,feed_num', + }, 'hfjh.fishbowl.m100': { 'light_services': 'light', 'sensor_properties': 'temperature,water_pump_status,filter_life_level,alarm.alarm',