Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.proximity.const Namespace Reference

Variables

string CONF_IGNORED_ZONES = "ignored_zones"
 
string CONF_TOLERANCE = "tolerance"
 
string CONF_TRACKED_ENTITIES = "tracked_entities"
 
string DEFAULT_DIR_OF_TRAVEL = "not set"
 
string DEFAULT_DIST_TO_ZONE = "not set"
 
string DEFAULT_NEAREST = "not set"
 
string DEFAULT_PROXIMITY_ZONE = "home"
 
int DEFAULT_TOLERANCE = 1
 
string DOMAIN = "proximity"
 
 Final
 
list UNITS
 

Detailed Description

Constants for Proximity integration.

Variable Documentation

◆ CONF_IGNORED_ZONES

string homeassistant.components.proximity.const.CONF_IGNORED_ZONES = "ignored_zones"

Definition at line 16 of file const.py.

◆ CONF_TOLERANCE

string homeassistant.components.proximity.const.CONF_TOLERANCE = "tolerance"

Definition at line 17 of file const.py.

◆ CONF_TRACKED_ENTITIES

string homeassistant.components.proximity.const.CONF_TRACKED_ENTITIES = "tracked_entities"

Definition at line 18 of file const.py.

◆ DEFAULT_DIR_OF_TRAVEL

string homeassistant.components.proximity.const.DEFAULT_DIR_OF_TRAVEL = "not set"

Definition at line 20 of file const.py.

◆ DEFAULT_DIST_TO_ZONE

string homeassistant.components.proximity.const.DEFAULT_DIST_TO_ZONE = "not set"

Definition at line 21 of file const.py.

◆ DEFAULT_NEAREST

string homeassistant.components.proximity.const.DEFAULT_NEAREST = "not set"

Definition at line 22 of file const.py.

◆ DEFAULT_PROXIMITY_ZONE

string homeassistant.components.proximity.const.DEFAULT_PROXIMITY_ZONE = "home"

Definition at line 23 of file const.py.

◆ DEFAULT_TOLERANCE

int homeassistant.components.proximity.const.DEFAULT_TOLERANCE = 1

Definition at line 24 of file const.py.

◆ DOMAIN

string homeassistant.components.proximity.const.DOMAIN = "proximity"

Definition at line 25 of file const.py.

◆ Final

homeassistant.components.proximity.const.Final

Definition at line 7 of file const.py.

◆ UNITS

list homeassistant.components.proximity.const.UNITS
Initial value:
1 = [
2  UnitOfLength.METERS,
3  UnitOfLength.KILOMETERS,
4  UnitOfLength.FEET,
5  UnitOfLength.YARDS,
6  UnitOfLength.MILES,
7 ]

Definition at line 27 of file const.py.