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