Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.wiz.const
 

Variables

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