boneIO Section
Section where we define the key parameters of the controller, such as its name, version, and type.
Web application configuration
Recommended configuration method.

The following options are available in the web application:
| Option name | Description |
|---|---|
| Name | The name of the device visible in the web interface, MQTT, remote devices, and Home Assistant. |
| Hardware version | The controller's hardware version - you can find it on the label stuck to the side of the housing. |
| Device type | The controller type determined by the available outputs. Note: changing the device type may require resetting part of the configuration to factory settings. |
YAML file configuration
If you choose this type of configuration, remember that you must restart the boneIO service after every change.
boneio:
name: boneIO
version: 0.7.0
device_type: 32x10AAvailable options
| Option name | Required | Description |
|---|---|---|
| name | Yes | The name of your boneIO device (string). |
| version | No | The controller's hardware version. Currently, versions 0.7 and 0.8 are supported (string). |
| device_type | No | Device type. Allowed values: 32x10A, Cover, Cover Mix, 24x16A. |