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

Variables

string CHECK_ENTITIES_SIGNAL = "wiffi_check_entities_signal"
 
string CREATE_ENTITY_SIGNAL = "wiffi_create_entity_signal"
 
int DEFAULT_PORT = 8189
 
int DEFAULT_TIMEOUT = 3
 
string DOMAIN = "wiffi"
 
string UPDATE_ENTITY_SIGNAL = "wiffi_update_entity_signal"
 

Detailed Description

Constants for the wiffi component.

Variable Documentation

◆ CHECK_ENTITIES_SIGNAL

string homeassistant.components.wiffi.const.CHECK_ENTITIES_SIGNAL = "wiffi_check_entities_signal"

Definition at line 15 of file const.py.

◆ CREATE_ENTITY_SIGNAL

string homeassistant.components.wiffi.const.CREATE_ENTITY_SIGNAL = "wiffi_create_entity_signal"

Definition at line 13 of file const.py.

◆ DEFAULT_PORT

int homeassistant.components.wiffi.const.DEFAULT_PORT = 8189

Definition at line 7 of file const.py.

◆ DEFAULT_TIMEOUT

int homeassistant.components.wiffi.const.DEFAULT_TIMEOUT = 3

Definition at line 10 of file const.py.

◆ DOMAIN

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

Definition at line 4 of file const.py.

◆ UPDATE_ENTITY_SIGNAL

string homeassistant.components.wiffi.const.UPDATE_ENTITY_SIGNAL = "wiffi_update_entity_signal"

Definition at line 14 of file const.py.