Home Assistant Unofficial Reference
2024.12.1
const.py
Go to the documentation of this file.
1
"""Constant for AWS component."""
2
3
DOMAIN =
"aws"
4
5
DATA_CONFIG =
"aws_config"
6
DATA_HASS_CONFIG =
"aws_hass_config"
7
DATA_SESSIONS =
"aws_sessions"
8
9
CONF_ACCESS_KEY_ID =
"aws_access_key_id"
10
CONF_CONTEXT =
"context"
11
CONF_CREDENTIAL_NAME =
"credential_name"
12
CONF_CREDENTIALS =
"credentials"
13
CONF_NOTIFY =
"notify"
14
CONF_REGION =
"region_name"
15
CONF_SECRET_ACCESS_KEY =
"aws_secret_access_key"
16
CONF_VALIDATE =
"validate"
core
homeassistant
components
aws
const.py
Generated by
1.9.1