Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| discovery | |
| entity | |
| sensor | |
| switch | |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) | |
| DISCOVERY_INTERVAL = timedelta(minutes=15) | |
The Steamist integration.
| bool homeassistant.components.steamist.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the steamist component.
Definition at line 33 of file __init__.py.
| bool homeassistant.components.steamist.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Steamist from a config entry.
Definition at line 50 of file __init__.py.
| bool homeassistant.components.steamist.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 68 of file __init__.py.
| homeassistant.components.steamist.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) |
Definition at line 30 of file __init__.py.
| homeassistant.components.steamist.DISCOVERY_INTERVAL = timedelta(minutes=15) |
Definition at line 29 of file __init__.py.