mirror of
https://github.com/Anonym-tsk/smart-domofon.git
synced 2025-12-06 03:26:58 +03:00
Some changes for bot compiler
This commit is contained in:
@@ -15,9 +15,10 @@ substitutions:
|
||||
pin_call_detect: GPIO13
|
||||
pin_btn_accept: GPIO0
|
||||
|
||||
# Board name
|
||||
# Build configuration
|
||||
board_name: "Domofon"
|
||||
mdns_name: "domofon"
|
||||
build_path: "domofon/"
|
||||
|
||||
# Relays configuration
|
||||
phone_relay_inverted: 'true' # Set to 'false' if you have NO phone relay
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
esphome:
|
||||
name: $mdns_name
|
||||
build_path: $build_path
|
||||
platform: ESP8266
|
||||
board: $board
|
||||
comment: "https://github.com/Anonym-tsk/smart-domofon/tree/master/ge1mer"
|
||||
esp8266_restore_from_flash: true
|
||||
project:
|
||||
name: "espdomofon.ru"
|
||||
version: "1.6.1"
|
||||
on_boot:
|
||||
priority: -100
|
||||
then:
|
||||
|
||||
Reference in New Issue
Block a user