Functions | |
| def | _update_namecheapdns (session, host, domain, password) |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA | |
| string | DOMAIN = "namecheapdns" |
| INTERVAL = timedelta(minutes=5) | |
| string | UPDATE_URL = "https://dynamicdns.park-your-domain.com/update" |
Support for namecheap DNS services.
|
private |
Update namecheap DNS entry.
Definition at line 60 of file __init__.py.
| bool homeassistant.components.namecheapdns.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Initialize the namecheap DNS component.
Definition at line 38 of file __init__.py.
|
private |
Definition at line 16 of file __init__.py.
| homeassistant.components.namecheapdns.CONFIG_SCHEMA |
Definition at line 24 of file __init__.py.
| string homeassistant.components.namecheapdns.DOMAIN = "namecheapdns" |
Definition at line 18 of file __init__.py.
| homeassistant.components.namecheapdns.INTERVAL = timedelta(minutes=5) |
Definition at line 20 of file __init__.py.
| string homeassistant.components.namecheapdns.UPDATE_URL = "https://dynamicdns.park-your-domain.com/update" |
Definition at line 22 of file __init__.py.