Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.steamist Namespace Reference

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)
 

Detailed Description

The Steamist integration.

Function Documentation

◆ async_setup()

bool homeassistant.components.steamist.async_setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up the steamist component.

Definition at line 33 of file __init__.py.

◆ async_setup_entry()

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.

◆ async_unload_entry()

bool homeassistant.components.steamist.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 68 of file __init__.py.

Variable Documentation

◆ CONFIG_SCHEMA

homeassistant.components.steamist.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)

Definition at line 30 of file __init__.py.

◆ DISCOVERY_INTERVAL

homeassistant.components.steamist.DISCOVERY_INTERVAL = timedelta(minutes=15)

Definition at line 29 of file __init__.py.