mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-11 04:50:29 +02:00
fix fonts path
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
substitutions:
|
||||
node_name: boneio
|
||||
dir_name: './boneio' #change if your directory name is different than boneio
|
||||
|
||||
packages:
|
||||
# devices
|
||||
@@ -10,8 +11,10 @@ packages:
|
||||
# uart: !include devices/uart.yaml
|
||||
# one_wire: !include devices/one_wire.yaml
|
||||
# relay32
|
||||
output: !include boneio/boards/relay32_outputs.yaml
|
||||
input: !include boneio/boards/relay32_inputs.yaml
|
||||
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
|
||||
# dimmer led
|
||||
# output: !include boards/dimmer_led8x4_outputs.yaml
|
||||
# input: !include boards/dimmer_led8x4_inputs.yaml
|
||||
|
||||
Reference in New Issue
Block a user