Skip to content

Commit

Permalink
Merge branch 'release/2022.11.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Nov 22, 2022
2 parents 8ff3281 + d1a4279 commit a52d755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/xiaomi_miio_cooker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def update(event_time):

except DeviceException as ex:
dispatcher_send(hass, "{}_unavailable".format(DOMAIN), host)
_LOGGER.error("Got exception while fetching the state: %s", ex)
_LOGGER.info("Got exception while fetching the state: %s", ex)

update(utcnow())
track_time_interval(hass, update, scan_interval)
Expand Down
2 changes: 1 addition & 1 deletion custom_components/xiaomi_miio_cooker/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "xiaomi_miio_cooker",
"name": "Xiaomi Mi Electric Rice Cooker",
"version": "2022.8.0.0",
"version": "2022.11.0.0",
"iot_class": "local_polling",
"config_flow": false,
"documentation": "https://github.com/syssi/xiaomi_cooker",
Expand Down

0 comments on commit a52d755

Please sign in to comment.