Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.route53
 

Functions

def homeassistant.components.route53._get_fqdn (record, domain)
 
def homeassistant.components.route53._update_route53 (str aws_access_key_id, str aws_secret_access_key, str zone, str domain, list[str] records, int ttl)
 
bool homeassistant.components.route53.setup (HomeAssistant hass, ConfigType config)
 

Variables

 homeassistant.components.route53._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.route53.CONF_ACCESS_KEY_ID = "aws_access_key_id"
 
string homeassistant.components.route53.CONF_RECORDS = "records"
 
string homeassistant.components.route53.CONF_SECRET_ACCESS_KEY = "aws_secret_access_key"
 
 homeassistant.components.route53.CONFIG_SCHEMA
 
int homeassistant.components.route53.DEFAULT_TTL = 300
 
string homeassistant.components.route53.DOMAIN = "route53"
 
 homeassistant.components.route53.INTERVAL = timedelta(minutes=60)