Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
Variables | |
| CONFIG_SCHEMA | |
| DEFAULT_INTERVAL = timedelta(minutes=10) | |
| string | DOMAIN = "mythicbeastsdns" |
Support for Mythic Beasts Dynamic DNS service.
| bool homeassistant.components.mythicbeastsdns.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Initialize the Mythic Beasts component.
Definition at line 41 of file __init__.py.
| homeassistant.components.mythicbeastsdns.CONFIG_SCHEMA |
Definition at line 24 of file __init__.py.
| homeassistant.components.mythicbeastsdns.DEFAULT_INTERVAL = timedelta(minutes=10) |
Definition at line 22 of file __init__.py.
| string homeassistant.components.mythicbeastsdns.DOMAIN = "mythicbeastsdns" |
Definition at line 20 of file __init__.py.