Add Tuya Fingerbot device support (#59880)
This commit is contained in:
parent
9aa33a3cf8
commit
2be7773f5e
7 changed files with 53 additions and 0 deletions
|
@ -449,6 +449,14 @@ SWITCHES: dict[str, tuple[SwitchEntityDescription, ...]] = {
|
|||
entity_category=ENTITY_CATEGORY_CONFIG,
|
||||
),
|
||||
),
|
||||
# Fingerbot
|
||||
"szjqr": (
|
||||
SwitchEntityDescription(
|
||||
key=DPCode.SWITCH,
|
||||
name="Switch",
|
||||
icon="mdi:cursor-pointer",
|
||||
),
|
||||
),
|
||||
}
|
||||
|
||||
# Socket (duplicate of `pc`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue