Add boneio config for addon

This commit is contained in:
Paweł Szafer
2022-10-10 14:41:00 +02:00
parent 27c10e3319
commit 6f8ea7b35d

View File

@@ -3,29 +3,29 @@ substitutions:
packages: packages:
# devices # devices
core: !include devices/wt32_eth01.yaml core: !include boneio/devices/wt32_eth01.yaml
internals: !include devices/boneio_board.yaml internals: !include boneio/devices/boneio_board.yaml
temp: !include devices/lm75b.yaml temp: !include boneio/devices/lm75b.yaml
display: !include devices/display.yaml display: !include boneio/devices/display.yaml
# 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.yaml output: !include boneio/boards/relay32_outputs.yaml
# input: !include boards/relay32_inputs.yaml input: !include boneio/boards/relay32_inputs.yaml
# 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
cover: !include boards/cover.yaml # cover: !include boards/cover.yaml
logger: logger:
baud_rate: 0 baud_rate: 0
api: api:
ota: ota:
password: secret_ota_password password: boneio
# disable web server - for testing only # disable web server - for testing only
web_server: web_server:
port: 80 port: 80