Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dixon777 committed Sep 7, 2023
1 parent ff8a4a6 commit b8c65f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
2 changes: 2 additions & 0 deletions custom_components/xiaomi_gateway3/core/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b8c65f8

Please sign in to comment.