diff --git a/esphome/esp-bedrm1arlecbulb.yaml b/esphome/esp-bedrm1arlecbulb.yaml index 940b231..33c0901 100644 --- a/esphome/esp-bedrm1arlecbulb.yaml +++ b/esphome/esp-bedrm1arlecbulb.yaml @@ -74,8 +74,8 @@ substitutions: mqtt_local_status_main_topic: !secret mqtt_status_main_topic mqtt_local_command_topic: "${mqtt_local_command_main_topic}/${mqtt_local_device_name}" mqtt_local_status_topic: "${mqtt_local_status_main_topic}/${mqtt_local_device_name}" - mqtt_local_device_command_ON: "ON" - mqtt_local_device_command_OFF: "OFF" + mqtt_local_device_command_ON: "On" + mqtt_local_device_command_OFF: "Off" # Device Specific Settings log_level: "NONE" # NONE, ERROR, WARN, INFO, DEBUG, VERBOSE, VERY_VERBOSE