mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-10 13:00:27 +02:00
57 lines
1.8 KiB
YAML
57 lines
1.8 KiB
YAML
substitutions:
|
|
# set to false if you don't want mac suffix in your device name
|
|
name_add_mac_suffix: "false"
|
|
# if you want to change the name of device via OTA you have to set IP first in boneio/devices/wt32_eth01.yaml
|
|
node_name: boneio
|
|
dir_name: 'boneio/'
|
|
|
|
|
|
|
|
packages:
|
|
# select your input board:
|
|
# input: !include boneio/boards/relay24_inputs_PCF.yaml
|
|
# input: !include boneio/boards/relay32_inputs_PCF.yaml
|
|
# input: !include boneio/boards/relay32_inputs_MCP.yaml
|
|
# input: !include boneio/boards/dimmer_led8x4_inputs.yaml
|
|
# input: !include boneio/boards/cover16_inputs_MCP.yaml
|
|
# input: !include boneio/boards/cover16_inputs_PCF.yaml
|
|
|
|
# select your output board:
|
|
output: !include boneio/boards/relay24_outputs_MCP.yaml
|
|
# output: !include boneio/boards/relay32_outputs_PCF.yaml
|
|
# output: !include boneio/boards/relay32_outputs_MCP.yaml
|
|
# output: !include boneio/boards/dimmer_led8x4_outputs.yaml
|
|
# light: !include boneio/boards/monochromatic_lights.yaml
|
|
# cover: !include boneio/boards/cover.yaml
|
|
# output: !include boneio/boards/cover16_outputs_PCF.yaml
|
|
# output: !include boneio/boards/cover16_outputs_MCP.yaml
|
|
|
|
# select your devices:
|
|
core: !include boneio/devices/wt32_eth01.yaml
|
|
internals: !include boneio/devices/boneio_board.yaml
|
|
temp: !include boneio/devices/lm75b.yaml
|
|
display: !include boneio/devices/display.yaml
|
|
# uart: !include devices/uart.yaml
|
|
# one_wire: !include devices/one_wire.yaml
|
|
|
|
|
|
logger:
|
|
baud_rate: 0
|
|
api:
|
|
ota:
|
|
password: boneio
|
|
# disable web server - for testing only
|
|
web_server:
|
|
port: 80
|
|
local: true
|
|
|
|
time:
|
|
- platform: homeassistant
|
|
timezone: Europe/Warsaw
|
|
id: homeassistant_time
|
|
# instead try to synchronize via network repeatedly ...
|
|
on_time_sync:
|
|
then:
|
|
# ... and update the RTC when the synchronization was successful
|
|
ds1307.write_time:
|