6 lines
170 B
Python
6 lines
170 B
Python
"""Constants for the Motion Blinds component."""
|
|
DOMAIN = "motion_blinds"
|
|
MANUFACTURER = "Motion, Coulisse B.V."
|
|
|
|
KEY_GATEWAY = "gateway"
|
|
KEY_COORDINATOR = "coordinator"
|