* Move zone helpers to zone root * Add config entry support to device tracker * Convert Geofency * Convert GPSLogger * Track unsub per entry * Convert locative * Migrate OwnTracks * Lint * location -> latitude, longitude props * Lint * lint * Fix test
7 lines
149 B
Python
7 lines
149 B
Python
"""Constants for the zone component."""
|
|
|
|
CONF_PASSIVE = 'passive'
|
|
DOMAIN = 'zone'
|
|
HOME_ZONE = 'home'
|
|
ATTR_PASSIVE = 'passive'
|
|
ATTR_RADIUS = 'radius'
|