mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-11 04:50:29 +02:00
Add boneio config for addon
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user