Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.icloud.const
 

Variables

string homeassistant.components.icloud.const.CONF_GPS_ACCURACY_THRESHOLD = "gps_accuracy_threshold"
 
string homeassistant.components.icloud.const.CONF_MAX_INTERVAL = "max_interval"
 
string homeassistant.components.icloud.const.CONF_WITH_FAMILY = "with_family"
 
int homeassistant.components.icloud.const.DEFAULT_GPS_ACCURACY_THRESHOLD = 500
 
int homeassistant.components.icloud.const.DEFAULT_MAX_INTERVAL = 30
 
bool homeassistant.components.icloud.const.DEFAULT_WITH_FAMILY = False
 
string homeassistant.components.icloud.const.DEVICE_BATTERY_LEVEL = "batteryLevel"
 
string homeassistant.components.icloud.const.DEVICE_BATTERY_STATUS = "batteryStatus"
 
string homeassistant.components.icloud.const.DEVICE_CLASS = "deviceClass"
 
string homeassistant.components.icloud.const.DEVICE_DISPLAY_NAME = "deviceDisplayName"
 
string homeassistant.components.icloud.const.DEVICE_ID = "id"
 
string homeassistant.components.icloud.const.DEVICE_LOCATION = "location"
 
string homeassistant.components.icloud.const.DEVICE_LOCATION_HORIZONTAL_ACCURACY = "horizontalAccuracy"
 
string homeassistant.components.icloud.const.DEVICE_LOCATION_LATITUDE = "latitude"
 
string homeassistant.components.icloud.const.DEVICE_LOCATION_LONGITUDE = "longitude"
 
string homeassistant.components.icloud.const.DEVICE_LOST_MODE_CAPABLE = "lostModeCapable"
 
string homeassistant.components.icloud.const.DEVICE_LOW_POWER_MODE = "lowPowerMode"
 
string homeassistant.components.icloud.const.DEVICE_NAME = "name"
 
string homeassistant.components.icloud.const.DEVICE_PERSON_ID = "prsId"
 
string homeassistant.components.icloud.const.DEVICE_RAW_DEVICE_MODEL = "rawDeviceModel"
 
string homeassistant.components.icloud.const.DEVICE_STATUS = "deviceStatus"
 
dictionary homeassistant.components.icloud.const.DEVICE_STATUS_CODES
 
list homeassistant.components.icloud.const.DEVICE_STATUS_SET
 
string homeassistant.components.icloud.const.DOMAIN = "icloud"
 
list homeassistant.components.icloud.const.PLATFORMS = [Platform.DEVICE_TRACKER, Platform.SENSOR]
 
string homeassistant.components.icloud.const.STORAGE_KEY = DOMAIN
 
int homeassistant.components.icloud.const.STORAGE_VERSION = 2