Add Dimmer Configuration Support (#1484)

This commit is contained in:
Ryan Nitcher
2025-02-02 06:48:34 -07:00
committed by GitHub
parent 8259d28b12
commit bff5409d22
5 changed files with 479 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ from .ambientlight import AmbientLight
from .antitheft import Antitheft
from .cloud import Cloud
from .countdown import Countdown
from .dimmer import Dimmer
from .emeter import Emeter
from .led import Led
from .light import Light
@@ -20,6 +21,7 @@ __all__ = [
"Antitheft",
"Cloud",
"Countdown",
"Dimmer",
"Emeter",
"Led",
"Light",