ESPHome new device, DIN power mon PMB
This commit is contained in:
@@ -27,7 +27,8 @@ substitutions:
|
||||
api_key: !secret esp-api_key # unfortunately you can't use substitutions inside secrets names
|
||||
ota_pass: !secret esp-ota_pass # unfortunately you can't use substitutions inside secrets names
|
||||
static_ip_address: !secret esp-officeusbhubpower_ip
|
||||
mqtt_main_command_topic: !secret mqtt_main_command_topic
|
||||
mqtt_command_main_topic: !secret mqtt_command_main_topic
|
||||
mqtt_status_main_topic: !secret mqtt_status_main_topic
|
||||
|
||||
# Device Settings
|
||||
relay_icon: "mdi:generator-portable"
|
||||
@@ -40,7 +41,7 @@ substitutions:
|
||||
|
||||
# MQTT Controls
|
||||
mqtt_device_name: "office-usbhub-power"
|
||||
mqtt_main_topic: "${mqtt_main_command_topic}/${mqtt_device_name}" # Topic we will use to command stuff from external without HA
|
||||
mqtt_main_topic: "${mqtt_command_main_topic}/${mqtt_device_name}" # Topic we will use to command stuff from external without HA
|
||||
|
||||
##########################################################################################
|
||||
# PACKAGES: Included Common Packages
|
||||
|
Reference in New Issue
Block a user