mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 15:06:05 +01:00
7 lines
142 B
Python
7 lines
142 B
Python
"""Constants for the Vogel's MotionMount integration."""
|
|
|
|
DOMAIN = "motionmount"
|
|
|
|
EMPTY_MAC = "00:00:00:00:00:00"
|
|
WALL_PRESET_NAME = "0_wall"
|