Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| repairs | |
| sensor | |
| services | |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) | |
The seventeentrack component.
| bool homeassistant.components.seventeentrack.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the 17Track component.
Definition at line 23 of file __init__.py.
| bool homeassistant.components.seventeentrack.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up 17Track from a config entry.
Definition at line 31 of file __init__.py.
| homeassistant.components.seventeentrack.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) |
Definition at line 20 of file __init__.py.