mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-11 04:50:29 +02:00
fix dir path
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
substitutions:
|
||||
node_name: boneio
|
||||
dir_name: './boneio' #change if your directory name is different than boneio
|
||||
|
||||
packages:
|
||||
# devices
|
||||
@@ -11,18 +10,18 @@ packages:
|
||||
# uart: !include devices/uart.yaml
|
||||
# one_wire: !include devices/one_wire.yaml
|
||||
# relay32
|
||||
output: !include boards/relay32_outputs_PCF.yaml
|
||||
#output: !include boards/relay32_outputs_MCP.yaml
|
||||
input: !include boards/relay32_inputs_PCF.yaml
|
||||
#input: !include boards/relay32_inputs_MCP.yaml
|
||||
output: !include boneio/boards/relay32_outputs_PCF.yaml
|
||||
#output: !include boneio/boards/relay32_outputs_MCP.yaml
|
||||
input: !include boneio/boards/relay32_inputs_PCF.yaml
|
||||
#input: !include boneio/boards/relay32_inputs_MCP.yaml
|
||||
# dimmer led
|
||||
# output: !include boards/dimmer_led8x4_outputs.yaml
|
||||
# input: !include boards/dimmer_led8x4_inputs.yaml
|
||||
# light: !include boards/monochromatic_lights.yaml
|
||||
# output: !include boneio/boards/dimmer_led8x4_outputs.yaml
|
||||
# input: !include boneio/boards/dimmer_led8x4_inputs.yaml
|
||||
# light: !include boneio/boards/monochromatic_lights.yaml
|
||||
# cover
|
||||
# output: !include boards/cover16_outputs.yaml
|
||||
# input: !include boards/cover16_inputs.yaml
|
||||
# cover: !include boards/cover.yaml
|
||||
# output: !include boneio/boards/cover16_outputs.yaml
|
||||
# input: !include boneio/boards/cover16_inputs.yaml
|
||||
# cover: !include boneio/boards/cover.yaml
|
||||
|
||||
logger:
|
||||
baud_rate: 0
|
||||
|
||||
Reference in New Issue
Block a user