mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-10 13:00:27 +02:00
fix dir path
This commit is contained in:
@@ -25,12 +25,16 @@
|
||||
"i2c",
|
||||
"ina219",
|
||||
"json",
|
||||
"light",
|
||||
"lm75",
|
||||
"logger",
|
||||
"md5",
|
||||
"mdns",
|
||||
"monochromatic",
|
||||
"network",
|
||||
"ota",
|
||||
"output",
|
||||
"pca9685",
|
||||
"pcf8574",
|
||||
"preferences",
|
||||
"script",
|
||||
|
||||
@@ -5,9 +5,11 @@ pca9685:
|
||||
- address: 0x41
|
||||
id: pca_hub_1to16
|
||||
frequency: 500
|
||||
i2c_id: bus_b
|
||||
- address: 0x42
|
||||
id: pca_hub_17to32
|
||||
frequency: 500
|
||||
i2c_id: bus_b
|
||||
|
||||
output:
|
||||
- platform: pca9685
|
||||
|
||||
@@ -11,12 +11,12 @@ packages:
|
||||
# uart: !include devices/uart.yaml
|
||||
# one_wire: !include devices/one_wire.yaml
|
||||
# relay32
|
||||
output: !include boards/relay32_outputs_PCF.yaml #or MCP
|
||||
input: !include boards/relay32_inputs_PCF.yaml #or MCP
|
||||
# output: !include boards/relay32_outputs_PCF.yaml #or MCP
|
||||
# input: !include boards/relay32_inputs_PCF.yaml #or MCP
|
||||
# dimmer led
|
||||
# output: !include boards/dimmer_led8x4_outputs.yaml
|
||||
output: !include boards/dimmer_led8x4_outputs.yaml
|
||||
# input: !include boards/dimmer_led8x4_inputs.yaml
|
||||
# light: !include boards/monochromatic_lights.yaml
|
||||
light: !include boards/monochromatic_lights.yaml
|
||||
# cover
|
||||
# output: !include boards/cover16_outputs.yaml
|
||||
# input: !include boards/cover16_inputs.yaml
|
||||
|
||||
@@ -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