esphome lounge switches and scene control
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
substitutions:
|
||||
mqtt_command_main_topic: !secret mqtt_command_main_topic
|
||||
mqtt_status_main_topic: !secret mqtt_status_main_topic
|
||||
|
||||
# MQTT REMOTE Controls
|
||||
mqtt_remote1_device_name: "3dprinter-power"
|
||||
mqtt_remote1_command_topic: "${mqtt_command_main_topic}/${mqtt_remote1_device_name}" # Topic we will use to command this locally without HA
|
||||
mqtt_remote1_status_topic: "${mqtt_status_main_topic}/${mqtt_remote1_device_name}" # Topic we will use to view status locally without HA
|
||||
Reference in New Issue
Block a user