mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
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"
|