Some changes for bot compiler

This commit is contained in:
Nikolay Vasilchuk
2021-10-26 13:58:06 +03:00
parent 151d320569
commit c05975c443
2 changed files with 6 additions and 1 deletions

View File

@@ -15,9 +15,10 @@ substitutions:
pin_call_detect: GPIO13 pin_call_detect: GPIO13
pin_btn_accept: GPIO0 pin_btn_accept: GPIO0
# Board name # Build configuration
board_name: "Domofon" board_name: "Domofon"
mdns_name: "domofon" mdns_name: "domofon"
build_path: "domofon/"
# Relays configuration # Relays configuration
phone_relay_inverted: 'true' # Set to 'false' if you have NO phone relay phone_relay_inverted: 'true' # Set to 'false' if you have NO phone relay

View File

@@ -1,9 +1,13 @@
esphome: esphome:
name: $mdns_name name: $mdns_name
build_path: $build_path
platform: ESP8266 platform: ESP8266
board: $board board: $board
comment: "https://github.com/Anonym-tsk/smart-domofon/tree/master/ge1mer" comment: "https://github.com/Anonym-tsk/smart-domofon/tree/master/ge1mer"
esp8266_restore_from_flash: true esp8266_restore_from_flash: true
project:
name: "espdomofon.ru"
version: "1.6.1"
on_boot: on_boot:
priority: -100 priority: -100
then: then: