various tidyups
This commit is contained in:
@@ -80,8 +80,8 @@ substitutions:
|
||||
|
||||
# MQTT LOCAL Controls
|
||||
mqtt_local_device_name: "downstairskitchen-pantryleds"
|
||||
mqtt_local_command_main_topic: !secret mqtt_local_command_main_topic
|
||||
mqtt_local_status_main_topic: !secret mqtt_local_status_main_topic
|
||||
mqtt_local_command_main_topic: !secret mqtt_command_main_topic
|
||||
mqtt_local_status_main_topic: !secret mqtt_status_main_topic
|
||||
mqtt_local_command_topic: "${mqtt_local_command_main_topic}/${mqtt_local_device_name}" # Topic we will use to command this locally without HA
|
||||
mqtt_local_status_topic: "${mqtt_local_status_main_topic}/${mqtt_local_device_name}" # Topic we will use to view status locally without HA
|
||||
mqtt_local_device_command_ON: "ON"
|
||||
|
||||
Reference in New Issue
Block a user