Add Tuya Fingerbot device support (#59880)

This commit is contained in:
PlusPlus-ua 2021-11-29 17:52:15 +02:00 committed by GitHub
parent 9aa33a3cf8
commit 2be7773f5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 53 additions and 0 deletions

View file

@ -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`)