Skip to content

Releases: albertogeniola/meross-homeassistant

Version v1.3.12

22 Jan 22:11
aa0c953

Choose a tag to compare

⚠Important update!⚠

The Meross team has updated the HTTP API interface, breaking the low-level meross_iot library. This has also caused issues to this HomeAssistant custom component. This release is a hotfix to address that issue.

Version 1.3.11

22 Jan 19:38
12b5cab

Choose a tag to compare

Version v1.3.11

⚠Important update!⚠

The Meross team has updated the HTTP API interface, breaking the low-level meross_iot library. This has also caused issues to this HomeAssistant custom component. This release is a hotfix to address that issue.

Version 1.3.10

30 Sep 16:32
935e3e7

Choose a tag to compare

  • Handle #569 (add support for water leak sensor)
  • Handle #567: improve SSL context management and update deprecated HA constants
  • Minor logging adjustments

Full Changelog: v1.3.9...v1.3.10

v1.3.9

22 Aug 16:12
c2acd29

Choose a tag to compare

Version 1.3.9

  • Fixes #563: enable re-auth flows when meross tokens get invalidated.

Full Changelog: v1.3.8...v1.3.9

v1.3.8

22 Aug 15:40
11f8804

Choose a tag to compare

Version 1.3.8

Full Changelog: v1.3.7...v1.3.8

Version v1.3.7

18 Jun 10:41
1317033

Choose a tag to compare

What's Changed

  • fix: use hass.config_entries.async_forward_entry_setups() as hass.co… by @Easen in #555

New Contributors

Full Changelog: v1.3.6...v1.3.7

Version v1.3.6

17 Mar 22:15

Choose a tag to compare

  • Updated meross_iot dependency to 0.4.9.0 which fixes issues with paho-mqtt
  • Set Min HA version to 2025.3

Version 1.3.2

12 May 12:35
6e5ef2b

Choose a tag to compare

Version v1.3.2

Changes:

  • Using low-level library MerossIot v0.4.7.2b3 which should add support for HomeKit Hubs (addressing #435 and possibly #400)
  • Add support for BatteryLevel sensors for Meross SubDevices
  • Addressing #499

Version v1.3.2beta1

04 May 13:28
fa31a6e

Choose a tag to compare

Version v1.3.2beta1 Pre-release
Pre-release

#Version v1.3.2beta1

This is a beta version of the component. It has not been tested widely.

Changes:

  • Using low-level library MerossIot v0.4.7.2b3 which should add support for HomeKit Hubs (addressing #435 and possibly #400)
  • Add support for BatteryLevel sensors for Meross SubDevices
  • Addressing #499

Version v1.3.1

28 Apr 15:46
a87ccf8

Choose a tag to compare

Includes 1.3.1beta1 improvements, such as:

  • Implement MFA support (addressing #467)
  • Avoid storing username/password credentials (addressing #486)

Moreover addresses the following:

  • Fix light platform deprecations
  • Fix climate platform deprecations
  • Add OPENING and CLOSING transient states for garage openers (#493)
  • Change log verbosity from INFO to DEBUG (addresses #481)