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" |
Constants for the BleBox devices integration.
| 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_SETUP_TIMEOUT = 10 |
| string homeassistant.components.blebox.const.DOMAIN = "blebox" |
| string homeassistant.components.blebox.const.UNKNOWN = "unknown" |