1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-26 13:50:02 +00:00
Files
core/homeassistant/components/somfy/const.py
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"