diff --git a/esphome/esp-downstkitchlights.yaml b/esphome/esp-downstkitchlights.yaml index 2b59b42..3f7a319 100644 --- a/esphome/esp-downstkitchlights.yaml +++ b/esphome/esp-downstkitchlights.yaml @@ -72,8 +72,8 @@ substitutions: mqtt_command_main_topic: !secret mqtt_command_main_topic mqtt_remote_device_name: "downstairskitchen-pantryleds" mqtt_remote_device_command_topic: "${mqtt_command_main_topic}/${mqtt_remote_device_name}" - mqtt_remote_device_command_on: "ON" - mqtt_remote_device_command_off: "OFF" + mqtt_remote_device_command_on: "On" + mqtt_remote_device_command_off: "Off" # Device Settings log_level: "INFO" # NONE, ERROR, WARN, INFO, DEBUG (Default), VERBOSE, VERY_VERBOSE