mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 02:37:50 +00:00
8 lines
127 B
Python
8 lines
127 B
Python
"""Lutron constants."""
|
|
|
|
DOMAIN = "lutron"
|
|
|
|
CONF_DEFAULT_DIMMER_LEVEL = "default_dimmer_level"
|
|
|
|
DEFAULT_DIMMER_LEVEL = 255 / 2
|