Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.aws.const
 

Variables

string homeassistant.components.aws.const.CONF_ACCESS_KEY_ID = "aws_access_key_id"
 
string homeassistant.components.aws.const.CONF_CONTEXT = "context"
 
string homeassistant.components.aws.const.CONF_CREDENTIAL_NAME = "credential_name"
 
string homeassistant.components.aws.const.CONF_CREDENTIALS = "credentials"
 
string homeassistant.components.aws.const.CONF_NOTIFY = "notify"
 
string homeassistant.components.aws.const.CONF_REGION = "region_name"
 
string homeassistant.components.aws.const.CONF_SECRET_ACCESS_KEY = "aws_secret_access_key"
 
string homeassistant.components.aws.const.CONF_VALIDATE = "validate"
 
string homeassistant.components.aws.const.DATA_CONFIG = "aws_config"
 
string homeassistant.components.aws.const.DATA_HASS_CONFIG = "aws_hass_config"
 
string homeassistant.components.aws.const.DATA_SESSIONS = "aws_sessions"
 
string homeassistant.components.aws.const.DOMAIN = "aws"