1
0
mirror of https://github.com/home-assistant/core.git synced 2025-07-22 12:47:08 +00:00
Paulus Schoutsen 4de97abc3a Black
2019-07-31 12:25:30 -07:00

6 lines
122 B
Python

"""Define constants for the Somfy component."""
DOMAIN = "somfy"
CLIENT_ID = "client_id"
CLIENT_SECRET = "client_secret"