Namespaces | |
| config_flow | |
| const | |
| notify | |
Functions | |
| def | _validate_aws_credentials (hass, credential) |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| AWS_CREDENTIAL_SCHEMA | |
| CONFIG_SCHEMA | |
| list | DEFAULT_CREDENTIAL |
| NOTIFY_PLATFORM_SCHEMA | |
| list | SUPPORTED_SERVICES = ["lambda", "sns", "sqs", "events"] |
Support for Amazon Web Services (AWS).
|
private |
Validate AWS credential config.
Definition at line 160 of file __init__.py.
| bool homeassistant.components.aws.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up AWS component.
Definition at line 89 of file __init__.py.
| bool homeassistant.components.aws.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Load a config entry. Validate and save sessions per aws credential.
Definition at line 109 of file __init__.py.
|
private |
Definition at line 39 of file __init__.py.
| homeassistant.components.aws.AWS_CREDENTIAL_SCHEMA |
Definition at line 41 of file __init__.py.
| homeassistant.components.aws.CONFIG_SCHEMA |
Definition at line 72 of file __init__.py.
| list homeassistant.components.aws.DEFAULT_CREDENTIAL |
Definition at line 51 of file __init__.py.
| homeassistant.components.aws.NOTIFY_PLATFORM_SCHEMA |
Definition at line 57 of file __init__.py.
| list homeassistant.components.aws.SUPPORTED_SERVICES = ["lambda", "sns", "sqs", "events"] |
Definition at line 55 of file __init__.py.