2020-11-23 21:33:14 +01:00
|
|
|
"""Constants for the Motion Blinds component."""
|
|
|
|
DOMAIN = "motion_blinds"
|
2020-12-24 00:15:11 +01:00
|
|
|
MANUFACTURER = "Motion Blinds, Coulisse B.V."
|
|
|
|
DEFAULT_GATEWAY_NAME = "Motion Blinds Gateway"
|
|
|
|
|
|
|
|
MOTION_PLATFORMS = ["cover", "sensor"]
|
2020-11-23 21:33:14 +01:00
|
|
|
|
|
|
|
KEY_GATEWAY = "gateway"
|
|
|
|
KEY_COORDINATOR = "coordinator"
|
2020-12-24 00:15:11 +01:00
|
|
|
KEY_MULTICAST_LISTENER = "multicast_listener"
|