Functions | |
| def | _update_freedns (hass, session, url, auth_token) |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA | |
| DEFAULT_INTERVAL = timedelta(minutes=10) | |
| string | DOMAIN = "freedns" |
| int | TIMEOUT = 10 |
| string | UPDATE_URL = "https://freedns.afraid.org/dynamic/update.php" |
Integrate with FreeDNS Dynamic DNS service at freedns.afraid.org.
|
private |
Update FreeDNS.
Definition at line 67 of file __init__.py.
| bool homeassistant.components.freedns.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Initialize the FreeDNS component.
Definition at line 42 of file __init__.py.
|
private |
Definition at line 17 of file __init__.py.
| homeassistant.components.freedns.CONFIG_SCHEMA |
Definition at line 26 of file __init__.py.
| homeassistant.components.freedns.DEFAULT_INTERVAL = timedelta(minutes=10) |
Definition at line 21 of file __init__.py.
| string homeassistant.components.freedns.DOMAIN = "freedns" |
Definition at line 19 of file __init__.py.
| int homeassistant.components.freedns.TIMEOUT = 10 |
Definition at line 23 of file __init__.py.
| string homeassistant.components.freedns.UPDATE_URL = "https://freedns.afraid.org/dynamic/update.php" |
Definition at line 24 of file __init__.py.