diff --git a/custom_components/xiaomi_gateway3/core/converters/devices.py b/custom_components/xiaomi_gateway3/core/converters/devices.py index b17d24c3..871f90d4 100644 --- a/custom_components/xiaomi_gateway3/core/converters/devices.py +++ b/custom_components/xiaomi_gateway3/core/converters/devices.py @@ -1192,6 +1192,7 @@ # https://github.com/AlexxIT/XiaomiGateway3/issues/929 MathConv("temperature", mi="3.p.1001", min=-30, max=100, round=1), MathConv("humidity", mi="3.p.1008", min=0, max=100, round=1), + Converter("battery", mi="2.p.1003"), Converter("battery", "sensor", enabled=None), # no in new firmwares ], }, {