Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.blebox.const
 

Variables

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