Version
0.9.x

BoneIO Board definition


boneIO Board

boneIO Board configuration allows you to set name, version of your device and type. When you configure it, then in binary sensor, event entities and outputs you can use same names as on top of the boneIO Black. Name can be used in MQTT and Home Assistant, if you don’t provide topic prefix in MQTT section.

Example config

boneio:
  name: boneIO
  version: 0.7.0
  device_type: 32x10A

Configuration variables:

  • name (Required, string) - Name of your boneIO device.
  • version (Optional, string) - Versin of hardware you have. Currently 0.7 and 0.8 are supported.
  • device_type (Optional, string, allowed_values: ['32x10A', 'Cover', 'Cover Mix', '24x16A']) - device type. Only types from allowed_values are supported.