Add Smart Kettle (bh) device support to Tuya (#58347)

This commit is contained in:
Franck Nijhof 2021-10-25 13:48:43 +02:00 committed by GitHub
parent 640a7fee9d
commit 367c4d3676
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 91 additions and 1 deletions

View file

@ -34,7 +34,7 @@ SWITCHES: dict[str, tuple[SwitchEntityDescription, ...]] = {
),
SwitchEntityDescription(
key=DPCode.WARM,
name="Heat preservation",
name="Heat Preservation",
entity_category=ENTITY_CATEGORY_CONFIG,
),
),