mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Add support for Tuya dimmer module (#113741)
This commit is contained in:
parent
aba5dcb63e
commit
815d120645
@ -380,6 +380,10 @@ LIGHTS["cz"] = LIGHTS["kg"]
|
||||
# https://developer.tuya.com/en/docs/iot/s?id=K9gf7o5prgf7s
|
||||
LIGHTS["pc"] = LIGHTS["kg"]
|
||||
|
||||
# Dimmer (duplicate of `tgq`)
|
||||
# https://developer.tuya.com/en/docs/iot/tgq?id=Kaof8ke9il4k4
|
||||
LIGHTS["tdq"] = LIGHTS["tgq"]
|
||||
|
||||
|
||||
@dataclass
|
||||
class ColorData:
|
||||
|
Loading…
x
Reference in New Issue
Block a user