diff --git a/boneio_config_for_console.yaml b/boneio_config_for_console.yaml index 54dc998..d921447 100644 --- a/boneio_config_for_console.yaml +++ b/boneio_config_for_console.yaml @@ -1,7 +1,7 @@ substitutions: # set to false if you don't want mac suffix in your device name - name_add_mac_suffix: "false" - # if you want to change the name of device via OTA you have to set IP first in boneio/devices/wt32_eth01.yaml + name_add_mac_suffix: 'false' + # if you want to change the name of device via OTA you have to set IP first in boneio/devices/wt32_eth01.yaml node_name: boneio dir_name: './' @@ -13,18 +13,21 @@ packages: # input: !include boards/dimmer_led8x4_inputs.yaml # input: !include boards/cover16_inputs_MCP.yaml # input: !include boards/cover16_inputs_PCF.yaml - + input: !include boards/coverMix_inputs_PCF.yaml + # select your output board: - output: !include boards/relay24_outputs_MCP.yaml + # output: !include boards/relay24_outputs_MCP.yaml # output: !include boards/relay32_outputs_PCF.yaml # output: !include boards/relay32_outputs_MCP.yaml # output: !include boards/dimmer_led8x4_outputs.yaml # light: !include boards/monochromatic_lights.yaml # cover: !include boards/cover.yaml + cover: !include boards/cover_mix.yaml # output: !include boards/cover16_outputs_PCF.yaml # output: !include boards/cover16_outputs_MCP.yaml - # output: !include boards/mosfet48_outputs_PCF.yaml - + # output: !include boards/mosfet48_outputs_PCF.yaml + output: !include boards/relay32_outputs_mix_PCF.yaml + # select your devices: core: !include devices/wt32_eth01.yaml internals: !include devices/boneio_board.yaml diff --git a/boneio_config_for_esphome_addon.yaml b/boneio_config_for_esphome_addon.yaml index fcac06d..e05e5db 100644 --- a/boneio_config_for_esphome_addon.yaml +++ b/boneio_config_for_esphome_addon.yaml @@ -16,8 +16,8 @@ packages: # input: !include boneio/boards/coverMix_inputs_PCF.yaml # select your output board: - output: !include boneio/boards/relay24_outputs_MCP.yaml - # output: !include boneio/boards/relay32_outputs_PCF.yaml + # output: !include boneio/boards/relay24_outputs_MCP.yaml + output: !include boneio/boards/relay32_outputs_PCF.yaml # output: !include boneio/boards/relay32_outputs_MCP.yaml # output: !include boneio/boards/dimmer_led8x4_outputs.yaml # light: !include boneio/boards/monochromatic_lights.yaml