Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ollo69 committed Jun 26, 2022
1 parent ed32a8e commit 33a8e0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/smartthinq_sensors/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ class ThinQBinarySensorEntityDescription(BinarySensorEntityDescription):
ThinQBinarySensorEntityDescription(
key=ATTR_DOOR_OPEN,
name="Door open",
device_class=BinarySensorDeviceClass.OPENING,
device_class=BinarySensorDeviceClass.DOOR,
value_fn=lambda x: x.dooropen_state,
),
)
Expand Down
2 changes: 1 addition & 1 deletion custom_components/smartthinq_sensors/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Support to interface with LGE ThinQ Devices.
"""

__version__ = "0.23.0"
__version__ = "0.23.1"
PROJECT_URL = "https://github.com/ollo69/ha-smartthinq-sensors/"
ISSUE_URL = "{}issues".format(PROJECT_URL)

Expand Down
2 changes: 1 addition & 1 deletion custom_components/smartthinq_sensors/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
],
"config_flow": true,
"iot_class": "cloud_polling",
"version": "0.23.0"
"version": "0.23.1"
}

0 comments on commit 33a8e0c

Please sign in to comment.