Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.aws.notify Namespace Reference

Classes

class  AWSEventBridge
 
class  AWSLambda
 
class  AWSNotify
 
class  AWSSNS
 
class  AWSSQS
 

Functions

AWSNotify|None async_get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None)
 
def get_available_regions (hass, service)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

AWS platform for notify component.

Function Documentation

◆ async_get_service()

AWSNotify | None homeassistant.components.aws.notify.async_get_service ( HomeAssistant  hass,
ConfigType  config,
DiscoveryInfoType | None   discovery_info = None 
)
Get the AWS notification service.

Definition at line 41 of file notify.py.

◆ get_available_regions()

def homeassistant.components.aws.notify.get_available_regions (   hass,
  service 
)
Get available regions for a service.

Definition at line 35 of file notify.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.aws.notify._LOGGER = logging.getLogger(__name__)
private

Definition at line 32 of file notify.py.