Skip to content

Commit

Permalink
Merge branch 'release/0.0.25'
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulcahey committed Sep 24, 2019
2 parents 2de349d + d3601a8 commit 261c1c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import find_packages, setup

VERSION = "0.0.24"
VERSION = "0.0.25"


def readme():
Expand Down
2 changes: 1 addition & 1 deletion zhaquirks/xiaomi/aqara/cube.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 261c1c3

Please sign in to comment.