mirror of
https://github.com/home-assistant/core.git
synced 2025-05-01 20:57:51 +00:00
8 lines
149 B
Python
8 lines
149 B
Python
"""Constants for the zone component."""
|
|
|
|
CONF_PASSIVE = "passive"
|
|
DOMAIN = "zone"
|
|
HOME_ZONE = "home"
|
|
ATTR_PASSIVE = "passive"
|
|
ATTR_RADIUS = "radius"
|