mirror of
https://github.com/athom-tech/esp32-configs.git
synced 2026-07-27 19:56:13 +00:00
dns_domain: ".local"
This commit is contained in:
@@ -1,15 +1,23 @@
|
||||
substitutions:
|
||||
# Default name
|
||||
name: "athom-zigbee-gateway"
|
||||
# Default friendly name
|
||||
friendly_name: "Athom Zigbee Gateway"
|
||||
# Allows ESP device to be automatically linked to an 'Area' in Home Assistant. Typically used for areas such as 'Lounge Room', 'Kitchen' etc
|
||||
room: ""
|
||||
# Description as appears in ESPHome & top of webserver page
|
||||
device_description: "athom eth zigbee gateway"
|
||||
# Project Name
|
||||
project_name: "Athom Technology.Athom Zigbee Gateway"
|
||||
project_version: "v2.0.1"
|
||||
dns_domain: ""
|
||||
# Projection version denotes the release version of the yaml file, allowing checking of deployed vs latest version
|
||||
project_version: "v2.0.2"
|
||||
# Define a domain for this device to use. i.e. iot.home.lan (so device will appear as athom-smart-plug-v2.iot.home.lan in DNS/DHCP logs)
|
||||
dns_domain: ".local"
|
||||
# Set timezone of the smart plug. Useful if the plug is in a location different to the HA server. Can be entered in unix Country/Area format (i.e. "Australia/Sydney")
|
||||
timezone: ""
|
||||
# Define logging level: NONE, ERROR, WARN, INFO, DEBUG (Default), VERBOSE, VERY_VERBOSE
|
||||
log_level: "DEBUG"
|
||||
# wifi_fast_connect: "false"
|
||||
|
||||
|
||||
esphome:
|
||||
name: "${name}"
|
||||
|
||||
Reference in New Issue
Block a user