1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-03 22:24:02 +01:00
Files
core/homeassistant/components/somfy/const.py
T
2021-07-06 18:48:48 +02:00

5 lines
94 B
Python

"""Define constants for the Somfy component."""
DOMAIN = "somfy"
COORDINATOR = "coordinator"