mirror of
https://github.com/home-assistant/core.git
synced 2026-09-11 10:06:07 -05:00
Add UV switch to Pet Waterer in Tuya integration (#76718)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
co-authored by
Franck Nijhof
parent
ac56b3306a
commit
23ef3bf9ac
@@ -73,6 +73,12 @@ SWITCHES: dict[str, tuple[SwitchEntityDescription, ...]] = {
|
||||
icon="mdi:water-sync",
|
||||
entity_category=EntityCategory.CONFIG,
|
||||
),
|
||||
SwitchEntityDescription(
|
||||
key=DPCode.UV,
|
||||
name="UV Sterilization",
|
||||
icon="mdi:lightbulb",
|
||||
entity_category=EntityCategory.CONFIG,
|
||||
),
|
||||
),
|
||||
# Light
|
||||
# https://developer.tuya.com/en/docs/iot/f?id=K9i5ql3v98hn3
|
||||
|
||||
Reference in New Issue
Block a user