1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-13 17:44:45 +01:00
Files
core/homeassistant/components/somfy/const.py
T
2020-10-26 23:42:12 -05:00

7 lines
137 B
Python

"""Define constants for the Somfy component."""
DOMAIN = "somfy"
COORDINATOR = "coordinator"
API = "api"
CONF_OPTIMISTIC = "optimistic"