Files
smart-domofon/ge1mer/domofon.yaml
Nikolay Vasilchuk 9d2c88b60a Fix zeroconf
2022-09-09 23:02:57 +03:00

45 lines
1.4 KiB
YAML

# Smart Intercom project
# https://github.com/Anonym-tsk/smart-domofon/tree/master/ge1mer
############# User configuration #############
substitutions:
# 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
# Wifi credentials
wifi_ssid: "-----"
wifi_password: ""
ap_ssid: "domofon"
ap_password: "1234567890"
# MQTT credentials
mqtt_host: "10.0.0.1"
mqtt_port: "1883"
mqtt_username: ""
mqtt_password: ""
# OTA and API
ota_password: "esphome"
api_password: "esphome"
# Software configuration
call_start_detect_delay: 50ms # Wait a while before going into a ring state
call_end_detect_delay: 4000ms # Interval between rings to detect incoming call
short_click_time_from: 50ms # Short button click min time
short_click_time_to: 1000ms # Long button click min time
########### End user configuration ###########
packages:
base: github://Anonym-tsk/smart-domofon/ge1mer/esphome/packages/base.yaml@master
api: github://Anonym-tsk/smart-domofon/ge1mer/esphome/packages/api.yaml@master
#mqtt: github://Anonym-tsk/smart-domofon/ge1mer/esphome/packages/mqtt.yaml@master
#web_server: github://Anonym-tsk/smart-domofon/ge1mer/esphome/packages/web_server.yaml@master
#captive_portal: github://Anonym-tsk/smart-domofon/ge1mer/esphome/packages/captive_portal.yaml@master