From 0960aac72551fd5d1513bc046a6780563004afa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E9=87=8ESKY?= <87404327+FlyingFeng2021@users.noreply.github.com> Date: Sun, 3 Mar 2024 13:20:18 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=83=20imporve=20pm10=20unit=20for=20zh?= =?UTF-8?q?imi.airp.vb4=20(#1553)?= 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 070af6e91..f018d30d1 100644 --- a/custom_components/xiaomi_miot/core/device_customizes.py +++ b/custom_components/xiaomi_miot/core/device_customizes.py @@ -1411,6 +1411,9 @@ 'select_properties': 'brightness', 'number_properties': 'air_purifier_favorite.fan_level', }, + 'zhimi.airp.vb4:pm10-density': { + 'unit_of_measurement': 'µg/m³', + }, 'zhimi.airpurifier.*': { 'speed_property': 'favorite_level,favorite_fan_level', 'number_properties': 'favorite_level,favorite_fan_level',