mirror of
https://github.com/home-assistant/core.git
synced 2026-09-02 11:31:45 +01: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"
|