Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.freedns
 

Functions

def homeassistant.components.freedns._update_freedns (hass, session, url, auth_token)
 
bool homeassistant.components.freedns.async_setup (HomeAssistant hass, ConfigType config)
 

Variables

 homeassistant.components.freedns._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.freedns.CONFIG_SCHEMA
 
 homeassistant.components.freedns.DEFAULT_INTERVAL = timedelta(minutes=10)
 
string homeassistant.components.freedns.DOMAIN = "freedns"
 
int homeassistant.components.freedns.TIMEOUT = 10
 
string homeassistant.components.freedns.UPDATE_URL = "https://freedns.afraid.org/dynamic/update.php"