dns_domain: ".local"

This commit is contained in:
Roving Ronin
2024-12-31 15:59:47 +11:00
committed by GitHub
parent 5332c8c98b
commit 438725696d
+11 -3
View File
@@ -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}"