Edit esp-breakfastbarleds.yaml

This commit is contained in:
ESPHome Device Builder
2026-07-25 21:55:09 +12:00
parent 3646b697cc
commit 146c483e68
+2 -2
View File
@@ -98,8 +98,8 @@ substitutions:
mqtt_local_status_main_topic: !secret mqtt_status_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_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_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" mqtt_local_device_command_ON: "On"
mqtt_local_device_command_OFF: "OFF" mqtt_local_device_command_OFF: "Off"
# Device Specific Settings # Device Specific Settings
log_level: "NONE" # Define logging level: NONE, ERROR, WARN, INFO, DEBUG (default), VERBOSE, VERY_VERBOSE log_level: "NONE" # Define logging level: NONE, ERROR, WARN, INFO, DEBUG (default), VERBOSE, VERY_VERBOSE