diff --git a/custom_components/xiaomi_gateway3/core/converters/devices.py b/custom_components/xiaomi_gateway3/core/converters/devices.py index 0f8f4c38..89b19c2d 100644 --- a/custom_components/xiaomi_gateway3/core/converters/devices.py +++ b/custom_components/xiaomi_gateway3/core/converters/devices.py @@ -2198,7 +2198,7 @@ ] }, { # https://home.miot-spec.com/s/5045 - 5045: ["Linptech", "Mesh Triple Wall Switch (no L)", "QE1SB-W3(MI)"], + 5045: ["Linptech", "Mesh Triple Wall Switch (no N)", "QE1SB-W3(MI)"], "spec": [ Converter("channel_1", "switch", mi="2.p.1"), Converter("channel_2", "switch", mi="3.p.1"), diff --git a/custom_components/xiaomi_gateway3/core/entity.py b/custom_components/xiaomi_gateway3/core/entity.py index 1e30faae..cf48e538 100644 --- a/custom_components/xiaomi_gateway3/core/entity.py +++ b/custom_components/xiaomi_gateway3/core/entity.py @@ -129,6 +129,8 @@ "turn_off_transit_sec": EntityCategory.CONFIG, "change_transit_sec": EntityCategory.CONFIG, "min_brightness": EntityCategory.CONFIG, + # Linptech Mesh Triple Wall Switch (no N) + "compatible_mode": EntityCategory.CONFIG, } STATE_TIMEOUT = timedelta(minutes=10)