6 lines
122 B
Python
6 lines
122 B
Python
|
"""Define constants for the Somfy component."""
|
||
|
|
||
|
DOMAIN = 'somfy'
|
||
|
CLIENT_ID = 'client_id'
|
||
|
CLIENT_SECRET = 'client_secret'
|