Skip to content

Commit 11f8804

Browse files
Update meross_iot dependency to 0.4.9.1 to fix #552 and #568
1 parent 1317033 commit 11f8804

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# Changelog
2-
Note! Last version breaks support for FAN entity for smart Meross Humidifier.
3-
You'll need to add it again to HA if previously configured.
1+
# 1.3.8 (2025-08-22)
2+
- Address #552, #568 and similar.
43

54
# 1.3.7 (2025-06-18)
65
- Merge #555 to fix config_entries.async_forward_entry_setup deprecation (thanks @Easen!)

custom_components/meross_cloud/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"issue_tracker": "https://github.com/albertogeniola/meross-homeassistant",
66
"dependencies": ["persistent_notification"],
77
"codeowners": ["@albertogeniola"],
8-
"requirements": ["meross_iot==0.4.9.0"],
8+
"requirements": ["meross_iot==0.4.9.1"],
99
"config_flow": true,
1010
"quality_scale": "platinum",
1111
"iot_class": "cloud_push",
12-
"version": "1.3.7"
12+
"version": "1.3.8"
1313
}

0 commit comments

Comments
 (0)