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

Variables

tuple CONNECTION_EXCEPTIONS = (TimeoutError, aiohttp.ClientError)
 
int DISCOVER_SCAN_TIMEOUT = 10
 
string DISCOVERY = "discovery"
 
string DOMAIN = "steamist"
 
int STARTUP_SCAN_TIMEOUT = 5
 

Detailed Description

Constants for the Steamist integration.

Variable Documentation

◆ CONNECTION_EXCEPTIONS

tuple homeassistant.components.steamist.const.CONNECTION_EXCEPTIONS = (TimeoutError, aiohttp.ClientError)

Definition at line 7 of file const.py.

◆ DISCOVER_SCAN_TIMEOUT

int homeassistant.components.steamist.const.DISCOVER_SCAN_TIMEOUT = 10

Definition at line 10 of file const.py.

◆ DISCOVERY

string homeassistant.components.steamist.const.DISCOVERY = "discovery"

Definition at line 12 of file const.py.

◆ DOMAIN

string homeassistant.components.steamist.const.DOMAIN = "steamist"

Definition at line 5 of file const.py.

◆ STARTUP_SCAN_TIMEOUT

int homeassistant.components.steamist.const.STARTUP_SCAN_TIMEOUT = 5

Definition at line 9 of file const.py.