Namespaces | |
| const | |
| cover | |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA | |
| DEFAULT_SCAN_INTERVAL = timedelta(seconds=30) | |
Component for the Slide API.
| bool homeassistant.components.slide.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Slide platform.
Definition at line 55 of file __init__.py.
|
private |
Definition at line 34 of file __init__.py.
| homeassistant.components.slide.CONFIG_SCHEMA |
Definition at line 38 of file __init__.py.
| homeassistant.components.slide.DEFAULT_SCAN_INTERVAL = timedelta(seconds=30) |
Definition at line 36 of file __init__.py.