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",
|
"i2c",
|
||||||
"ina219",
|
"ina219",
|
||||||
"json",
|
"json",
|
||||||
|
"light",
|
||||||
"lm75",
|
"lm75",
|
||||||
"logger",
|
"logger",
|
||||||
"md5",
|
"md5",
|
||||||
"mdns",
|
"mdns",
|
||||||
|
"monochromatic",
|
||||||
"network",
|
"network",
|
||||||
"ota",
|
"ota",
|
||||||
|
"output",
|
||||||
|
"pca9685",
|
||||||
"pcf8574",
|
"pcf8574",
|
||||||
"preferences",
|
"preferences",
|
||||||
"script",
|
"script",
|
||||||
|
|||||||
@@ -5,9 +5,11 @@ pca9685:
|
|||||||
- address: 0x41
|
- address: 0x41
|
||||||
id: pca_hub_1to16
|
id: pca_hub_1to16
|
||||||
frequency: 500
|
frequency: 500
|
||||||
|
i2c_id: bus_b
|
||||||
- address: 0x42
|
- address: 0x42
|
||||||
id: pca_hub_17to32
|
id: pca_hub_17to32
|
||||||
frequency: 500
|
frequency: 500
|
||||||
|
i2c_id: bus_b
|
||||||
|
|
||||||
output:
|
output:
|
||||||
- platform: pca9685
|
- platform: pca9685
|
||||||
|
|||||||
@@ -11,12 +11,12 @@ packages:
|
|||||||
# uart: !include devices/uart.yaml
|
# uart: !include devices/uart.yaml
|
||||||
# one_wire: !include devices/one_wire.yaml
|
# one_wire: !include devices/one_wire.yaml
|
||||||
# relay32
|
# relay32
|
||||||
output: !include boards/relay32_outputs_PCF.yaml #or MCP
|
# output: !include boards/relay32_outputs_PCF.yaml #or MCP
|
||||||
input: !include boards/relay32_inputs_PCF.yaml #or MCP
|
# input: !include boards/relay32_inputs_PCF.yaml #or MCP
|
||||||
# dimmer led
|
# dimmer led
|
||||||
# output: !include boards/dimmer_led8x4_outputs.yaml
|
output: !include boards/dimmer_led8x4_outputs.yaml
|
||||||
# input: !include boards/dimmer_led8x4_inputs.yaml
|
# input: !include boards/dimmer_led8x4_inputs.yaml
|
||||||
# light: !include boards/monochromatic_lights.yaml
|
light: !include boards/monochromatic_lights.yaml
|
||||||
# cover
|
# cover
|
||||||
# output: !include boards/cover16_outputs.yaml
|
# output: !include boards/cover16_outputs.yaml
|
||||||
# input: !include boards/cover16_inputs.yaml
|
# input: !include boards/cover16_inputs.yaml
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
node_name: boneio
|
node_name: boneio
|
||||||
dir_name: './boneio' #change if your directory name is different than boneio
|
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
# devices
|
# devices
|
||||||
@@ -11,18 +10,18 @@ packages:
|
|||||||
# uart: !include devices/uart.yaml
|
# uart: !include devices/uart.yaml
|
||||||
# one_wire: !include devices/one_wire.yaml
|
# one_wire: !include devices/one_wire.yaml
|
||||||
# relay32
|
# relay32
|
||||||
output: !include boards/relay32_outputs_PCF.yaml
|
output: !include boneio/boards/relay32_outputs_PCF.yaml
|
||||||
#output: !include boards/relay32_outputs_MCP.yaml
|
#output: !include boneio/boards/relay32_outputs_MCP.yaml
|
||||||
input: !include boards/relay32_inputs_PCF.yaml
|
input: !include boneio/boards/relay32_inputs_PCF.yaml
|
||||||
#input: !include boards/relay32_inputs_MCP.yaml
|
#input: !include boneio/boards/relay32_inputs_MCP.yaml
|
||||||
# dimmer led
|
# dimmer led
|
||||||
# output: !include boards/dimmer_led8x4_outputs.yaml
|
# output: !include boneio/boards/dimmer_led8x4_outputs.yaml
|
||||||
# input: !include boards/dimmer_led8x4_inputs.yaml
|
# input: !include boneio/boards/dimmer_led8x4_inputs.yaml
|
||||||
# light: !include boards/monochromatic_lights.yaml
|
# light: !include boneio/boards/monochromatic_lights.yaml
|
||||||
# cover
|
# cover
|
||||||
# output: !include boards/cover16_outputs.yaml
|
# output: !include boneio/boards/cover16_outputs.yaml
|
||||||
# input: !include boards/cover16_inputs.yaml
|
# input: !include boneio/boards/cover16_inputs.yaml
|
||||||
# cover: !include boards/cover.yaml
|
# cover: !include boneio/boards/cover.yaml
|
||||||
|
|
||||||
logger:
|
logger:
|
||||||
baud_rate: 0
|
baud_rate: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user