Variables | |
| string | ATTR_ALTITUDE = "altitude" |
| string | ATTR_APP_DATA = "app_data" |
| string | ATTR_APP_ID = "app_id" |
| string | ATTR_APP_NAME = "app_name" |
| string | ATTR_APP_VERSION = "app_version" |
| string | ATTR_CAMERA_ENTITY_ID = "camera_entity_id" |
| string | ATTR_CONFIG_ENTRY_ID = "entry_id" |
| string | ATTR_COURSE = "course" |
| string | ATTR_DEVICE_NAME = "device_name" |
| string | ATTR_EVENT_DATA = "event_data" |
| string | ATTR_EVENT_TYPE = "event_type" |
| string | ATTR_MANUFACTURER = "manufacturer" |
| string | ATTR_MODEL = "model" |
| string | ATTR_NO_LEGACY_ENCRYPTION = "no_legacy_encryption" |
| string | ATTR_OS_NAME = "os_name" |
| string | ATTR_OS_VERSION = "os_version" |
| string | ATTR_PUSH_RATE_LIMITS = "rateLimits" |
| string | ATTR_PUSH_RATE_LIMITS_ERRORS = "errors" |
| string | ATTR_PUSH_RATE_LIMITS_MAXIMUM = "maximum" |
| string | ATTR_PUSH_RATE_LIMITS_RESETS_AT = "resetsAt" |
| string | ATTR_PUSH_RATE_LIMITS_SUCCESSFUL = "successful" |
| string | ATTR_PUSH_TOKEN = "push_token" |
| string | ATTR_PUSH_URL = "push_url" |
| string | ATTR_PUSH_WEBSOCKET_CHANNEL = "push_websocket_channel" |
| string | ATTR_SENSOR_ATTRIBUTES = "attributes" |
| string | ATTR_SENSOR_DEVICE_CLASS = "device_class" |
| string | ATTR_SENSOR_DISABLED = "disabled" |
| string | ATTR_SENSOR_ENTITY_CATEGORY = "entity_category" |
| string | ATTR_SENSOR_ICON = "icon" |
| string | ATTR_SENSOR_NAME = "name" |
| string | ATTR_SENSOR_STATE = "state" |
| string | ATTR_SENSOR_STATE_CLASS = "state_class" |
| string | ATTR_SENSOR_TYPE = "type" |
| string | ATTR_SENSOR_TYPE_BINARY_SENSOR = "binary_sensor" |
| string | ATTR_SENSOR_TYPE_SENSOR = "sensor" |
| string | ATTR_SENSOR_UNIQUE_ID = "unique_id" |
| string | ATTR_SENSOR_UOM = "unit_of_measurement" |
| string | ATTR_SPEED = "speed" |
| string | ATTR_SUPPORTS_ENCRYPTION = "supports_encryption" |
| string | ATTR_TEMPLATE = "template" |
| string | ATTR_TEMPLATE_VARIABLES = "variables" |
| string | ATTR_VERTICAL_ACCURACY = "vertical_accuracy" |
| string | ATTR_WEBHOOK_DATA = "data" |
| string | ATTR_WEBHOOK_ENCRYPTED = "encrypted" |
| string | ATTR_WEBHOOK_ENCRYPTED_DATA = "encrypted_data" |
| string | ATTR_WEBHOOK_ID = "webhook_id" |
| string | ATTR_WEBHOOK_TYPE = "type" |
| string | CONF_CLOUDHOOK_URL = "cloudhook_url" |
| string | CONF_REMOTE_UI_URL = "remote_ui_url" |
| string | CONF_SECRET = "secret" |
| string | CONF_USER_ID = "user_id" |
| string | DATA_CONFIG_ENTRIES = "config_entries" |
| string | DATA_DELETED_IDS = "deleted_ids" |
| string | DATA_DEVICES = "devices" |
| string | DATA_NOTIFY = "notify" |
| string | DATA_PUSH_CHANNEL = "push_channel" |
| string | DATA_STORE = "store" |
| string | DOMAIN = "mobile_app" |
| string | ERR_ENCRYPTION_ALREADY_ENABLED = "encryption_already_enabled" |
| string | ERR_ENCRYPTION_NOT_AVAILABLE = "encryption_not_available" |
| string | ERR_ENCRYPTION_REQUIRED = "encryption_required" |
| string | ERR_INVALID_FORMAT = "invalid_format" |
| string | ERR_SENSOR_NOT_REGISTERED = "not_registered" |
| SCHEMA_APP_DATA | |
| string | SIGNAL_LOCATION_UPDATE = DOMAIN + "_location_update_{}" |
| string | SIGNAL_SENSOR_UPDATE = f"{DOMAIN}_sensor_update" |
| string | STORAGE_KEY = DOMAIN |
| int | STORAGE_VERSION = 1 |
Constants for mobile_app.
| string homeassistant.components.mobile_app.const.ATTR_ALTITUDE = "altitude" |
| string homeassistant.components.mobile_app.const.ATTR_APP_DATA = "app_data" |
| string homeassistant.components.mobile_app.const.ATTR_APP_ID = "app_id" |
| string homeassistant.components.mobile_app.const.ATTR_APP_NAME = "app_name" |
| string homeassistant.components.mobile_app.const.ATTR_APP_VERSION = "app_version" |
| string homeassistant.components.mobile_app.const.ATTR_CAMERA_ENTITY_ID = "camera_entity_id" |
| string homeassistant.components.mobile_app.const.ATTR_CONFIG_ENTRY_ID = "entry_id" |
| string homeassistant.components.mobile_app.const.ATTR_COURSE = "course" |
| string homeassistant.components.mobile_app.const.ATTR_DEVICE_NAME = "device_name" |
| string homeassistant.components.mobile_app.const.ATTR_EVENT_DATA = "event_data" |
| string homeassistant.components.mobile_app.const.ATTR_EVENT_TYPE = "event_type" |
| string homeassistant.components.mobile_app.const.ATTR_MANUFACTURER = "manufacturer" |
| string homeassistant.components.mobile_app.const.ATTR_MODEL = "model" |
| string homeassistant.components.mobile_app.const.ATTR_NO_LEGACY_ENCRYPTION = "no_legacy_encryption" |
| string homeassistant.components.mobile_app.const.ATTR_OS_NAME = "os_name" |
| string homeassistant.components.mobile_app.const.ATTR_OS_VERSION = "os_version" |
| string homeassistant.components.mobile_app.const.ATTR_PUSH_RATE_LIMITS = "rateLimits" |
| string homeassistant.components.mobile_app.const.ATTR_PUSH_RATE_LIMITS_ERRORS = "errors" |
| string homeassistant.components.mobile_app.const.ATTR_PUSH_RATE_LIMITS_MAXIMUM = "maximum" |
| string homeassistant.components.mobile_app.const.ATTR_PUSH_RATE_LIMITS_RESETS_AT = "resetsAt" |
| string homeassistant.components.mobile_app.const.ATTR_PUSH_RATE_LIMITS_SUCCESSFUL = "successful" |
| string homeassistant.components.mobile_app.const.ATTR_PUSH_TOKEN = "push_token" |
| string homeassistant.components.mobile_app.const.ATTR_PUSH_URL = "push_url" |
| string homeassistant.components.mobile_app.const.ATTR_PUSH_WEBSOCKET_CHANNEL = "push_websocket_channel" |
| string homeassistant.components.mobile_app.const.ATTR_SENSOR_ATTRIBUTES = "attributes" |
| string homeassistant.components.mobile_app.const.ATTR_SENSOR_DEVICE_CLASS = "device_class" |
| string homeassistant.components.mobile_app.const.ATTR_SENSOR_DISABLED = "disabled" |
| string homeassistant.components.mobile_app.const.ATTR_SENSOR_ENTITY_CATEGORY = "entity_category" |
| string homeassistant.components.mobile_app.const.ATTR_SENSOR_ICON = "icon" |
| string homeassistant.components.mobile_app.const.ATTR_SENSOR_NAME = "name" |
| string homeassistant.components.mobile_app.const.ATTR_SENSOR_STATE = "state" |
| string homeassistant.components.mobile_app.const.ATTR_SENSOR_STATE_CLASS = "state_class" |
| string homeassistant.components.mobile_app.const.ATTR_SENSOR_TYPE = "type" |
| string homeassistant.components.mobile_app.const.ATTR_SENSOR_TYPE_BINARY_SENSOR = "binary_sensor" |
| string homeassistant.components.mobile_app.const.ATTR_SENSOR_TYPE_SENSOR = "sensor" |
| string homeassistant.components.mobile_app.const.ATTR_SENSOR_UNIQUE_ID = "unique_id" |
| string homeassistant.components.mobile_app.const.ATTR_SENSOR_UOM = "unit_of_measurement" |
| string homeassistant.components.mobile_app.const.ATTR_SPEED = "speed" |
| string homeassistant.components.mobile_app.const.ATTR_SUPPORTS_ENCRYPTION = "supports_encryption" |
| string homeassistant.components.mobile_app.const.ATTR_TEMPLATE = "template" |
| string homeassistant.components.mobile_app.const.ATTR_TEMPLATE_VARIABLES = "variables" |
| string homeassistant.components.mobile_app.const.ATTR_VERTICAL_ACCURACY = "vertical_accuracy" |
| string homeassistant.components.mobile_app.const.ATTR_WEBHOOK_DATA = "data" |
| string homeassistant.components.mobile_app.const.ATTR_WEBHOOK_ENCRYPTED = "encrypted" |
| string homeassistant.components.mobile_app.const.ATTR_WEBHOOK_ENCRYPTED_DATA = "encrypted_data" |
| string homeassistant.components.mobile_app.const.ATTR_WEBHOOK_ID = "webhook_id" |
| string homeassistant.components.mobile_app.const.ATTR_WEBHOOK_TYPE = "type" |
| string homeassistant.components.mobile_app.const.CONF_CLOUDHOOK_URL = "cloudhook_url" |
| string homeassistant.components.mobile_app.const.CONF_REMOTE_UI_URL = "remote_ui_url" |
| string homeassistant.components.mobile_app.const.CONF_SECRET = "secret" |
| string homeassistant.components.mobile_app.const.CONF_USER_ID = "user_id" |
| string homeassistant.components.mobile_app.const.DATA_CONFIG_ENTRIES = "config_entries" |
| string homeassistant.components.mobile_app.const.DATA_DELETED_IDS = "deleted_ids" |
| string homeassistant.components.mobile_app.const.DATA_DEVICES = "devices" |
| string homeassistant.components.mobile_app.const.DATA_NOTIFY = "notify" |
| string homeassistant.components.mobile_app.const.DATA_PUSH_CHANNEL = "push_channel" |
| string homeassistant.components.mobile_app.const.DATA_STORE = "store" |
| string homeassistant.components.mobile_app.const.DOMAIN = "mobile_app" |
| string homeassistant.components.mobile_app.const.ERR_ENCRYPTION_ALREADY_ENABLED = "encryption_already_enabled" |
| string homeassistant.components.mobile_app.const.ERR_ENCRYPTION_NOT_AVAILABLE = "encryption_not_available" |
| string homeassistant.components.mobile_app.const.ERR_ENCRYPTION_REQUIRED = "encryption_required" |
| string homeassistant.components.mobile_app.const.ERR_INVALID_FORMAT = "invalid_format" |
| string homeassistant.components.mobile_app.const.ERR_SENSOR_NOT_REGISTERED = "not_registered" |
| homeassistant.components.mobile_app.const.SCHEMA_APP_DATA |
| string homeassistant.components.mobile_app.const.SIGNAL_LOCATION_UPDATE = DOMAIN + "_location_update_{}" |
| string homeassistant.components.mobile_app.const.SIGNAL_SENSOR_UPDATE = f"{DOMAIN}_sensor_update" |
| string homeassistant.components.mobile_app.const.STORAGE_KEY = DOMAIN |