mirror of
https://github.com/home-assistant/core.git
synced 2026-07-13 17:44:45 +01:00
7 lines
137 B
Python
7 lines
137 B
Python
"""Define constants for the Somfy component."""
|
|
|
|
DOMAIN = "somfy"
|
|
COORDINATOR = "coordinator"
|
|
API = "api"
|
|
CONF_OPTIMISTIC = "optimistic"
|