Skip to content

Commit

Permalink
Merge branch 'release/0.0.28'
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulcahey committed Nov 13, 2019
2 parents 47fe8f3 + d7ceb8e commit 928e925
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.27"
VERSION = "0.0.28"


def readme():
Expand Down
4 changes: 2 additions & 2 deletions zhaquirks/xiaomi/mija/sensor_ht.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
Ota,
Scenes,
)
from zigpy.zcl.clusters.measurement import RelativeHumidity

from .. import (
LUMI,
BasicCluster,
PowerConfigurationCluster,
RelativeHumidityCluster,
TemperatureMeasurementCluster,
XiaomiCustomDevice,
)
Expand Down Expand Up @@ -121,7 +121,7 @@ def __init__(self, *args, **kwargs):
PowerConfigurationCluster,
Identify.cluster_id,
TemperatureMeasurementCluster,
RelativeHumidity.cluster_id,
RelativeHumidityCluster,
XIAOMI_CLUSTER_ID,
Ota.cluster_id,
],
Expand Down

0 comments on commit 928e925

Please sign in to comment.