various esphome devices updates
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#############################################
|
||||
substitutions:
|
||||
# Device Naming
|
||||
devicename: "esp-downstbathswitch"
|
||||
device_name: "esp-downstbathswitch"
|
||||
friendly_name: "Downstairs Bath Lightswitch (3)"
|
||||
description_comment: "Downstairs Bathroom Main Lightswitch using a Zemismart KS-811 Triple Push Button. Main Light (1), Cabinet Light (2), Extract Fan (3)"
|
||||
device_area: "Downstairs Bathroom" # Allows ESP device to be automatically linked to an 'Area' in Home Assistant.
|
||||
@@ -73,7 +73,7 @@ packages:
|
||||
# https://esphome.io/components/esphome.html
|
||||
#############################################
|
||||
esphome:
|
||||
name: "${devicename}"
|
||||
name: "${device_name}"
|
||||
friendly_name: "${friendly_name}"
|
||||
comment: "${description_comment}" #Appears on the esphome page in HA
|
||||
|
||||
|
Reference in New Issue
Block a user