Namespaces | |
| notify | |
| sensor | |
Classes | |
| class | DovadoData |
Functions | |
| bool | setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA | |
| string | DOMAIN = "dovado" |
| MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=30) | |
Support for Dovado router.
| bool homeassistant.components.dovado.setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Dovado component.
Definition at line 43 of file __init__.py.
|
private |
Definition at line 22 of file __init__.py.
| homeassistant.components.dovado.CONFIG_SCHEMA |
Definition at line 26 of file __init__.py.
| string homeassistant.components.dovado.DOMAIN = "dovado" |
Definition at line 24 of file __init__.py.
| homeassistant.components.dovado.MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=30) |
Definition at line 40 of file __init__.py.