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

Variables

string ADDRESS_ALREADY_CONFIGURED = "address_already_configured"
 
string CANNOT_CONNECT = "cannot_connect"
 
string DEFAULT_HOST = "192.168.0.2"
 
int DEFAULT_PORT = 80
 
int DEFAULT_SETUP_TIMEOUT = 10
 
string DOMAIN = "blebox"
 
string UNKNOWN = "unknown"
 
string UNSUPPORTED_VERSION = "unsupported_version"
 

Detailed Description

Constants for the BleBox devices integration.

Variable Documentation

◆ ADDRESS_ALREADY_CONFIGURED

string homeassistant.components.blebox.const.ADDRESS_ALREADY_CONFIGURED = "address_already_configured"

Definition at line 8 of file const.py.

◆ CANNOT_CONNECT

string homeassistant.components.blebox.const.CANNOT_CONNECT = "cannot_connect"

Definition at line 9 of file const.py.

◆ DEFAULT_HOST

string homeassistant.components.blebox.const.DEFAULT_HOST = "192.168.0.2"

Definition at line 14 of file const.py.

◆ DEFAULT_PORT

int homeassistant.components.blebox.const.DEFAULT_PORT = 80

Definition at line 15 of file const.py.

◆ DEFAULT_SETUP_TIMEOUT

int homeassistant.components.blebox.const.DEFAULT_SETUP_TIMEOUT = 10

Definition at line 5 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.

◆ UNKNOWN

string homeassistant.components.blebox.const.UNKNOWN = "unknown"

Definition at line 11 of file const.py.

◆ UNSUPPORTED_VERSION

string homeassistant.components.blebox.const.UNSUPPORTED_VERSION = "unsupported_version"

Definition at line 10 of file const.py.