mirror of
https://github.com/home-assistant/core.git
synced 2025-05-05 14:39:16 +00:00

* 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
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'
|