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

Variables

tuple CONNECTION_EXCEPTIONS
 
string DOMAIN = "oncue"
 
 str
 

Detailed Description

Constants for the Oncue integration.

Variable Documentation

◆ CONNECTION_EXCEPTIONS

tuple homeassistant.components.oncue.const.CONNECTION_EXCEPTIONS
Initial value:
1 = (
2  TimeoutError,
3  aiohttp.ClientError,
4  ServiceFailedException,
5 )

Definition at line 8 of file const.py.

◆ DOMAIN

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

Definition at line 6 of file const.py.

◆ str

homeassistant.components.oncue.const.str

Definition at line 14 of file const.py.