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

Variables

string DEFAULT_NAME = "WiZ"
 
int DISCOVER_SCAN_TIMEOUT = 10
 
 DISCOVERY_INTERVAL = timedelta(minutes=15)
 
string DOMAIN = "wiz"
 
string SIGNAL_WIZ_PIR = "wiz_pir_{}"
 
tuple WIZ_CONNECT_EXCEPTIONS = (WizLightNotKnownBulb, *WIZ_EXCEPTIONS)
 
tuple WIZ_EXCEPTIONS
 

Detailed Description

Constants for the WiZ Platform integration.

Variable Documentation

◆ DEFAULT_NAME

string homeassistant.components.wiz.const.DEFAULT_NAME = "WiZ"

Definition at line 12 of file const.py.

◆ DISCOVER_SCAN_TIMEOUT

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

Definition at line 14 of file const.py.

◆ DISCOVERY_INTERVAL

homeassistant.components.wiz.const.DISCOVERY_INTERVAL = timedelta(minutes=15)

Definition at line 15 of file const.py.

◆ DOMAIN

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

Definition at line 11 of file const.py.

◆ SIGNAL_WIZ_PIR

string homeassistant.components.wiz.const.SIGNAL_WIZ_PIR = "wiz_pir_{}"

Definition at line 26 of file const.py.

◆ WIZ_CONNECT_EXCEPTIONS

tuple homeassistant.components.wiz.const.WIZ_CONNECT_EXCEPTIONS = (WizLightNotKnownBulb, *WIZ_EXCEPTIONS)

Definition at line 24 of file const.py.

◆ WIZ_EXCEPTIONS

tuple homeassistant.components.wiz.const.WIZ_EXCEPTIONS
Initial value:
1 = (
2  OSError,
3  WizLightTimeOutError,
4  TimeoutError,
5  WizLightConnectionError,
6  ConnectionRefusedError,
7 )

Definition at line 17 of file const.py.