From bbdc8fc5aea51bbf1aeb76d4a7d4e9ca56d6c2a2 Mon Sep 17 00:00:00 2001 From: "David F. Mulcahey" Date: Tue, 24 Sep 2019 14:03:16 -0400 Subject: [PATCH 1/2] fix cube model (#162) --- zhaquirks/xiaomi/aqara/cube.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zhaquirks/xiaomi/aqara/cube.py b/zhaquirks/xiaomi/aqara/cube.py index 79795be546..360471c87c 100644 --- a/zhaquirks/xiaomi/aqara/cube.py +++ b/zhaquirks/xiaomi/aqara/cube.py @@ -228,7 +228,7 @@ def _update_attribute(self, attrid, value): # device_version=1 # input_clusters=[0, 3, 25, 18] # output_clusters=[0, 4, 3, 5, 25, 18]> - MODELS_INFO: [(LUMI, "lumi.sensor_cube.aqgl01")], + MODELS_INFO: [(LUMI, "lumi.sensor_cube")], ENDPOINTS: { 1: { PROFILE_ID: zha.PROFILE_ID, From d3601a84d383be224371c42bffe6588b1d915629 Mon Sep 17 00:00:00 2001 From: David Mulcahey Date: Tue, 24 Sep 2019 14:04:14 -0400 Subject: [PATCH 2/2] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5fec03aef9..b992f06747 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup -VERSION = "0.0.24" +VERSION = "0.0.25" def readme():