Skip to content

Commit 12b5cab

Browse files
Address #584 - Fix breaking HTTP API changes for subdevice interface
1 parent 935e3e7 commit 12b5cab

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.3.11 (2026-01-22)
2+
- Address #584 (fix HTTP API server breaking changes)
3+
14
# 1.3.1beta2 (2025-09-25)
25
- Address #567 (fix SSL blocking call and ATTR_COLOR_TEMP_KELVIN deprecation)
36

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.10.3"],
8+
"requirements": ["meross_iot==0.4.10.4"],
99
"config_flow": true,
1010
"quality_scale": "platinum",
1111
"iot_class": "cloud_push",
12-
"version": "1.3.10"
12+
"version": "1.3.11"
1313
}

0 commit comments

Comments
 (0)