core/homeassistant/components/motion_blinds/const.py

7 lines
170 B
Python

"""Constants for the Motion Blinds component."""
DOMAIN = "motion_blinds"
MANUFACTURER = "Motion, Coulisse B.V."
KEY_GATEWAY = "gateway"
KEY_COORDINATOR = "coordinator"