mirror of
https://github.com/Anonym-tsk/smart-domofon.git
synced 2025-12-06 11:36:57 +03:00
Some changes for bot compiler
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user