2020-10-07 12:56:19 +00:00
|
|
|
substitutions:
|
|
|
|
log_level: none
|
2021-09-25 02:51:31 +00:00
|
|
|
wifi_ssid: !secret wifi-ssid
|
|
|
|
wifi_password: !secret wifi-password
|
|
|
|
ip_subnet: !secret ip-subnet
|
|
|
|
ip_gateway: !secret ip-gateway
|
2022-03-29 18:41:35 +00:00
|
|
|
platform: esp8266
|
2020-10-07 12:56:19 +00:00
|
|
|
|
|
|
|
esphome:
|
|
|
|
name: ${device_id}
|
|
|
|
build_path: ../build/${device_id}
|
|
|
|
|
2022-03-29 18:41:35 +00:00
|
|
|
${platform}:
|
|
|
|
board: ${board}
|
|
|
|
|
2021-06-15 22:23:38 +00:00
|
|
|
packages:
|
|
|
|
wifi: !include wifi/wifi.yaml
|
|
|
|
api: !include api/api.yaml
|
|
|
|
ota: !include ota/ota.yaml
|
|
|
|
logger: !include logger/logger.yaml
|
|
|
|
status_sensor: !include binary_sensor/status.yaml
|
|
|
|
uptime_sensor: !include sensor/uptime.yaml
|
|
|
|
wifi_sensor: !include sensor/wifi.yaml
|
2022-03-29 18:41:35 +00:00
|
|
|
restart_button: !include button/restart.yaml
|
2021-06-15 22:23:38 +00:00
|
|
|
version_sensor: !include text_sensor/version.yaml
|
|
|
|
wifi_info_sensor: !include text_sensor/wifi_info.yaml
|
2020-10-07 12:56:19 +00:00
|
|
|
|