We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935e3e7 commit 12b5cabCopy full SHA for 12b5cab
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 1.3.11 (2026-01-22)
2
+- Address #584 (fix HTTP API server breaking changes)
3
+
4
# 1.3.1beta2 (2025-09-25)
5
- Address #567 (fix SSL blocking call and ATTR_COLOR_TEMP_KELVIN deprecation)
6
custom_components/meross_cloud/manifest.json
@@ -5,9 +5,9 @@
"issue_tracker": "https://github.com/albertogeniola/meross-homeassistant",
"dependencies": ["persistent_notification"],
7
"codeowners": ["@albertogeniola"],
8
- "requirements": ["meross_iot==0.4.10.3"],
+ "requirements": ["meross_iot==0.4.10.4"],
9
"config_flow": true,
10
"quality_scale": "platinum",
11
"iot_class": "cloud_push",
12
- "version": "1.3.10"
+ "version": "1.3.11"
13
}
0 commit comments