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 |
Constants for the WiZ Platform integration.
| 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.SIGNAL_WIZ_PIR = "wiz_pir_{}" |
| tuple homeassistant.components.wiz.const.WIZ_CONNECT_EXCEPTIONS = (WizLightNotKnownBulb, *WIZ_EXCEPTIONS) |