Home Assistant Unofficial Reference
2024.12.1
Namespaces
|
Variables
const.py File Reference
Go to the source code of this file.
Namespaces
homeassistant.components.mobile_app.const
Variables
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
int
homeassistant.components.mobile_app.const.STORAGE_VERSION
= 1
core
homeassistant
components
mobile_app
const.py
Generated by
1.9.1