Releases: albertogeniola/meross-homeassistant
Releases · albertogeniola/meross-homeassistant
Version v1.3.12
22 Jan 22:11
Compare
Sorry, something went wrong.
No results found
⚠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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Version v1.3.7
18 Jun 10:41
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
#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
Compare
Sorry, something went wrong.
No results found
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 )